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

  /src/external/bsd/top/dist/
hash.m4c 196 #define LL_FIRST(q) ((q)->head)
198 ll_first(llist *q)
356 li = LL_FIRST(ll);
410 li = LL_FIRST(ll);
461 li = LL_FIRST(ll);
500 li = LL_FIRST(ll);
551 pos->ll_item = LL_FIRST(&(pos->hash_bucket->list));
580 li = LL_FIRST(&(pos->hash_bucket->list));
604 li = LL_FIRST(&(pos->hash_bucket->list));
hash.c 153 #define LL_FIRST(q) ((q)->head)
159 ll_first(llist *q) function
311 li = LL_FIRST(ll);
365 li = LL_FIRST(ll);
416 li = LL_FIRST(ll);
455 li = LL_FIRST(ll);
506 pos->ll_item = LL_FIRST(&(pos->hash_bucket->list));
535 li = LL_FIRST(&(pos->hash_bucket->list));
559 li = LL_FIRST(&(pos->hash_bucket->list));
645 li = LL_FIRST(ll)
    [all...]

Completed in 34 milliseconds