Searched defs:timechange (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | callout.c | 437 callout_queue_process(callout_table_t *ct, hrtime_t delta, int timechange) argument 473 (timechange && ((cl->cl_flags & clflags) == clflags))) { 859 callout_heap_process(callout_table_t *ct, hrtime_t delta, int timechange) argument 918 (timechange && ((cl->cl_flags & clflags) == clflags))) { 1664 callout_resume(hrtime_t delta, int timechange) argument 1689 * a timechange, process that. This step also cleans 1693 hexp = callout_heap_process(ct, delta, timechange); 1694 qexp = callout_queue_process(ct, delta, timechange);
|
Completed in 284 milliseconds