Home
last modified time | relevance | path

Searched refs:CALLOUT_LIST_APPEND (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c170 #define CALLOUT_LIST_APPEND(hash, cl) \ macro
377 CALLOUT_LIST_APPEND(ct->ct_queue, cl); in callout_queue_add()
422 CALLOUT_LIST_APPEND(ct->ct_expired, cl); in callout_queue_delete()
476 CALLOUT_LIST_APPEND(ct->ct_expired, cl); in callout_queue_process()
799 CALLOUT_LIST_APPEND(ct->ct_expired, cl); in callout_heap_delete()
923 CALLOUT_LIST_APPEND(ct->ct_expired, cl); in callout_heap_process()
942 CALLOUT_LIST_APPEND(ct->ct_clhash[hash], cl); in callout_heap_process()
1156 CALLOUT_LIST_APPEND(ct->ct_clhash[hash], cl); in timeout_generic()