Toggle navigation
/
Symbol
File
Text
Line
Symbol: tkr
function parameter
Defined...
kernel/time/timekeeping.c:189:33-189:60
: static inline u64 tk_clock_read(const struct tk_read_base *tkr)
kernel/time/timekeeping.c:238:41-238:68
: static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr)
kernel/time/timekeeping.c:372:43-372:70
: static inline u64 timekeeping_delta_to_ns(const struct tk_read_base *tkr, u64 delta)
kernel/time/timekeeping.c:382:38-382:65
: static inline u64 timekeeping_get_ns(const struct tk_read_base *tkr)
kernel/time/timekeeping.c:390:44-390:71
: static inline u64 timekeeping_cycles_to_ns(const struct tk_read_base *tkr, u64 cycles)
kernel/time/timekeeping.c:414:36-414:63
: static void update_fast_timekeeper(const struct tk_read_base *tkr,
variable
Defined...
kernel/time/timekeeping.c:434:2-434:23
: struct tk_read_base *tkr;
kernel/time/timekeeping.c:537:2-537:23
: struct tk_read_base *tkr;
kernel/time/timekeeping.c:635:2-635:40
: const struct tk_read_base *tkr = &tk->tkr_mono;