Searched refs:callout_heap_process (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | callout.c | 80 static hrtime_t callout_heap_process(callout_table_t *, hrtime_t, int); 557 (void) callout_heap_process(ct, 0, 0); in callout_heap_expand() 764 (void) callout_heap_process(ct, 0, 0); in callout_heap_delete() 860 callout_heap_process(callout_table_t *ct, hrtime_t delta, int timechange) in callout_heap_process() function 1033 (void) callout_heap_process(ct, 0, 0); in timeout_generic() 1694 hexp = callout_heap_process(ct, delta, timechange); in callout_resume() 1772 hexp = callout_heap_process(ct, 0, 1); in callout_hrestime_one()
|