Searched refs:saved (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h191 sched_mode_t saved_mode; /* saved mode during forced mode demotion */
283 uint64_t user_timer_save; /* saved user timer value */
284 uint64_t system_timer_save; /* saved system timer value */
285 uint64_t vtimer_user_save; /* saved values for vtimers */
330 } saved; member in struct:thread
429 integer_t saved_importance; /* saved task-relative importance */
442 #define ith_state saved.receive.state
443 #define ith_object saved.receive.object
444 #define ith_msg_addr saved.receive.msg_addr
445 #define ith_msize saved
[all...]
H A Dsyscall_subr.c206 int option = self->saved.swtch.option;
308 self->saved.swtch.option = option;
326 self->saved.swtch.option = option;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c118 STATIC void splx_kernel_funnel(funnel_t *saved);
148 splx_kernel_funnel(funnel_t *saved) argument
150 if (saved != kernel_flock) {
152 if (saved != NULL)
153 thread_funnel_set(saved, TRUE);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c260 * 20k elements allocated, the space saved is substantial.
4203 * If the address specified is NULL, we use our saved
4205 * means that the saved strtok pointer is _only_
4257 * We return NULL in this case, and we set the saved
5638 * present. This opcode is saved for future work.
6311 uintptr_t old = mstate->dtms_scratch_ptr, saved;
6342 saved = mstate->dtms_scratch_ptr;
6362 mstate->dtms_scratch_ptr = saved;
14775 * Restore the arg0 that we saved upon entry.
14788 * Restore the arg0 that we saved upo
[all...]

Completed in 161 milliseconds