| /xnu-12377.61.12/osfmk/kern/ |
| H A D | thread_call.h | 44 typedef struct thread_call *thread_call_t; typedef 100 thread_call_t call); 112 thread_call_t call, 128 thread_call_t call, 142 thread_call_t call, 203 thread_call_t call, 223 thread_call_t call); 241 thread_call_t call); 252 extern thread_call_t thread_call_allocate( 266 extern thread_call_t thread_call_allocate_with_priority( [all …]
|
| H A D | thread_call.c | 184 static thread_call_t _internal_call_allocate(thread_call_func_t func, thread_call_param_… 185 static bool _is_internal_call(thread_call_t call); 186 static void _internal_call_release(thread_call_t call); 187 static bool _pending_call_enqueue(thread_call_t call, thread_call_group_t group… 188 static bool _delayed_call_enqueue(thread_call_t call, thread_call_group_t group, 190 static bool _call_dequeue(thread_call_t call, thread_call_group_t group); 198 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); 201 static boolean_t thread_call_enter_delayed_internal(thread_call_t call, 248 thread_call_get_group(thread_call_t call) in thread_call_get_group() [all …]
|
| H A D | exclaves_sensor.c | 319 static thread_call_t sensor_healthcheck_tcall = NULL;
|
| /xnu-12377.61.12/tools/tests/testkext/ |
| H A D | testthreadcall.h | 16 thread_call_t tcall; 17 thread_call_t tcall2;
|
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOTimerEventSource.cpp | 183 thread_call_start_iotes_invocation((thread_call_t)me->calloutEntry); in timeoutAndRelease() 374 freed = thread_call_free((thread_call_t) calloutEntry); in free() 391 bool active = _thread_call_cancel((thread_call_t) calloutEntry); in cancelTimeout() 414 bool active = _thread_call_cancel((thread_call_t) calloutEntry); in disable() 570 if (thread_call_enter_delayed_with_leeway((thread_call_t) calloutEntry, in wakeAtTime() 577 thread_call_enter_delayed_with_leeway((thread_call_t) calloutEntry, in wakeAtTime()
|
| H A D | IOServicePMPrivate.h | 195 thread_call_t AckTimer; 197 thread_call_t SettleTimer; 199 thread_call_t IdleTimer; 200 thread_call_t WatchdogTimer; 201 thread_call_t SpinDumpTimer; 326 thread_call_t DriverCallEntry; 337 thread_call_t DriverCallTimer;
|
| /xnu-12377.61.12/bsd/pthread/ |
| H A D | workqueue_internal.h | 238 thread_call_t wq_delayed_call; 239 thread_call_t wq_immediate_call; 240 thread_call_t wq_death_call;
|
| /xnu-12377.61.12/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 714 thread_call_t extraSleepTimer; 715 thread_call_t powerButtonDown; 716 thread_call_t powerButtonUp; 717 thread_call_t diskSyncCalloutEntry; 718 thread_call_t fullWakeThreadCall; 719 thread_call_t updateConsoleUsersEntry; 834 thread_call_t aggressivesThreadCall;
|
| /xnu-12377.61.12/osfmk/tests/ |
| H A D | test_thread_call.c | 88 thread_call_t call; in test_once_thread_call() 167 thread_call_t call; in test_signal_thread_call()
|
| H A D | pmap_tests.c | 595 thread_call_t panic_callout; 691 huge_pv_start_panic_timer(thread_call_t panic_callout) in huge_pv_start_panic_timer() 779 thread_call_t huge_pv_panic_call = thread_call_allocate(huge_pv_test_panic, NULL); in test_pmap_huge_pv_list() 786 thread_call_t huge_pv_timer_call = thread_call_allocate(huge_pv_test_timeout, &args); in test_pmap_huge_pv_list()
|
| /xnu-12377.61.12/bsd/skywalk/mem/ |
| H A D | skmem_var.h | 88 extern void skmem_dispatch(thread_call_t, void (*func)(void), uint64_t);
|
| H A D | skmem.c | 504 skmem_dispatch(thread_call_t tcall, void (*func)(void), uint64_t delay) in skmem_dispatch()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | bpfdesc.h | 147 thread_call_t bd_thread_call; /* for BPF timeouts with select */
|
| H A D | if_headless.c | 274 thread_call_t iff_doorbell_tcall; 572 thread_call_t tcall __single = NULL; in headless_nx_ring_fini() 874 thread_call_t __single tcall; in headless_schedule_async_doorbell()
|
| H A D | if_redirect.c | 126 thread_call_t rd_doorbell_tcall; 499 thread_call_t __single tcall = NULL; in redirect_nx_ring_fini() 857 thread_call_t __single tcall; in redirect_schedule_async_doorbell()
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_timer.h | 234 thread_call_t call; /* call entry */
|
| H A D | mptcp_var.h | 74 thread_call_t mpte_time_thread; 75 thread_call_t mpte_stop_urgency;
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_shared_region_xnu.h | 197 thread_call_t sr_timer_call;
|
| H A D | analytics.c | 57 static thread_call_t vm_analytics_thread_call;
|
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs.h | 1242 extern thread_call_t nfsrv_idlesock_timer_call; 1244 extern thread_call_t nfsrv_fmod_timer_call; 1318 void nfs_interval_timer_start(thread_call_t, time_t);
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ip_frag.c | 153 thread_call_t ipfm_timeout_tcall; /* frag timeout thread */ 236 thread_call_t __single tcall; in fsw_ip_frag_mgr_destroy() 934 thread_call_t __single tcall = mgr->ipfm_timeout_tcall; in ipfq_sched_timeout()
|
| /xnu-12377.61.12/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.h | 218 thread_call_t fqs_pacemaker_tcall;
|
| /xnu-12377.61.12/osfmk/i386/ |
| H A D | pmap_common.c | 51 thread_call_t pmap_pagetable_corruption_log_call;
|
| /xnu-12377.61.12/libkern/c++/ |
| H A D | OSSymbol.cpp | 116 thread_call_t _tcall;
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | stackshot.c | 100 static thread_call_t sshot_entitlement_thread_call;
|