Searched refs:THREAD_CALL_DELAY_LEEWAY (Results 1 – 11 of 11) sorted by relevance
| /xnu-8792.61.2/bsd/kern/ |
| H A D | kern_clock.c | 159 …leeway((thread_call_func_t)(void (*)(void))fcn, param, deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in timeout_with_leeway()
|
| H A D | mcache.c | 1359 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in mcache_reap_done() 1507 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in mcache_update_timeout()
|
| H A D | kern_event.c | 1589 timer_flags |= THREAD_CALL_DELAY_LEEWAY; in filt_timerarm()
|
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | thread_call.h | 177 #define THREAD_CALL_DELAY_LEEWAY TIMEOUT_URGENCY_LEEWAY macro
|
| H A D | mk_timer.c | 294 tcflags |= THREAD_CALL_DELAY_LEEWAY; in mk_timer_arm_trap_internal()
|
| H A D | thread_call.c | 1302 if ((flags & THREAD_CALL_DELAY_LEEWAY) != 0 && leeway > slop) { in thread_call_enter_delayed_internal()
|
| /xnu-8792.61.2/iokit/Kernel/ |
| H A D | IOTimerEventSource.cpp | 557 tcoptions |= THREAD_CALL_DELAY_LEEWAY; in wakeAtTime()
|
| /xnu-8792.61.2/osfmk/ipc/ |
| H A D | ipc_importance.c | 66 #define DENAP_DROP_FLAGS (THREAD_CALL_DELAY_SYS_NORMAL | THREAD_CALL_DELAY_LEEWAY)
|
| /xnu-8792.61.2/bsd/netinet/ |
| H A D | in_pcb.c | 475 THREAD_CALL_DELAY_LEEWAY); in _inpcb_sched_timeout()
|
| /xnu-8792.61.2/bsd/net/ |
| H A D | necp_client.c | 1249 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in necp_schedule_collect_stats_clients() 5147 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in necp_update_all_clients_immediately_if_needed() 7326 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in necp_client_remove()
|
| /xnu-8792.61.2/bsd/pthread/ |
| H A D | pthread_workqueue.c | 888 THREAD_CALL_DELAY_LEEWAY | THREAD_CALL_DELAY_USER_BACKGROUND); in workq_death_call_schedule()
|