Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_clock.c159 …nc_delayed_with_leeway((thread_call_func_t)fcn, param, deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in timeout_with_leeway()
H A Dmcache.c1357 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in mcache_reap_done()
1505 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in mcache_update_timeout()
H A Dkern_event.c1584 timer_flags |= THREAD_CALL_DELAY_LEEWAY; in filt_timerarm()
/xnu-8019.80.24/osfmk/kern/
H A Dthread_call.h177 #define THREAD_CALL_DELAY_LEEWAY TIMEOUT_URGENCY_LEEWAY macro
H A Dmk_timer.c273 tcflags |= THREAD_CALL_DELAY_LEEWAY; in mk_timer_arm_trap_internal()
H A Dthread_call.c1247 if ((flags & THREAD_CALL_DELAY_LEEWAY) != 0 && leeway > slop) { in thread_call_enter_delayed_internal()
/xnu-8019.80.24/iokit/Kernel/
H A DIOTimerEventSource.cpp556 tcoptions |= THREAD_CALL_DELAY_LEEWAY; in wakeAtTime()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_importance.c67 #define DENAP_DROP_FLAGS (THREAD_CALL_DELAY_SYS_NORMAL | THREAD_CALL_DELAY_LEEWAY)
/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c1220 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in necp_schedule_collect_stats_clients()
4964 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in necp_update_all_clients_immediately_if_needed()
6994 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in necp_client_remove()
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c469 THREAD_CALL_DELAY_LEEWAY); in _inpcb_sched_timeout()
/xnu-8019.80.24/bsd/pthread/
H A Dpthread_workqueue.c875 THREAD_CALL_DELAY_LEEWAY | THREAD_CALL_DELAY_USER_BACKGROUND); in workq_death_call_schedule()