Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c772 hash = CALLOUT_CLHASH(expiration); in callout_heap_delete()
905 hash = CALLOUT_CLHASH(cl->cl_expiration); in callout_heap_process()
920 hash = CALLOUT_CLHASH(cl->cl_expiration); in callout_heap_process()
933 hash = CALLOUT_CLHASH(cl->cl_expiration); in callout_heap_process()
940 hash = CALLOUT_CLHASH(cl->cl_expiration); in callout_heap_process()
1102 hash = CALLOUT_CLHASH(expiration); in timeout_generic()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h171 #define CALLOUT_CLHASH(x) \ macro