Home
last modified time | relevance | path

Searched refs:repidx (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/hammer2/
H A Dhammer2_admin.c220 const char *id, int clindex, int repidx, in hammer2_thr_create() argument
226 thr->repidx = repidx; in hammer2_thr_create()
234 if (repidx >= 0) { in hammer2_thr_create()
235 lwkt_create(func, thr, &thr->td, NULL, 0, repidx % ncpus, in hammer2_thr_create()
236 "%s-%s.%02d", id, pmp->pfs_names[clindex], repidx); in hammer2_thr_create()
H A Dhammer2.h821 int repidx; member
1722 const char *id, int clindex, int repidx,
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_admin.c225 const char *id, int clindex, int repidx, in hammer2_thr_create() argument
231 thr->repidx = repidx; in hammer2_thr_create()
240 if (repidx >= 0) { in hammer2_thr_create()
241 lwkt_create(func, thr, &thr->td, NULL, 0, repidx % ncpus, in hammer2_thr_create()
242 "%s-%s.%02d", id, pmp->pfs_names[clindex], repidx); in hammer2_thr_create()
H A Dhammer2.h864 int repidx; member
1792 const char *id, int clindex, int repidx,