Searched refs:call_entry (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dtimer_call.h39 #include <kern/call_entry.h>
46 struct call_entry call_entry; member in struct:timer_call
47 decl_simple_lock_data( ,lock); /* protects call_entry queue */
51 call_entry queue's lock */
H A Dmk_timer.h47 thread_call_data_t call_entry; member in struct:mk_timer
H A Dmk_timer.c84 thread_call_setup(&timer->call_entry, mk_timer_expire, timer);
115 if (thread_call_cancel(&timer->call_entry))
268 if (!thread_call_enter_delayed(&timer->call_entry, expire_time))
319 armed_time = timer->call_entry.tc_call.deadline;
320 if (thread_call_cancel(&timer->call_entry))
H A Dcall_entry.h43 typedef struct call_entry { struct
52 typedef struct call_entry *call_entry_t;
H A Dthread_call.h221 #include <kern/call_entry.h>
224 struct call_entry tc_call; /* Must be first */
H A Dtimer_call.c39 #include <kern/call_entry.h>
160 * methods to operate on timer_call structs as if they are call_entry structs.
240 * Assumes call_entry and queues unlocked, interrupts disabled.
442 * Don't change the call_entry queue back-pointer
H A Dthread_call.c43 #include <kern/call_entry.h>

Completed in 31 milliseconds