Searched defs:base (Results 1 – 6 of 6) sorted by relevance
/kernel/ |
D | hrtimer.c | 136 static void hrtimer_get_softirq_time(struct hrtimer_cpu_base *base) in hrtimer_get_softirq_time() 177 struct hrtimer_clock_base *base; in lock_hrtimer_base() local 196 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base) in switch_hrtimer_base() 231 struct hrtimer_clock_base *base = timer->base; in lock_hrtimer_base() local 492 struct hrtimer_clock_base *base = cpu_base->clock_base; in hrtimer_force_reprogram() local 529 struct hrtimer_clock_base *base) in hrtimer_reprogram() 576 struct hrtimer_cpu_base *base; in retrigger_next_event() local 633 static inline void hrtimer_init_hres(struct hrtimer_cpu_base *base) in hrtimer_init_hres() 654 struct hrtimer_clock_base *base) in hrtimer_enqueue_reprogram() 671 struct hrtimer_cpu_base *base = &per_cpu(hrtimer_bases, cpu); in hrtimer_switch_to_hres() local [all …]
|
D | timer.c | 92 static inline unsigned int tbase_get_deferrable(struct tvec_base *base) in tbase_get_deferrable() 97 static inline struct tvec_base *tbase_get_base(struct tvec_base *base) in tbase_get_base() 316 static inline void set_running_timer(struct tvec_base *base, in set_running_timer() 324 static void internal_add_timer(struct tvec_base *base, struct timer_list *timer) in internal_add_timer() 576 struct tvec_base *base; in lock_timer_base() local 594 struct tvec_base *base, *new_base; in __mod_timer() local 648 struct tvec_base *base = per_cpu(tvec_bases, cpu); in add_timer_on() local 720 struct tvec_base *base; in del_timer() local 751 struct tvec_base *base; in try_to_del_timer_sync() local 803 static int cascade(struct tvec_base *base, struct tvec *tv, int index) in cascade() [all …]
|
D | futex_compat.c | 36 compat_uptr_t base = ptr_to_compat(entry); in futex_uaddr() local
|
D | module.c | 183 #define symversion(base, idx) NULL argument 185 #define symversion(base, idx) ((base != NULL) ? ((base) + (idx)) : NULL) argument
|
D | sys.c | 1223 int base, max, stride; in groups_sort() local
|
/kernel/time/ |
D | timer_list.c | 77 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers() 113 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
|