Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/tests/
H A Dtest_thread_call.c92 THREAD_CALL_OPTIONS_ONCE); in test_once_thread_call()
171 THREAD_CALL_OPTIONS_ONCE | THREAD_CALL_OPTIONS_SIGNAL); in test_signal_thread_call()
/xnu-8019.80.24/osfmk/vm/
H A Danalytics.c137 …ocate_with_options(vm_analytics_tick, NULL, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in vm_analytics_init()
/xnu-8019.80.24/osfmk/kern/
H A Dthread_call.h78 THREAD_CALL_OPTIONS_ONCE = 0x00000001, enumerator
H A Dmpsc_queue.c211 _mpsc_queue_thread_call_drain, dq, pri, THREAD_CALL_OPTIONS_ONCE); in mpsc_daemon_queue_init_with_thread_call()
H A Dthread_call.c572 if (options & THREAD_CALL_OPTIONS_ONCE) { in thread_call_setup_with_options()
1036 if (options & THREAD_CALL_OPTIONS_ONCE) { in thread_call_allocate_with_qos()
H A Dzalloc.c8470 THREAD_CALL_OPTIONS_ONCE); in zone_bootstrap()
8474 THREAD_CALL_OPTIONS_ONCE); in zone_bootstrap()
/xnu-8019.80.24/san/memory/
H A Dubsan_minimal.c264 THREAD_CALL_OPTIONS_ONCE); in ubsan_minimal_init()
/xnu-8019.80.24/iokit/Kernel/
H A DIOTimerEventSource.cpp297 tcoptions |= THREAD_CALL_OPTIONS_ONCE; in setTimeoutFunc()
H A DIOPMrootDomain.cpp1617 THREAD_CALL_OPTIONS_ONCE); in start()
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus_notify.c462 …ions(sustained_pressure_handler, NULL, THREAD_CALL_PRIORITY_KERNEL_HIGH, THREAD_CALL_OPTIONS_ONCE); in memorystatus_notify_init()
464 …ptions(update_footprints_for_telemetry, NULL, THREAD_CALL_PRIORITY_USER, THREAD_CALL_OPTIONS_ONCE); in memorystatus_notify_init()
H A Duipc_usrreq.c189 THREAD_CALL_OPTIONS_ONCE); in unp_gc_setup()
H A Dkern_memorystatus_freeze.c1610 …s(memorystatus_freeze_reset_interval, NULL, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in memorystatus_freeze_init()
H A Dkern_event.c1660 THREAD_CALL_OPTIONS_ONCE); in filt_timerattach()
H A Duipc_mbuf.c6949 THREAD_CALL_OPTIONS_ONCE);
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c206 THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in fsw_ip_frag_mgr_create()
/xnu-8019.80.24/iokit/bsddev/
H A DIOKitBSDInit.cpp113 …te_with_options(IOOpenPolledCoreFile, NULL, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in IOKitBSDInit()
/xnu-8019.80.24/bsd/pthread/
H A Dpthread_workqueue.c2091 THREAD_CALL_OPTIONS_ONCE); in workq_open()
2094 THREAD_CALL_OPTIONS_ONCE); in workq_open()
2097 THREAD_CALL_PRIORITY_USER, THREAD_CALL_OPTIONS_ONCE); in workq_open()
/xnu-8019.80.24/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.c392 NULL, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in skmem_region_init()
/xnu-8019.80.24/bsd/net/
H A Dif_headless.c890 THREAD_CALL_OPTIONS_ONCE); in headless_schedule_async_doorbell()
H A Dif_fake.c1346 THREAD_CALL_OPTIONS_ONCE); in feth_if_adv_tcall_create()
1869 THREAD_CALL_OPTIONS_ONCE); in feth_schedule_async_doorbell()
H A Dnecp_client.c10342 THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in necp_client_init()
10347 THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in necp_client_init()
10351 THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in necp_client_init()
H A Ddlil.c9927 ifp1, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in dlil_if_acquire()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c246 csi, THREAD_CALL_PRIORITY_KERNEL, THREAD_CALL_OPTIONS_ONCE); in csi_init()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c2154 …_allocate_with_options(nfs4_renew_timer, nmp, THREAD_CALL_PRIORITY_HIGH, THREAD_CALL_OPTIONS_ONCE); in nfs4_mount()