Home
last modified time | relevance | path

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

123

/xnu-11417.101.15/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.c273 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()
642 spl_t s = splsched(); in thread_yield_to_preemption()
H A Dsfi.c303 spl_t s; in sfi_timer_global_off()
404 spl_t s = splsched(); in sfi_timer_per_class_on()
442 spl_t s; in sfi_set_window()
518 spl_t s; in sfi_window_cancel()
550 spl_t s = splsched(); in sfi_defer()
587 spl_t s; in sfi_get_window()
608 spl_t s; in sfi_set_class_offtime()
667 spl_t s; in sfi_class_offtime_cancel()
702 spl_t s; in sfi_get_class_offtime()
920 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.c370 spl_t s = splsched(); in thread_policy_set_internal()
428 spl_t s = splsched(); in thread_policy_set_internal()
470 spl_t s = splsched(); in thread_policy_set_internal()
663 spl_t s = splsched(); in thread_set_mode_and_absolute_pri_internal()
732 spl_t s = splsched(); in thread_freeze_base_pri()
749 spl_t s = splsched(); in thread_unfreeze_base_pri()
810 spl_t s = splsched(); in thread_reset_workq_qos()
841 spl_t s = splsched(); in thread_set_workq_override()
878 spl_t s = splsched(); in thread_set_workq_pri()
1036 spl_t s = splsched(); in thread_update_qos_cpu_time()
[all …]
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 Dthread_act.c203 spl_t spl; in thread_start_in_assert_wait()
514 spl_t s = splsched(); in act_abort()
567 spl_t s = splsched(); in thread_abort_safely()
1102 spl_t s = splsched(); in thread_set_apc_ast()
1183 spl_t s = splsched(); in thread_apc_ast()
1369 spl_t s = splsched(); in act_set_ast()
1406 spl_t s = splsched(); in act_set_ast_async()
1420 spl_t s = splsched(); in act_set_debug_assert()
1460 spl_t s; in act_set_ast_reset_pcs()
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.c836 spl_t s = splsched(); in waitq_select_queue_add()
913 spl_t s = splsched(); in waitq_select_queue_flush()
1109 spl_t s = 0; in do_waitq_select_n_locked_queue()
1323 spl_t s; in waitq_assert_wait64_locked()
1479 spl_t s = 0; in waitq_clear_promotion_locked()
1627 spl_t spl = splsched(); in waitq_resume_identified_thread()
1650 spl_t spl = splsched(); in waitq_resume_and_bind_identified_thread()
2284 spl_t s = 0; in waitq_assert_wait64()
2314 spl_t s = 0; in waitq_assert_wait64_leeway()
2344 spl_t spl = 0; in waitq_wakeup64_nthreads()
[all …]
H A Dturnstile.c117 turnstile_update_inheritor_workq_priority_chain(struct turnstile *in_turnstile, spl_t s);
472 spl_t ret = 0; in turnstile_hash_bucket_lock()
569 spl_t s; in turnstile_htable_lookup_add()
643 spl_t s; in turnstable_htable_lookup_remove()
719 spl_t s; in turnstile_htable_lookup()
1508 spl_t spl; in turnstile_update_inheritor()
2508 spl_t s = splsched(); in turnstile_recompute_priority()
2546 spl_t s = splsched(); in turnstile_workq_proprietor_of_max_turnstile()
2601 spl_t s = splsched(); in turnstile_workloop_pusher_info()
2698 spl_t s = splsched(); in turnstile_has_waiters()
[all …]
H A Dsched_prim.c460 static void sched_update_powered_cores_drops_lock(processor_reason_t requested_reason, spl_t s);
1367 spl_t s; in assert_wait_timeout()
1411 spl_t s; in assert_wait_timeout_with_leeway()
1451 spl_t s; in assert_wait_deadline()
1486 spl_t s; in assert_wait_deadline_with_leeway()
1637 spl_t s = splsched(); in thread_stop()
1730 spl_t s = splsched(); in thread_unstop()
1771 spl_t s = splsched(); in thread_wait()
1876 spl_t s; in clear_wait()
2015 spl_t s; in thread_bind()
[all …]
H A Dsync_sema.c167 spl_t spl_level = 0; in semaphore_destroy_internal()
245 spl_t spl = splsched(); in semaphore_free()
347 spl_t spl_level = splsched(); in semaphore_signal_internal()
670 spl_t spl_level; in semaphore_wait_internal()
H A Dzalloc_internal.h387 spl_t z_kasan_spl;
1051 spl_t s = 0; in zone_lock()
1066 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 Dthread_group.c886 spl_t s = splsched(); in thread_set_preadopt_thread_group()
1043 spl_t s = splsched(); in thread_set_thread_group()
1074 spl_t s = splsched(); in thread_group_set_bank()
1151 spl_t s = splsched(); in thread_set_work_interval_thread_group()
H A Dprocessor.c230 spl_t s = splsched(); in processor_update_offline_state()
303 spl_t s; in processor_init()
420 spl_t s = splsched(); in processor_set_primary()
859 spl_t s = splsched(); in processor_wait_for_start()
922 spl_t s = splsched(); in processor_dostartup()
H A Dast.c302 spl_t s = splsched(); in ast_taken_user()
H A Dtimer_call.c666 spl_t s; in timer_call_enter_internal()
783 spl_t s; in timer_call_cancel()
839 spl_t s = splclock(); in timer_queue_shutdown()
1236 spl_t s; in timer_queue_trace()
1547 spl_t s = splclock(); in timer_longterm_update()
1716 spl_t s = splclock(); in timer_sysctl_set_threshold()
/xnu-11417.101.15/osfmk/ipc/
H A Dipc_eventlink.c264 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-11417.101.15/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-11417.101.15/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_defines.h15 typedef int spl_t; typedef
/xnu-11417.101.15/osfmk/i386/
H A Di386_timer.c179 spl_t s; in timer_set_deadline()
205 spl_t s = splclock(); in timer_resync_deadlines()

123