Lines Matching refs:clindex
225 const char *id, int clindex, int repidx, in hammer2_thr_create() argument
230 thr->clindex = clindex; in hammer2_thr_create()
242 "%s-%s.%02d", id, pmp->pfs_names[clindex], repidx); in hammer2_thr_create()
245 "%s-%s", id, pmp->pfs_names[clindex]); in hammer2_thr_create()
855 int clindex, int error) in hammer2_xop_feed() argument
872 fifo = &xop->collect[clindex]; in hammer2_xop_feed()
1130 int clindex = thr->clindex; in hammer2_xop_next() local
1135 TAILQ_FOREACH(xop, &thr->xopq, collect[clindex].entry) { in hammer2_xop_next()
1157 if (xop->collect[clindex].flags & HAMMER2_XOP_FIFO_RUN) in hammer2_xop_next()
1163 atomic_set_int(&xop->collect[clindex].flags, in hammer2_xop_next()
1182 int clindex = thr->clindex; in hammer2_xop_dequeue() local
1185 TAILQ_REMOVE(&thr->xopq, xop, collect[clindex].entry); in hammer2_xop_dequeue()
1186 atomic_clear_int(&xop->collect[clindex].flags, in hammer2_xop_dequeue()
1211 mask = 1LLU << thr->clindex; in hammer2_primary_xops_thread()
1277 thr->clindex); in hammer2_primary_xops_thread()
1281 hammer2_xop_feed(xop, NULL, thr->clindex, in hammer2_primary_xops_thread()
1313 collect[thr->clindex].entry); in hammer2_primary_xops_thread()