Searched refs:all_bits (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dtimer.h93 uint64_t all_bits; member in struct:timer
151 return timer->all_bits;
H A Dtimer.c80 timer->all_bits = 0;
110 timer->all_bits += delta;
/xnu-2422.115.4/tools/lldbmacros/
H A Dmisc.py193 thread.user_timer.all_bits,
194 thread.system_timer.all_bits)
/xnu-2422.115.4/osfmk/i386/
H A Dgenassym.c502 DECLARE("TIMER_ALL", offsetof(struct timer *, all_bits));
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp.c1175 return t->all_bits;

Completed in 32 milliseconds