| /xnu-8792.81.2/osfmk/kern/ |
| H A D | spl.h | 33 typedef unsigned spl_t; typedef 35 #define splhigh() (spl_t) ml_set_interrupts_enabled(FALSE) 36 #define splsched() (spl_t) ml_set_interrupts_enabled(FALSE) 37 #define splclock() (spl_t) ml_set_interrupts_enabled(FALSE)
|
| H A D | spl.c | 36 __private_extern__ spl_t 43 __private_extern__ spl_t 50 __private_extern__ spl_t 66 spl_t l) in splx()
|
| H A D | syscall_subr.c | 273 spl_t s = splsched(); in thread_switch() 358 spl_t s = splsched(); in thread_handoff_internal() 435 spl_t s = splsched(); in thread_depress_abstime() 476 spl_t s = splsched(); in thread_depress_expire() 501 spl_t s = splsched(); in thread_depress_abort() 562 spl_t s = splsched(); in thread_poll_yield() 641 spl_t s = splsched(); in thread_yield_to_preemption()
|
| H A D | sfi.c | 301 spl_t s; in sfi_timer_global_off() 402 spl_t s; in sfi_timer_per_class_on() 443 spl_t s; in sfi_set_window() 519 spl_t s; in sfi_window_cancel() 550 spl_t s; in sfi_defer() 590 spl_t s; in sfi_get_window() 611 spl_t s; in sfi_set_class_offtime() 670 spl_t s; in sfi_class_offtime_cancel() 705 spl_t s; in sfi_get_class_offtime() 923 spl_t s = splsched(); in _sfi_wait_cleanup() [all …]
|
| H A D | thread_call.c | 197 static void thread_call_wait_locked(thread_call_t call, spl_t s); 198 static bool thread_call_wait_once_locked(thread_call_t call, spl_t s); 230 static spl_t 233 spl_t s = splsched(); in disable_ints_and_lock() 240 enable_ints_and_unlock(thread_call_group_t group, spl_t s) in enable_ints_and_unlock() 617 spl_t s = disable_ints_and_lock(group); in _internal_call_init() 642 spl_t s = disable_ints_and_lock(group); in _internal_call_allocate() 978 spl_t s = disable_ints_and_lock(group); in thread_call_func_cancel() 1102 spl_t s = disable_ints_and_lock(group); in thread_call_free() 1182 spl_t s = disable_ints_and_lock(group); in thread_call_enter1() [all …]
|
| H A D | stack.c | 144 spl_t s; in stack_alloc_internal() 232 spl_t s; in stack_free_stack() 315 spl_t s; in stack_collect() 372 spl_t s; in compute_stack_target()
|
| H A D | thread_policy.c | 370 spl_t s = splsched(); in thread_policy_set_internal() 432 spl_t s = splsched(); in thread_policy_set_internal() 476 spl_t s = splsched(); in thread_policy_set_internal() 669 spl_t s = splsched(); in thread_set_mode_and_absolute_pri_internal() 731 spl_t s = splsched(); in thread_freeze_base_pri() 748 spl_t s = splsched(); in thread_unfreeze_base_pri() 809 spl_t s = splsched(); in thread_reset_workq_qos() 840 spl_t s = splsched(); in thread_set_workq_override() 877 spl_t s = splsched(); in thread_set_workq_pri() 1035 spl_t s = splsched(); in thread_update_qos_cpu_time() [all …]
|
| H A D | thread_act.c | 125 spl_t spl; in thread_start_in_assert_wait() 427 spl_t s = splsched(); in act_abort() 480 spl_t s = splsched(); in thread_abort_safely() 1009 spl_t s = splsched(); in thread_set_apc_ast() 1090 spl_t s = splsched(); in thread_apc_ast() 1267 spl_t s = splsched(); in act_set_ast() 1304 spl_t s = splsched(); in act_set_ast_async() 1318 spl_t s = splsched(); in act_set_debug_assert() 1358 spl_t s; in act_set_ast_reset_pcs()
|
| H A D | clock.c | 632 spl_t s; in clock_get_calendar_absolute_and_microtime() 658 spl_t s; in clock_get_calendar_nanotime() 695 spl_t s; in clock_gettimeofday_and_absolute_time() 739 spl_t s; in clock_set_calendar_microtime() 859 spl_t s; in clock_get_calendar_uptime() 887 spl_t s; in clock_update_calendar() 1039 spl_t s; in clock_initialize_calendar() 1186 spl_t s; in clock_wakeup_calendar_hwclock() 1240 spl_t s; in clock_wakeup_calendar_legacy() 1471 spl_t s; in clock_get_boottime_nanotime() [all …]
|
| H A D | sync_sema.c | 229 spl_t s = splsched(); in semaphore_free() 237 spl_t s = splsched(); in semaphore_free() 294 spl_t spl_level = splsched(); in semaphore_destroy() 318 spl_t spl_level; in semaphore_destroy_all() 357 spl_t spl_level; in semaphore_signal_internal() 679 spl_t spl_level; in semaphore_wait_internal()
|
| H A D | ecc_logging.c | 258 spl_t x; in ecc_log_record_event() 290 spl_t x; in ecc_log_get_next_event()
|
| H A D | clock_oldops.c | 399 spl_t s; in clock_alarm() 505 spl_t s; in clock_sleep_internal() 595 spl_t s; in alarm_expire() 663 spl_t s; in alarm_done()
|
| H A D | waitq.c | 795 spl_t spl; 1296 spl_t s; in waitq_assert_wait64_locked() 1452 spl_t s = 0; in waitq_clear_promotion_locked() 1554 spl_t *spl) in waitq_wakeup64_identify_locked() 2204 spl_t s = 0; in waitq_assert_wait64() 2234 spl_t s = 0; in waitq_assert_wait64_leeway() 2262 spl_t spl = 0; in waitq_wakeup64_one() 2290 spl_t spl = 0; in waitq_wakeup64_all() 2316 spl_t s = splsched(); in waitq_wakeup64_thread() 2337 spl_t thread_spl = 0; in waitq_wakeup64_identify() [all …]
|
| H A D | zalloc_internal.h | 325 spl_t z_kasan_spl; 960 spl_t s = 0; in zone_lock() 975 spl_t s = zone->z_kasan_spl; in zone_unlock()
|
| H A D | turnstile.c | 116 turnstile_update_inheritor_workq_priority_chain(struct turnstile *in_turnstile, spl_t s); 471 spl_t ret = 0; in turnstile_hash_bucket_lock() 568 spl_t s; in turnstile_htable_lookup_add() 642 spl_t s; in turnstable_htable_lookup_remove() 718 spl_t s; in turnstile_htable_lookup() 1557 spl_t spl; in turnstile_update_inheritor() 2557 spl_t s = splsched(); in turnstile_recompute_priority() 2595 spl_t s = splsched(); in turnstile_workq_proprietor_of_max_turnstile() 2650 spl_t s = splsched(); in turnstile_workloop_pusher_info() 2747 spl_t s = splsched(); in turnstile_has_waiters() [all …]
|
| H A D | sched_prim.c | 797 spl_t s; in thread_timer_expire() 1201 spl_t s; in assert_wait_timeout() 1245 spl_t s; in assert_wait_timeout_with_leeway() 1285 spl_t s; in assert_wait_deadline() 1320 spl_t s; in assert_wait_deadline_with_leeway() 1459 spl_t s = splsched(); in thread_stop() 1545 spl_t s = splsched(); in thread_unstop() 1586 spl_t s = splsched(); in thread_wait() 1683 spl_t s; in clear_wait() 1797 spl_t s; in thread_bind() [all …]
|
| H A D | affinity.c | 453 spl_t s; in affinity_set_add() 473 spl_t s; in affinity_set_remove()
|
| H A D | thread_group.c | 929 spl_t s = splsched(); in thread_set_preadopt_thread_group() 1101 spl_t s = splsched(); in thread_set_thread_group() 1132 spl_t s = splsched(); in thread_group_set_bank() 1209 spl_t s = splsched(); in thread_set_work_interval_thread_group()
|
| H A D | ast.c | 298 spl_t s = splsched(); in ast_taken_user()
|
| H A D | timer_call.c | 665 spl_t s; in timer_call_enter_internal() 782 spl_t s; in timer_call_cancel() 834 spl_t s; in timer_queue_shutdown() 1223 spl_t s; in timer_queue_trace() 1534 spl_t s = splclock(); in timer_longterm_update() 1703 spl_t s = splclock(); in timer_sysctl_set_threshold()
|
| H A D | processor.c | 247 spl_t s; in processor_init() 344 spl_t s = splsched(); in processor_set_primary() 746 spl_t s = splsched(); in processor_wait_for_start() 777 spl_t s; in processor_startup()
|
| /xnu-8792.81.2/osfmk/ipc/ |
| H A D | ipc_eventlink.c | 264 spl_t s; in ipc_eventlink_destroy_internal() 370 spl_t s; in mach_eventlink_associate() 432 spl_t s; in mach_eventlink_disassociate() 528 spl_t s; in ipc_eventlink_signal() 710 spl_t s; in ipc_eventlink_signal_wait_internal()
|
| /xnu-8792.81.2/osfmk/arm/ |
| H A D | arm_timer.c | 127 spl_t s; in timer_set_deadline() 151 spl_t s = splclock(); /* No interruptions please */ in timer_resync_deadlines()
|
| /xnu-8792.81.2/osfmk/i386/ |
| H A D | i386_timer.c | 179 spl_t s; in timer_set_deadline() 205 spl_t s = splclock(); in timer_resync_deadlines()
|
| H A D | rtclock.c | 177 spl_t s = splclock(); in rtc_nanotime_init_commpage()
|