HomeSort by: relevance | last modified time | path
    Searched refs:gcq_init_head (Results 1 - 3 of 3) sorted by relevancy

  /src/share/man/man3/
Makefile 66 gcq.3 GCQ_INIT_HEAD.3 \
68 gcq.3 gcq_init_head.3 \
  /src/sys/dev/ic/
sl811hs.c 1167 gcq_init_head(&t->q[i]);
1168 gcq_init_head(&t->timed);
1169 gcq_init_head(&t->to);
1170 gcq_init_head(&t->ap);
1171 gcq_init_head(&sc->sc_waitq);
  /src/sys/sys/
gcq.h 51 #define GCQ_INIT_HEAD(head) { GCQ_INIT((head).hq) }
81 gcq_init_head(struct gcq_head *head) function in typeref:typename:void

Completed in 16 milliseconds