Home
last modified time | relevance | path

Searched refs:spl (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/osfmk/ipc/
H A Dipc_service_port.c61 struct portlabel_info *spl, const char **namep) in kdp_ipc_fill_splabel() argument
63 #pragma unused(ispl, spl, namep) in kdp_ipc_fill_splabel()
68 spl->portlabel_domain = ispl->ispl_domain; in kdp_ipc_fill_splabel()
70 spl->portlabel_flags |= STACKSHOT_PORTLABEL_THROTTLED; in kdp_ipc_fill_splabel()
/xnu-11215/osfmk/i386/
H A Dmp.h244 boolean_t spl = ml_set_interrupts_enabled(FALSE); \
259 (void) ml_set_interrupts_enabled(spl); \
H A Dpmap.h819 spl_t spl; \
821 spl = splhigh(); \
825 splx(spl); \
/xnu-11215/osfmk/kern/
H A Dwaitq.c1649 spl_t spl = splsched(); in waitq_resume_identified_thread() local
1659 splx(spl); in waitq_resume_identified_thread()
1672 spl_t spl = splsched(); in waitq_resume_and_bind_identified_thread() local
1683 splx(spl); in waitq_resume_and_bind_identified_thread()
2365 spl_t spl = 0; in waitq_wakeup64_one() local
2368 spl = splsched(); in waitq_wakeup64_one()
2375 flags | waitq_flags_splx(spl) | WAITQ_UNLOCK); in waitq_wakeup64_one()
2387 spl_t spl = 0; in waitq_wakeup64_all() local
2390 spl = splsched(); in waitq_wakeup64_all()
2430 spl_t spl = 0; in waitq_wakeup64_identify() local
[all …]
H A Dsync_sema.c245 spl_t spl = splsched(); in semaphore_free() local
248 assert(spl); in semaphore_free()
255 splx(spl); in semaphore_free()
263 splx(spl); in semaphore_free()
H A Dblock_hint.h93 extern void kdp_ipc_fill_splabel(struct ipc_service_port_label *ispl, struct portlabel_info *spl, c…
H A Dthread_act.c203 spl_t spl; in thread_start_in_assert_wait() local
205 spl = splsched(); in thread_start_in_assert_wait()
230 splx(spl); in thread_start_in_assert_wait()
H A Dsmr.c1362 spl_t spl; in __smr_cpu_lazy_up() local
1374 spl = splsched(); in __smr_cpu_lazy_up()
1378 splx(spl); in __smr_cpu_lazy_up()
1552 spl_t spl; in smr_barrier() local
1567 spl = splsched(); in smr_barrier()
1589 splx(spl); in smr_barrier()
H A Dturnstile.c1508 spl_t spl; in turnstile_update_inheritor() local
1518 spl = splsched(); in turnstile_update_inheritor()
1524 splx(spl); in turnstile_update_inheritor()
H A Dkern_stackshot.c3089 struct portlabel_info spl = { in kdp_stackshot_plh_record_locked() local
3098 kdp_ipc_fill_splabel(ispl, &spl, &name); in kdp_stackshot_plh_record_locked()
3115 spl.portlabel_flags |= STACKSHOT_PORTLABEL_READFAILED; in kdp_stackshot_plh_record_locked()
3117 …exit_on_error(kcdata_push_data(stackshot_kcdata_p, STACKSHOT_KCTYPE_PORTLABEL, sizeof(spl), &spl)); in kdp_stackshot_plh_record_locked()
/xnu-11215/osfmk/x86_64/
H A Dpmap.c1104 spl_t spl; in pmap_lowmem_finalize() local
1205 spl = splhigh(); in pmap_lowmem_finalize()
1389 splx(spl); in pmap_lowmem_finalize()