Searched refs:THREAD_CALL_DELAY_LEEWAY (Results 1 – 11 of 11) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_clock.c | 159 …nc_delayed_with_leeway((thread_call_func_t)fcn, param, deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in timeout_with_leeway()
|
| H A D | mcache.c | 1357 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in mcache_reap_done() 1505 deadline, leeway, THREAD_CALL_DELAY_LEEWAY); in mcache_update_timeout()
|
| H A D | kern_event.c | 1584 timer_flags |= THREAD_CALL_DELAY_LEEWAY; in filt_timerarm()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | thread_call.h | 177 #define THREAD_CALL_DELAY_LEEWAY TIMEOUT_URGENCY_LEEWAY macro
|
| H A D | mk_timer.c | 273 tcflags |= THREAD_CALL_DELAY_LEEWAY; in mk_timer_arm_trap_internal()
|
| H A D | thread_call.c | 1247 if ((flags & THREAD_CALL_DELAY_LEEWAY) != 0 && leeway > slop) { in thread_call_enter_delayed_internal()
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOTimerEventSource.cpp | 556 tcoptions |= THREAD_CALL_DELAY_LEEWAY; in wakeAtTime()
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_importance.c | 67 #define DENAP_DROP_FLAGS (THREAD_CALL_DELAY_SYS_NORMAL | THREAD_CALL_DELAY_LEEWAY)
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp_client.c | 1220 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 D | in_pcb.c | 469 THREAD_CALL_DELAY_LEEWAY); in _inpcb_sched_timeout()
|
| /xnu-8019.80.24/bsd/pthread/ |
| H A D | pthread_workqueue.c | 875 THREAD_CALL_DELAY_LEEWAY | THREAD_CALL_DELAY_USER_BACKGROUND); in workq_death_call_schedule()
|