| /kernel/time/ |
| D | timer.c | 515 static void enqueue_timer(struct timer_base *base, struct timer_list *timer, in enqueue_timer() 524 __internal_add_timer(struct timer_base *base, struct timer_list *timer) in __internal_add_timer() 533 trigger_dyntick_cpu(struct timer_base *base, struct timer_list *timer) in trigger_dyntick_cpu() 569 internal_add_timer(struct timer_base *base, struct timer_list *timer) in internal_add_timer() 832 static int detach_if_pending(struct timer_list *timer, struct timer_base *base, in detach_if_pending() 849 struct timer_base *base = per_cpu_ptr(&timer_bases[BASE_STD], cpu); in get_timer_cpu_base() local 862 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]); in get_timer_this_cpu_base() local 880 get_target_base(struct timer_base *base, unsigned tflags) in get_target_base() 891 static inline void forward_timer_base(struct timer_base *base) in forward_timer_base() 919 get_target_base(struct timer_base *base, unsigned tflags) in get_target_base() [all …]
|
| D | hrtimer.c | 140 struct hrtimer_clock_base *base; in lock_hrtimer_base() local 180 struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, in get_target_base() 189 struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, in get_target_base() 209 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base() 263 struct hrtimer_clock_base *base = timer->base; in lock_hrtimer_base() local 465 struct hrtimer_clock_base *base = cpu_base->clock_base; in __hrtimer_get_next_event() local 496 static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base) in hrtimer_update_base() 595 struct hrtimer_clock_base *base) in hrtimer_reprogram() 652 static inline void hrtimer_init_hres(struct hrtimer_cpu_base *base) in hrtimer_init_hres() 667 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event() local [all …]
|
| D | alarmtimer.c | 137 static void alarmtimer_enqueue(struct alarm_base *base, struct alarm *alarm) in alarmtimer_enqueue() 155 static void alarmtimer_dequeue(struct alarm_base *base, struct alarm *alarm) in alarmtimer_dequeue() 177 struct alarm_base *base = &alarm_bases[alarm->type]; in alarmtimer_fired() local 203 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_expires_remaining() local 240 struct alarm_base *base = &alarm_bases[i]; in alarmtimer_suspend() local 300 struct alarm_base *base = &alarm_bases[type]; in alarmtimer_freezerset() local 337 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_start() local 355 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_start_relative() local 364 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_restart() local 384 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_try_to_cancel() local [all …]
|
| D | timekeeping.c | 58 struct tk_read_base base[2]; member 371 struct tk_read_base *base = tkf->base; in update_fast_timekeeper() local 751 ktime_t base; in ktime_get() local 794 ktime_t base, *offset = offsets[offs]; in ktime_get_with_offset() local 838 ktime_t base; in ktime_get_raw() local 978 static int scale64_check_overflow(u64 mult, u64 div, u64 *base) in scale64_check_overflow() 1905 u32 base = tk->tkr_mono.clock->mult; in timekeeping_freqadjust() local 2278 ktime_t base; in ktime_get_update_offsets_now() local
|
| D | timer_list.c | 90 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers() 129 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
|
| /kernel/ |
| D | pid.c | 118 static int pid_before(int base, int a, int b) in pid_before() 144 static void set_last_pid(struct pid_namespace *pid_ns, int base, int pid) in set_last_pid()
|
| D | futex_compat.c | 38 compat_uptr_t base = ptr_to_compat(entry); in futex_uaddr() local
|
| D | groups.c | 82 int base, max, stride; in groups_sort() local
|
| D | module.c | 235 static void __mod_update_bounds(void *base, unsigned int size) in __mod_update_bounds() 402 #define symversion(base, idx) NULL argument 404 #define symversion(base, idx) ((base != NULL) ? ((base) + (idx)) : NULL) argument
|
| /kernel/irq/ |
| D | ipi.c | 285 unsigned int base = data->irq; in __ipi_send_mask() local
|
| /kernel/events/ |
| D | ring_buffer.c | 779 void *base; in rb_free_work() local
|
| /kernel/power/ |
| D | snapshot.c | 1548 static unsigned long __fraction(u64 x, u64 multiplier, u64 base) in __fraction()
|