Searched refs:CALLOUT_LIST_DELETE (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | callout.c | 173 #define CALLOUT_LIST_DELETE(hash, cl) \ macro 421 CALLOUT_LIST_DELETE(ct->ct_queue, cl); in callout_queue_delete() 464 CALLOUT_LIST_DELETE(temp, cl); in callout_queue_process() 781 CALLOUT_LIST_DELETE(ct->ct_clhash[hash], cl); in callout_heap_delete() 798 CALLOUT_LIST_DELETE(ct->ct_clhash[hash], cl); in callout_heap_delete() 906 CALLOUT_LIST_DELETE(ct->ct_clhash[hash], cl); in callout_heap_process() 922 CALLOUT_LIST_DELETE(ct->ct_clhash[hash], cl); in callout_heap_process() 934 CALLOUT_LIST_DELETE(ct->ct_clhash[hash], cl); in callout_heap_process() 1338 CALLOUT_LIST_DELETE(ct->ct_queue, cl); in untimeout_generic() 1341 CALLOUT_LIST_DELETE(ct->ct_expired, cl); in untimeout_generic() [all …]
|