Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_sleepqueue.c1290 struct sqphead sleepq_hash[SC_TABLESIZE]; variable
1303 LIST_FOREACH(sp, &sleepq_hash[SC_HASH(wmesg)], sp_link) in sleepq_profile()
1311 LIST_INSERT_HEAD(&sleepq_hash[SC_HASH(wmesg)], sp, sp_link); in sleepq_profile()
1330 LIST_INIT(&sleepq_hash[i]); in sleepq_prof_reset()
1401 LIST_FOREACH(sp, &sleepq_hash[i], sp_link) { in dump_sleepq_prof_stats()