Home
last modified time | relevance | path

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

123

/xnu-11215/osfmk/kern/
H A Dthread_call.h44 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);
300 extern thread_call_t
330 thread_call_t call);
[all …]
H A Dthread_call.c297 thread_call_t call, in thread_call_enqueue_tail()
328 thread_call_t call) in thread_call_dequeue()
356 thread_call_t call, in thread_call_enqueue_deadline()
637 static thread_call_t
890 thread_call_t call; in _cancel_func_from_queue()
1004 thread_call_t
1013 thread_call_t
1029 thread_call_t
1077 thread_call_t
1995 thread_call_t call; in thread_call_delayed_timer()
[all …]
H A Dexclaves_sensor.c228 static thread_call_t sensor_healthcheck_tcall = NULL;
/xnu-11215/tools/tests/testkext/
H A Dtestthreadcall.h16 thread_call_t tcall;
17 thread_call_t tcall2;
/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp183 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 DIOServicePMPrivate.h195 thread_call_t AckTimer;
197 thread_call_t SettleTimer;
199 thread_call_t IdleTimer;
200 thread_call_t WatchdogTimer;
201 thread_call_t SpinDumpTimer;
325 thread_call_t DriverCallEntry;
336 thread_call_t DriverCallTimer;
/xnu-11215/bsd/pthread/
H A Dworkqueue_internal.h238 thread_call_t wq_delayed_call;
239 thread_call_t wq_immediate_call;
240 thread_call_t wq_death_call;
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h683 thread_call_t extraSleepTimer;
684 thread_call_t powerButtonDown;
685 thread_call_t powerButtonUp;
686 thread_call_t diskSyncCalloutEntry;
687 thread_call_t fullWakeThreadCall;
688 thread_call_t updateConsoleUsersEntry;
796 thread_call_t aggressivesThreadCall;
/xnu-11215/osfmk/tests/
H A Dtest_thread_call.c88 thread_call_t call; in test_once_thread_call()
167 thread_call_t call; in test_signal_thread_call()
H A Dpmap_tests.c553 thread_call_t panic_callout;
649 huge_pv_start_panic_timer(thread_call_t panic_callout) in huge_pv_start_panic_timer()
737 thread_call_t huge_pv_panic_call = thread_call_allocate(huge_pv_test_panic, NULL); in test_pmap_huge_pv_list()
744 thread_call_t huge_pv_timer_call = thread_call_allocate(huge_pv_test_timeout, &args); in test_pmap_huge_pv_list()
/xnu-11215/bsd/skywalk/mem/
H A Dskmem_var.h88 extern void skmem_dispatch(thread_call_t, void (*func)(void), uint64_t);
H A Dskmem.c503 skmem_dispatch(thread_call_t tcall, void (*func)(void), uint64_t delay) in skmem_dispatch()
/xnu-11215/bsd/net/
H A Dbpfdesc.h147 thread_call_t bd_thread_call; /* for BPF timeouts with select */
H A Dif_headless.c274 thread_call_t iff_doorbell_tcall;
570 thread_call_t tcall = NULL; in headless_nx_ring_fini()
870 thread_call_t tcall; in headless_schedule_async_doorbell()
H A Dif_redirect.c126 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-11215/bsd/netinet/
H A Dtcp_timer.h251 thread_call_t call; /* call entry */
H A Dmptcp_var.h72 thread_call_t mpte_time_thread;
73 thread_call_t mpte_stop_urgency;
/xnu-11215/osfmk/vm/
H A Dvm_shared_region_xnu.h196 thread_call_t sr_timer_call;
H A Danalytics.c53 static thread_call_t vm_analytics_thread_call;
/xnu-11215/bsd/nfs/
H A Dnfs.h1200 extern thread_call_t nfsrv_idlesock_timer_call;
1202 extern thread_call_t nfsrv_fmod_timer_call;
1276 void nfs_interval_timer_start(thread_call_t, time_t);
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c152 thread_call_t ipfm_timeout_tcall; /* frag timeout thread */
233 thread_call_t __single tcall; in fsw_ip_frag_mgr_destroy()
910 thread_call_t __single tcall = mgr->ipfm_timeout_tcall; in ipfq_sched_timeout()
/xnu-11215/osfmk/i386/
H A Dpmap_common.c51 thread_call_t pmap_pagetable_corruption_log_call;
/xnu-11215/bsd/net/pktsched/
H A Dpktsched_fq_codel.h210 thread_call_t fqs_pacemaker_tcall;
/xnu-11215/libkern/c++/
H A DOSSymbol.cpp116 thread_call_t _tcall;
/xnu-11215/bsd/kern/
H A Dstackshot.c100 static thread_call_t sshot_entitlement_thread_call;

123