Home
last modified time | relevance | path

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

123

/xnu-8020.101.4/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);
252 extern thread_call_t thread_call_allocate(
266 extern thread_call_t thread_call_allocate_with_priority(
[all …]
H A Dthread_call.c181 static thread_call_t _internal_call_allocate(thread_call_func_t func, thread_call_param_…
182 static bool _is_internal_call(thread_call_t call);
183 static void _internal_call_release(thread_call_t call);
184 static bool _pending_call_enqueue(thread_call_t call, thread_call_group_t group…
185 static bool _delayed_call_enqueue(thread_call_t call, thread_call_group_t group,
187 static bool _call_dequeue(thread_call_t call, thread_call_group_t group);
195 static void thread_call_wait_locked(thread_call_t call, spl_t s);
196 static bool thread_call_wait_once_locked(thread_call_t call, spl_t s);
198 static boolean_t thread_call_enter_delayed_internal(thread_call_t call,
246 thread_call_get_group(thread_call_t call) in thread_call_get_group()
[all …]
/xnu-8020.101.4/tools/tests/testkext/
H A Dtestthreadcall.h16 thread_call_t tcall;
17 thread_call_t tcall2;
/xnu-8020.101.4/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.h193 thread_call_t AckTimer;
195 thread_call_t SettleTimer;
197 thread_call_t IdleTimer;
198 thread_call_t WatchdogTimer;
199 thread_call_t SpinDumpTimer;
323 thread_call_t DriverCallEntry;
/xnu-8020.101.4/bsd/pthread/
H A Dworkqueue_internal.h213 thread_call_t wq_delayed_call;
214 thread_call_t wq_immediate_call;
215 thread_call_t wq_death_call;
/xnu-8020.101.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h675 thread_call_t extraSleepTimer;
676 thread_call_t powerButtonDown;
677 thread_call_t powerButtonUp;
678 thread_call_t diskSyncCalloutEntry;
679 thread_call_t fullWakeThreadCall;
680 thread_call_t updateConsoleUsersEntry;
788 thread_call_t aggressivesThreadCall;
/xnu-8020.101.4/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()
/xnu-8020.101.4/bsd/skywalk/mem/
H A Dskmem_var.h81 extern void skmem_dispatch(thread_call_t, void (*func)(void), uint64_t);
H A Dskmem.c466 skmem_dispatch(thread_call_t tcall, void (*func)(void), uint64_t delay) in skmem_dispatch()
/xnu-8020.101.4/bsd/net/
H A Dbpfdesc.h137 thread_call_t bd_thread_call; /* for BPF timeouts with select */
H A Dif_llatbl.h119 thread_call_t lle_timer;
H A Dif_headless.c274 thread_call_t iff_doorbell_tcall;
574 thread_call_t tcall = NULL; in headless_nx_ring_fini()
874 thread_call_t tcall; in headless_schedule_async_doorbell()
H A Dif_fake.c523 thread_call_t iff_doorbell_tcall;
524 thread_call_t iff_if_adv_tcall;
1363 thread_call_t tcall; in feth_if_adv_tcall_destroy()
1503 thread_call_t tcall = NULL; in feth_nx_ring_fini()
1854 thread_call_t tcall; in feth_schedule_async_doorbell()
/xnu-8020.101.4/osfmk/vm/
H A Danalytics.c47 static thread_call_t vm_analytics_thread_call;
H A Dvm_shared_region.h213 thread_call_t sr_timer_call;
/xnu-8020.101.4/bsd/netinet/
H A Dtcp_timer.h250 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-8020.101.4/bsd/nfs/
H A Dnfs.h1246 extern thread_call_t nfs4_callback_timer_call;
1250 extern thread_call_t nfs_request_timer_call;
1251 extern thread_call_t nfs_buf_timer_call;
1252 extern thread_call_t nfsrv_idlesock_timer_call;
1254 extern thread_call_t nfsrv_fmod_timer_call;
1597 void nfs_interval_timer_start(thread_call_t, time_t);
H A Dnfsmount.h317 thread_call_t renew_timer; /* RENEW timer call */
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c152 thread_call_t ipfm_timeout_tcall; /* frag timeout thread */
238 thread_call_t tcall; in fsw_ip_frag_mgr_destroy()
857 thread_call_t tcall = mgr->ipfm_timeout_tcall; in ipfq_sched_timeout()
/xnu-8020.101.4/osfmk/i386/
H A Dpmap_common.c51 thread_call_t pmap_pagetable_corruption_log_call;
/xnu-8020.101.4/bsd/kern/
H A Dkern_memorystatus_notify.c438 static thread_call_t sustained_pressure_handler_thread_call;
454 static thread_call_t memorystatus_notify_update_telemetry_thread_call;
H A Dkern_time.c605 thread_call_t call = p->p_rcall; in proc_free_realitimer()
/xnu-8020.101.4/libkern/os/
H A Dlog_queue.c89 thread_call_t lq_mem_handler;

123