Home
last modified time | relevance | path

Searched refs:splsched (Results 1 – 25 of 42) sorted by relevance

12

/xnu-12377.41.6/osfmk/kern/
H A Dstack.c148 s = splsched(); in stack_alloc_internal()
239 s = splsched(); in stack_free_stack()
317 s = splsched(); in stack_collect()
346 s = splsched(); in stack_collect()
375 s = splsched(); in compute_stack_target()
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.c306 s = splsched(); in sfi_timer_global_off()
405 spl_t s = splsched(); in sfi_timer_per_class_on()
459 s = splsched(); in sfi_set_window()
521 s = splsched(); in sfi_window_cancel()
551 spl_t s = splsched(); in sfi_defer()
591 s = splsched(); in sfi_get_window()
628 s = splsched(); in sfi_set_class_offtime()
674 s = splsched(); in sfi_class_offtime_cancel()
709 s = splsched(); in sfi_get_class_offtime()
922 spl_t s = splsched(); in _sfi_wait_cleanup()
[all …]
H A Dremote_time.c249 spl_t s = splsched(); in bt_calibration_thread()
365 s = splsched(); in bt_calibration_thread()
395 s = splsched(); in bt_calibration_thread()
406 s = splsched(); in bt_calibration_thread()
441 s = splsched(); in bt_calibration_thread()
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.c216 spl = splsched(); 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()
1461 s = splsched(); in act_set_ast_reset_pcs()
H A Dspl.h36 #define splsched() (spl_t) ml_set_interrupts_enabled(FALSE) macro
H A Dspl.c44 splsched( in splsched() function
H A Dsched_prim.c1181 s = splsched(); in assert_wait_timeout()
1231 s = splsched(); in assert_wait_timeout_with_leeway()
1265 s = splsched(); in assert_wait_deadline()
1300 s = splsched(); in assert_wait_deadline_with_leeway()
1442 spl_t s = splsched(); in thread_stop()
1464 s = splsched(); in thread_stop()
1504 s = splsched(); in thread_stop()
1535 spl_t s = splsched(); in thread_unstop()
1576 spl_t s = splsched(); in thread_wait()
1607 s = splsched(); in thread_wait()
[all …]
H A Dwaitq.c839 spl_t s = splsched(); in waitq_select_queue_add()
916 spl_t s = splsched(); in waitq_select_queue_flush()
1128 s = splsched(); in do_waitq_select_n_locked_queue()
1333 s = splsched(); in waitq_assert_wait64_locked()
1477 s = splsched(); 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()
2278 s = splsched(); in waitq_assert_wait64()
2308 s = splsched(); in waitq_assert_wait64_leeway()
2336 spl = splsched(); in waitq_wakeup64_nthreads()
[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 Dsync_sema.c170 spl_level = splsched(); in semaphore_destroy_internal()
244 spl_t spl = splsched(); in semaphore_free()
346 spl_t spl_level = splsched(); in semaphore_signal_internal()
676 spl_level = splsched(); in semaphore_wait_internal()
H A Dprocessor.c257 spl_t s = splsched(); in processor_update_offline_state()
359 s = splsched(); in processor_init()
433 spl_t s = splsched(); in processor_set_primary()
927 spl_t s = splsched(); in processor_wait_for_start()
943 s = splsched(); in processor_wait_for_start()
990 spl_t s = splsched(); in processor_dostartup()
1026 s = splsched(); in processor_dostartup()
H A Dthread.c480 spl_t s = splsched(); in thread_terminate_self()
645 s = splsched(); in thread_terminate_self()
671 s = splsched(); in thread_terminate_self()
703 s = splsched(); in thread_terminate_self()
1217 spl_t s = splsched(); in thread_stack_queue_invoke()
2085 s = splsched(); in thread_info_internal()
2105 s = splsched(); in thread_info_internal()
2124 s = splsched(); in thread_info_internal()
2168 s = splsched(); in thread_info_internal()
2207 s = splsched(); in thread_info_internal()
[all …]
H A Dturnstile.c493 ret = splsched(); in turnstile_hash_bucket_lock()
578 s = splsched(); in turnstile_htable_lookup_add()
652 s = splsched(); in turnstable_htable_lookup_remove()
726 s = splsched(); in turnstile_htable_lookup()
1521 spl = splsched(); 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()
2746 s = splsched(); in turnstile_update_inheritor_priority_chain()
H A Daffinity.c459 s = splsched(); in affinity_set_add()
475 s = splsched(); in affinity_set_remove()
H A Dsched_dualq.c515 s = splsched(); in sched_dualq_thread_update_scan()
544 s = splsched(); in sched_dualq_thread_update_scan()
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 Dsched_amp.c560 s = splsched(); in sched_amp_thread_update_scan()
592 s = splsched(); in sched_amp_thread_update_scan()
H A Dmachine.c154 spl_t s = splsched(); in processor_up()
271 spl_t s = splsched(); in processor_doshutdown()
364 s = splsched(); in processor_doshutdown()
573 spl_t s = splsched(); in processor_cpu_reinit()
H A Dsched_amp_common.c373 spl_t s = splsched(); in sched_amp_bounce_thread_group_from_ecores()
H A Dsched_rt.c138 spl_t s = splsched(); in rt_init_completed()
303 spl_t s = splsched(); in sched_rt_matrix_set()
702 spl_t s = splsched(); in sched_rt_runq_scan()
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_eventlink.c273 s = splsched(); in ipc_eventlink_destroy_internal()
386 s = splsched(); in mach_eventlink_associate()
443 s = splsched(); in mach_eventlink_disassociate()
534 s = splsched(); in ipc_eventlink_signal()
719 s = splsched(); in ipc_eventlink_signal_wait_internal()
/xnu-12377.41.6/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_defines.h18 #define splsched() 0 macro
/xnu-12377.41.6/osfmk/i386/
H A Dpcb_native.c678 s = splsched(); in thread_set_wq_state32()
727 s = splsched(); in thread_set_wq_state64()

12