Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dcallout.c771 hash = CALLOUT_CLHASH(expiration); in callout_heap_delete()
904 hash = CALLOUT_CLHASH(cl->cl_expiration); in callout_heap_process()
919 hash = CALLOUT_CLHASH(cl->cl_expiration); in callout_heap_process()
932 hash = CALLOUT_CLHASH(cl->cl_expiration); in callout_heap_process()
939 hash = CALLOUT_CLHASH(cl->cl_expiration); in callout_heap_process()
1101 hash = CALLOUT_CLHASH(expiration); in timeout_generic()
/titanic_50/usr/src/uts/common/sys/
H A Dcallo.h171 #define CALLOUT_CLHASH(x) \ macro