Searched refs:sleepq_prof (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/kern/
H A Dsubr_sleepqueue.c1315 struct sleepq_prof { struct
1316 LIST_ENTRY(sleepq_prof) sp_link;
1321 LIST_HEAD(sqphead, sleepq_prof);
1325 static struct sleepq_prof sleepq_profent[SLEEPQ_PROF_LOCATIONS];
1327 MTX_SYSINIT(sleepq_prof_lock, &sleepq_prof_lock, "sleepq_prof", MTX_SPIN);
1332 struct sleepq_prof *sp;
1356 struct sleepq_prof *sp;
1419 struct sleepq_prof *sp;

Completed in 123 milliseconds