Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dthread_call.h70 THREAD_CALL_PRIORITY_KERNEL = 1, enumerator
H A Dwork_interval.c499 work_interval_deallocate_queue_invoke, THREAD_CALL_PRIORITY_KERNEL, in work_interval_subsystem_init()
H A Dthread_group.c152 thread_group_deallocate_queue_invoke, THREAD_CALL_PRIORITY_KERNEL, in thread_group_init()
H A Dthread_call.c576 case THREAD_CALL_PRIORITY_KERNEL: in thread_call_setup_with_options()
H A Dbtlog.c653 THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in __btlib_init()
H A Dtask_policy.c2905 …locate_with_priority(task_action_cpuusage, (thread_call_param_t)task, THREAD_CALL_PRIORITY_KERNEL); in task_set_cpuusage()
/xnu-8792.61.2/iokit/Kernel/
H A DIOTimerEventSource.cpp255 pri = THREAD_CALL_PRIORITY_KERNEL; in setTimeoutFunc()
275 pri = THREAD_CALL_PRIORITY_KERNEL; in setTimeoutFunc()
H A DIOPMrootDomain.cpp1634 (thread_call_param_t) this, THREAD_CALL_PRIORITY_KERNEL, in start()
/xnu-8792.61.2/osfmk/vm/
H A Danalytics.c225 …l = thread_call_allocate_with_options(vm_analytics_tick, NULL, THREAD_CALL_PRIORITY_KERNEL, THREAD… in vm_analytics_init()
/xnu-8792.61.2/san/memory/
H A Dubsan_minimal.c263 ubsan_minimal_flush_entries, NULL, THREAD_CALL_PRIORITY_KERNEL, in ubsan_minimal_init()
/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c207 THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in fsw_ip_frag_mgr_create()
/xnu-8792.61.2/iokit/bsddev/
H A DIOKitBSDInit.cpp114 … thread_call_allocate_with_options(IOOpenPolledCoreFile, NULL, THREAD_CALL_PRIORITY_KERNEL, THREAD… in IOKitBSDInit()
/xnu-8792.61.2/bsd/skywalk/mem/
H A Dskmem_cache.c484 NULL, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in skmem_cache_init()
487 NULL, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in skmem_cache_init()
H A Dskmem_region.c384 NULL, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in skmem_region_init()
/xnu-8792.61.2/bsd/net/
H A Dif_headless.c888 THREAD_CALL_PRIORITY_KERNEL, in headless_schedule_async_doorbell()
H A Dif_fake.c1529 (thread_call_param_t)fakeif, THREAD_CALL_PRIORITY_KERNEL, in feth_if_adv_tcall_create()
2043 THREAD_CALL_PRIORITY_KERNEL, in feth_schedule_async_doorbell()
H A Dnecp_client.c10917 THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in necp_client_init()
10922 THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in necp_client_init()
10926 THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in necp_client_init()
H A Ddlil.c10216 ifp1, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in dlil_if_acquire()
/xnu-8792.61.2/bsd/netinet/
H A Din_pcb.c333 NULL, THREAD_CALL_PRIORITY_KERNEL); in in_pcbinit()
336 inpcb_timeout, &inpcb_timeout, THREAD_CALL_PRIORITY_KERNEL); in in_pcbinit()
/xnu-8792.61.2/bsd/kern/
H A Duipc_usrreq.c209 NULL, THREAD_CALL_PRIORITY_KERNEL, in unp_gc_setup()
H A Dkdebug.c2738 _deferred_coproc_notify, THREAD_CALL_PRIORITY_KERNEL, in kdebug_init()
H A Dkern_memorystatus_freeze.c1667 …llocate_with_options(memorystatus_freeze_reset_interval, NULL, THREAD_CALL_PRIORITY_KERNEL, THREAD… in memorystatus_freeze_init()
H A Duipc_mbuf.c7016 THREAD_CALL_PRIORITY_KERNEL,
/xnu-8792.61.2/bsd/skywalk/channel/
H A Dchannel.c237 csi, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in csi_init()
/xnu-8792.61.2/bsd/pthread/
H A Dpthread_workqueue.c2109 workq_add_new_threads_call, p, THREAD_CALL_PRIORITY_KERNEL, in workq_open()