Searched defs:callout_heap_process (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | callout.c | 79 static hrtime_t callout_heap_process(callout_table_t *, hrtime_t, int); 556 (void) callout_heap_process(ct, 0, 0); 763 (void) callout_heap_process(ct, 0, 0); 859 callout_heap_process(callout_table_t *ct, hrtime_t delta, int timechange) function 1032 (void) callout_heap_process(ct, 0, 0); 1693 hexp = callout_heap_process(ct, delta, timechange); 1771 hexp = callout_heap_process(ct, 0, 1);
|
Completed in 1003 milliseconds