Home
last modified time | relevance | path

Searched refs:uc_queue (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dumtxvar.h171 struct umtxq_list uc_queue[2]; member
/freebsd/sys/kern/
H A Dkern_umtx.c335 LIST_INIT(&umtxq_chains[i][j].uc_queue[0]); in umtxq_sysinit()
336 LIST_INIT(&umtxq_chains[i][j].uc_queue[1]); in umtxq_sysinit()
467 LIST_FOREACH(uh, &uc->uc_queue[q], link) { in umtxq_queue_lookup()
490 LIST_INSERT_HEAD(&uc->uc_queue[q], uh, link); in umtxq_insert_queue()