Toggle navigation
/
Symbol
File
Text
Line
Symbol: tkr
function parameter
Defined...
kernel/time/timekeeping.c:191:33-191:60
: static inline u64 tk_clock_read(const struct tk_read_base *tkr)
kernel/time/timekeeping.c:240:41-240:68
: static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr)
kernel/time/timekeeping.c:374:43-374:70
: static inline u64 timekeeping_delta_to_ns(const struct tk_read_base *tkr, u64 delta)
kernel/time/timekeeping.c:384:38-384:65
: static inline u64 timekeeping_get_ns(const struct tk_read_base *tkr)
kernel/time/timekeeping.c:392:44-392:71
: static inline u64 timekeeping_cycles_to_ns(const struct tk_read_base *tkr, u64 cycles)
kernel/time/timekeeping.c:416:36-416:63
: static void update_fast_timekeeper(const struct tk_read_base *tkr,
kernel/time/timekeeping.c:434:49-434:70
: static __always_inline u64 fast_tk_get_delta_ns(struct tk_read_base *tkr)
variable
Defined...
kernel/time/timekeeping.c:444:2-444:23
: struct tk_read_base *tkr;
kernel/time/timekeeping.c:559:2-559:23
: struct tk_read_base *tkr;
kernel/time/timekeeping.c:654:2-654:40
: const struct tk_read_base *tkr = &tk->tkr_mono;
kernel/time/timekeeping.c:2410:2-2410:49
: struct tk_read_base *tkr = &tk_core.timekeeper.tkr_mono;