HomeSort by: relevance | last modified time | path
    Searched defs:gcq_onlist (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
gcq.h 88 gcq_onlist(struct gcq *q) function in typeref:typename:bool
97 return (!gcq_onlist(gcq_hq(head)));
211 if (gcq_onlist(src)) {
264 GCQ_ASSERT(gcq_onlist(current));
277 GCQ_ASSERT(gcq_onlist(current));
394 (GCQ_ASSERT(gcq_onlist(var)), item, true)) || \
406 q_next, GCQ_ASSERT(gcq_onlist(nvar)), ((void)0), ((void)0))
409 q_prev, GCQ_ASSERT(gcq_onlist(nvar)), ((void)0), ((void)0))
418 q_next, GCQ_ASSERT(gcq_onlist(nvar)), gcq_remove(var), ((void)0)
421 q_prev, GCQ_ASSERT(gcq_onlist(nvar)), gcq_remove(var), ((void)0
    [all...]
gcq.h 88 gcq_onlist(struct gcq *q) function in typeref:typename:bool
97 return (!gcq_onlist(gcq_hq(head)));
211 if (gcq_onlist(src)) {
264 GCQ_ASSERT(gcq_onlist(current));
277 GCQ_ASSERT(gcq_onlist(current));
394 (GCQ_ASSERT(gcq_onlist(var)), item, true)) || \
406 q_next, GCQ_ASSERT(gcq_onlist(nvar)), ((void)0), ((void)0))
409 q_prev, GCQ_ASSERT(gcq_onlist(nvar)), ((void)0), ((void)0))
418 q_next, GCQ_ASSERT(gcq_onlist(nvar)), gcq_remove(var), ((void)0)
421 q_prev, GCQ_ASSERT(gcq_onlist(nvar)), gcq_remove(var), ((void)0
    [all...]

Completed in 37 milliseconds