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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtimer.h93 uint64_t all_bits; member in struct:timer
151 return timer->all_bits;
H A Dtimer.c84 timer->all_bits = 0;
114 timer->all_bits += delta;
/darwin-on-arm/xnu/osfmk/i386/
H A Dgenassym.c572 DECLARE("TIMER_ALL", offsetof(struct timer *, all_bits));
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c1117 return t->all_bits;

Completed in 27 milliseconds