Home
last modified time | relevance | path

Searched refs:spl_t (Results 1 – 25 of 53) sorted by relevance

123

/xnu-12377.61.12/osfmk/kern/
H A Dspl.h33 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 Dspl.c36 __private_extern__ spl_t
43 __private_extern__ spl_t
50 __private_extern__ spl_t
66 spl_t l) in splx()
H A Dsyscall_subr.c275 spl_t s = splsched(); in thread_switch()
364 spl_t s = splsched(); in thread_handoff_internal()
445 spl_t s = splsched(); in thread_depress_abstime()
486 spl_t s = splsched(); in thread_depress_expire()
511 spl_t s = splsched(); in thread_depress_abort()
572 spl_t s = splsched(); in thread_poll_yield()
652 spl_t s = splsched(); in thread_yield_to_preemption()
H A Dsfi.c304 spl_t s; in sfi_timer_global_off()
405 spl_t s = splsched(); in sfi_timer_per_class_on()
443 spl_t s; in sfi_set_window()
519 spl_t s; in sfi_window_cancel()
551 spl_t s = splsched(); in sfi_defer()
588 spl_t s; in sfi_get_window()
609 spl_t s; in sfi_set_class_offtime()
668 spl_t s; in sfi_class_offtime_cancel()
703 spl_t s; in sfi_get_class_offtime()
922 spl_t s = splsched(); in _sfi_wait_cleanup()
[all …]
H A Dthread_call.c198 static void thread_call_wait_locked(thread_call_t call, spl_t s);
199 static bool thread_call_wait_once_locked(thread_call_t call, spl_t s);
231 static spl_t
234 spl_t s = splsched(); in disable_ints_and_lock()
241 enable_ints_and_unlock(thread_call_group_t group, spl_t s) in enable_ints_and_unlock()
618 spl_t s = disable_ints_and_lock(group); in _internal_call_init()
643 spl_t s = disable_ints_and_lock(group); in _internal_call_allocate()
979 spl_t s = disable_ints_and_lock(group); in thread_call_func_cancel()
1103 spl_t s = disable_ints_and_lock(group); in thread_call_free()
1183 spl_t s = disable_ints_and_lock(group); in thread_call_enter1()
[all …]
H A Dstack.c144 spl_t s; in stack_alloc_internal()
232 spl_t s; in stack_free_stack()
315 spl_t s; in stack_collect()
373 spl_t s; in compute_stack_target()
H A Dthread_policy.c371 spl_t s = splsched(); in thread_policy_set_internal()
429 spl_t s = splsched(); in thread_policy_set_internal()
471 spl_t s = splsched(); in thread_policy_set_internal()
664 spl_t s = splsched(); in thread_set_mode_and_absolute_pri_internal()
733 spl_t s = splsched(); in thread_freeze_base_pri()
750 spl_t s = splsched(); in thread_unfreeze_base_pri()
811 spl_t s = splsched(); in thread_reset_workq_qos()
842 spl_t s = splsched(); in thread_set_workq_override()
879 spl_t s = splsched(); in thread_set_workq_pri()
1037 spl_t s = splsched(); in thread_update_qos_cpu_time()
[all …]
H A Dthread_act.c214 spl_t spl; in thread_start_in_assert_wait()
510 spl_t s = splsched(); in act_abort()
563 spl_t s = splsched(); in thread_abort_safely()
1101 spl_t s = splsched(); in thread_set_apc_ast()
1182 spl_t s = splsched(); in thread_apc_ast()
1368 spl_t s = splsched(); in act_set_ast()
1405 spl_t s = splsched(); in act_set_ast_async()
1419 spl_t s = splsched(); in act_set_debug_assert()
1459 spl_t s; in act_set_ast_reset_pcs()
H A Dclock.c633 spl_t s; in clock_get_calendar_absolute_and_microtime()
659 spl_t s; in clock_get_calendar_nanotime()
696 spl_t s; in clock_gettimeofday_and_absolute_time()
740 spl_t s; in clock_set_calendar_microtime()
860 spl_t s; in clock_get_calendar_uptime()
888 spl_t s; in clock_update_calendar()
1040 spl_t s; in clock_initialize_calendar()
1187 spl_t s; in clock_wakeup_calendar_hwclock()
1241 spl_t s; in clock_wakeup_calendar_legacy()
1472 spl_t s; in clock_get_boottime_nanotime()
[all …]
H A Decc_logging.c287 spl_t x; in ecc_log_record_event()
319 spl_t x; in ecc_log_get_next_event()
H A Dclock_oldops.c399 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 Dwaitq.c839 spl_t s = splsched(); in waitq_select_queue_add()
916 spl_t s = splsched(); in waitq_select_queue_flush()
1112 spl_t s = 0; in do_waitq_select_n_locked_queue()
1309 spl_t s; in waitq_assert_wait64_locked()
1465 spl_t s = 0; in waitq_clear_promotion_locked()
1616 spl_t spl = splsched(); in waitq_resume_identified_thread()
1639 spl_t spl = splsched(); in waitq_resume_and_bind_identified_thread()
2273 spl_t s = 0; in waitq_assert_wait64()
2303 spl_t s = 0; in waitq_assert_wait64_leeway()
2333 spl_t spl = 0; in waitq_wakeup64_nthreads()
[all …]
H A Dsched_prim.c345 static void sched_update_powered_cores_drops_lock(processor_reason_t requested_reason, spl_t s);
1172 spl_t s; in assert_wait_timeout()
1216 spl_t s; in assert_wait_timeout_with_leeway()
1256 spl_t s; in assert_wait_deadline()
1291 spl_t s; in assert_wait_deadline_with_leeway()
1442 spl_t s = splsched(); in thread_stop()
1535 spl_t s = splsched(); in thread_unstop()
1576 spl_t s = splsched(); in thread_wait()
1681 spl_t s; in clear_wait()
1784 spl_t s; in thread_bind()
[all …]
H A Dast.c220 spl_t s = splsched(); in ast_taken_user()
427 spl_t s = splsched(); in ast_check_async_thread()
H A Dturnstile.c120 turnstile_update_inheritor_workq_priority_chain(struct turnstile *in_turnstile, spl_t s);
475 spl_t ret = 0; in turnstile_hash_bucket_lock()
572 spl_t s; in turnstile_htable_lookup_add()
646 spl_t s; in turnstable_htable_lookup_remove()
722 spl_t s; in turnstile_htable_lookup()
1511 spl_t spl; in turnstile_update_inheritor()
2520 spl_t s = splsched(); in turnstile_recompute_priority()
2558 spl_t s = splsched(); in turnstile_workq_proprietor_of_max_turnstile()
2613 spl_t s = splsched(); in turnstile_workloop_pusher_info()
2710 spl_t s = splsched(); in turnstile_has_waiters()
[all …]
H A Dsync_sema.c165 spl_t spl_level = 0; in semaphore_destroy_internal()
244 spl_t spl = splsched(); in semaphore_free()
346 spl_t spl_level = splsched(); in semaphore_signal_internal()
669 spl_t spl_level; in semaphore_wait_internal()
H A Dzalloc_internal.h385 spl_t z_kasan_spl;
1053 spl_t s = 0; in zone_lock()
1068 spl_t s = zone->z_kasan_spl; in zone_unlock()
H A Daffinity.c453 spl_t s; in affinity_set_add()
473 spl_t s; in affinity_set_remove()
H A Dprocessor.c257 spl_t s = splsched(); in processor_update_offline_state()
312 spl_t s; in processor_init()
433 spl_t s = splsched(); in processor_set_primary()
927 spl_t s = splsched(); in processor_wait_for_start()
990 spl_t s = splsched(); in processor_dostartup()
H A Dthread_group.c894 spl_t s = splsched(); in thread_set_preadopt_thread_group()
1051 spl_t s = splsched(); in thread_set_thread_group()
1082 spl_t s = splsched(); in thread_group_set_bank()
1159 spl_t s = splsched(); in thread_set_work_interval_thread_group()
H A Dtimer_call.c667 spl_t s; in timer_call_enter_internal()
784 spl_t s; in timer_call_cancel()
840 spl_t s = splclock(); in timer_queue_shutdown()
1237 spl_t s; in timer_queue_trace()
1548 spl_t s = splclock(); in timer_longterm_update()
1717 spl_t s = splclock(); in timer_sysctl_set_threshold()
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_eventlink.c263 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-12377.61.12/osfmk/arm/
H A Darm_timer.c127 spl_t s; in timer_set_deadline()
151 spl_t s = splclock(); /* No interruptions please */ in timer_resync_deadlines()
/xnu-12377.61.12/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_defines.h17 typedef int spl_t; typedef
/xnu-12377.61.12/osfmk/i386/
H A Di386_timer.c179 spl_t s; in timer_set_deadline()
205 spl_t s = splclock(); in timer_resync_deadlines()

123