| /kernel/time/ |
| D | timer.c | 517 static void enqueue_timer(struct timer_base *base, struct timer_list *timer, in enqueue_timer() 526 __internal_add_timer(struct timer_base *base, struct timer_list *timer) in __internal_add_timer() 535 trigger_dyntick_cpu(struct timer_base *base, struct timer_list *timer) in trigger_dyntick_cpu() 571 internal_add_timer(struct timer_base *base, struct timer_list *timer) in internal_add_timer() 797 static int detach_if_pending(struct timer_list *timer, struct timer_base *base, in detach_if_pending() 814 struct timer_base *base = per_cpu_ptr(&timer_bases[BASE_STD], cpu); in get_timer_cpu_base() local 827 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]); in get_timer_this_cpu_base() local 845 get_target_base(struct timer_base *base, unsigned tflags) in get_target_base() 856 static inline void forward_timer_base(struct timer_base *base) in forward_timer_base() 884 get_target_base(struct timer_base *base, unsigned tflags) in get_target_base() [all …]
|
| D | hrtimer.c | 143 struct hrtimer_clock_base *base; in lock_hrtimer_base() local 183 struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, in get_target_base() 192 struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, in get_target_base() 212 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base() 266 struct hrtimer_clock_base *base = timer->base; in lock_hrtimer_base() local 469 struct hrtimer_clock_base *base = cpu_base->clock_base; in __hrtimer_get_next_event() local 515 static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base) in hrtimer_update_base() 614 struct hrtimer_clock_base *base) in hrtimer_reprogram() 671 static inline void hrtimer_init_hres(struct hrtimer_cpu_base *base) in hrtimer_init_hres() 686 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event() local [all …]
|
| D | alarmtimer.c | 165 static void alarmtimer_enqueue(struct alarm_base *base, struct alarm *alarm) in alarmtimer_enqueue() 183 static void alarmtimer_dequeue(struct alarm_base *base, struct alarm *alarm) in alarmtimer_dequeue() 205 struct alarm_base *base = &alarm_bases[alarm->type]; in alarmtimer_fired() local 232 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_expires_remaining() local 270 struct alarm_base *base = &alarm_bases[i]; in alarmtimer_suspend() local 364 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_start() local 384 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_start_relative() local 393 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_restart() local 413 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_try_to_cancel() local 481 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_forward_now() local [all …]
|
| D | timekeeping.c | 62 struct tk_read_base base[2]; member 373 struct tk_read_base *base = tkf->base; in update_fast_timekeeper() local 754 ktime_t base; in ktime_get() local 797 ktime_t base, *offset = offsets[offs]; in ktime_get_with_offset() local 841 ktime_t base; in ktime_get_raw() local 981 static int scale64_check_overflow(u64 mult, u64 div, u64 *base) in scale64_check_overflow() 1854 u32 base = tk->tkr_mono.clock->mult; in timekeeping_freqadjust() local 2226 ktime_t base; in ktime_get_update_offsets_now() local
|
| D | timer_list.c | 80 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers() 119 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
|
| /kernel/ |
| D | pid.c | 117 static int pid_before(int base, int a, int b) in pid_before() 143 static void set_last_pid(struct pid_namespace *pid_ns, int base, int pid) in set_last_pid()
|
| D | module.c | 238 static void __mod_update_bounds(void *base, unsigned int size) in __mod_update_bounds() 409 #define symversion(base, idx) NULL argument 411 #define symversion(base, idx) ((base != NULL) ? ((base) + (idx)) : NULL) argument
|
| D | futex.c | 4003 compat_uptr_t base = ptr_to_compat(entry); in futex_uaddr() local
|
| /kernel/irq/ |
| D | ipi.c | 285 unsigned int base = data->irq; in __ipi_send_mask() local
|
| D | devres.c | 184 int base; in __devm_irq_alloc_descs() local
|
| /kernel/events/ |
| D | ring_buffer.c | 827 void *base; in rb_free_work() local
|
| /kernel/power/ |
| D | snapshot.c | 1557 static unsigned long __fraction(u64 x, u64 multiplier, u64 base) in __fraction()
|
| /kernel/sched/ |
| D | fair.c | 7664 static inline struct _eenv_debug *eenv_debug_entry_ptr(struct _eenv_debug *base, int idx) in eenv_debug_entry_ptr() 7673 static inline struct _eenv_debug *eenv_debug_percpu_debug_env_ptr(struct _eenv_debug *base, int cpu… in eenv_debug_percpu_debug_env_ptr()
|