FreeBSD kernel kern code
sleepqueue Struct Reference

Data Fields

struct threadqueue sq_blocked [NR_SLEEPQS]
 
u_int sq_blockedcnt [NR_SLEEPQS]
 

Detailed Description

Definition at line 127 of file subr_sleepqueue.c.

Field Documentation

◆ sq_blocked

struct threadqueue sleepqueue::sq_blocked[NR_SLEEPQS]

◆ sq_blockedcnt

u_int sleepqueue::sq_blockedcnt[NR_SLEEPQS]

Definition at line 129 of file subr_sleepqueue.c.

Referenced by sleepq_add(), sleepq_init(), sleepq_remove_thread(), and sleepq_sleepcnt().


The documentation for this struct was generated from the following file: