Home
last modified time | relevance | path

Searched refs:THREAD_CALL_DELAY_LEEWAY (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.61.2/bsd/kern/
H A Dkern_clock.c159 …leeway((thread_call_func_t)(void (*)(void))fcn, param, deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in timeout_with_leeway()
H A Dmcache.c1359 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in mcache_reap_done()
1507 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in mcache_update_timeout()
H A Dkern_event.c1589 timer_flags |= THREAD_CALL_DELAY_LEEWAY; in filt_timerarm()
/xnu-8792.61.2/osfmk/kern/
H A Dthread_call.h177 #define THREAD_CALL_DELAY_LEEWAY TIMEOUT_URGENCY_LEEWAY macro
H A Dmk_timer.c294 tcflags |= THREAD_CALL_DELAY_LEEWAY; in mk_timer_arm_trap_internal()
H A Dthread_call.c1302 if ((flags & THREAD_CALL_DELAY_LEEWAY) != 0 && leeway > slop) { in thread_call_enter_delayed_internal()
/xnu-8792.61.2/iokit/Kernel/
H A DIOTimerEventSource.cpp557 tcoptions |= THREAD_CALL_DELAY_LEEWAY; in wakeAtTime()
/xnu-8792.61.2/osfmk/ipc/
H A Dipc_importance.c66 #define DENAP_DROP_FLAGS (THREAD_CALL_DELAY_SYS_NORMAL | THREAD_CALL_DELAY_LEEWAY)
/xnu-8792.61.2/bsd/netinet/
H A Din_pcb.c475 THREAD_CALL_DELAY_LEEWAY); in _inpcb_sched_timeout()
/xnu-8792.61.2/bsd/net/
H A Dnecp_client.c1249 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 Dpthread_workqueue.c888 THREAD_CALL_DELAY_LEEWAY | THREAD_CALL_DELAY_USER_BACKGROUND); in workq_death_call_schedule()