/kernel/time/ |
D | timer.c | 555 trigger_dyntick_cpu(struct timer_base *base, struct timer_list *timer) in trigger_dyntick_cpu() 584 static void enqueue_timer(struct timer_base *base, struct timer_list *timer, in enqueue_timer() 611 static void internal_add_timer(struct timer_base *base, struct timer_list *timer) in internal_add_timer() 839 static int detach_if_pending(struct timer_list *timer, struct timer_base *base, in detach_if_pending() 858 struct timer_base *base = per_cpu_ptr(&timer_bases[BASE_STD], cpu); in get_timer_cpu_base() local 871 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]); in get_timer_this_cpu_base() local 888 get_target_base(struct timer_base *base, unsigned tflags) in get_target_base() 898 static inline void forward_timer_base(struct timer_base *base) in forward_timer_base() 940 struct timer_base *base; in lock_timer_base() local 969 struct timer_base *base, *new_base; in __mod_timer() local [all …]
|
D | hrtimer.c | 147 static inline bool is_migration_base(struct hrtimer_clock_base *base) in is_migration_base() 168 struct hrtimer_clock_base *base; in lock_hrtimer_base() local 202 struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, in get_target_base() 225 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base() 276 static inline bool is_migration_base(struct hrtimer_clock_base *base) in is_migration_base() 284 struct hrtimer_clock_base *base = timer->base; in lock_hrtimer_base() local 499 #define for_each_active_base(base, cpu_base, active) \ argument 507 struct hrtimer_clock_base *base; in __hrtimer_next_event_base() local 625 static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base) in hrtimer_update_base() 737 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in hrtimer_switch_to_hres() local [all …]
|
D | alarmtimer.c | 160 static void alarmtimer_enqueue(struct alarm_base *base, struct alarm *alarm) in alarmtimer_enqueue() 178 static void alarmtimer_dequeue(struct alarm_base *base, struct alarm *alarm) in alarmtimer_dequeue() 200 struct alarm_base *base = &alarm_bases[alarm->type]; in alarmtimer_fired() local 227 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_expires_remaining() local 264 struct alarm_base *base = &alarm_bases[i]; in alarmtimer_suspend() local 358 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_start() local 378 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_start_relative() local 387 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_restart() local 407 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_try_to_cancel() local 475 struct alarm_base *base = &alarm_bases[alarm->type]; in __alarm_forward_now() local [all …]
|
D | timekeeping.c | 74 struct tk_read_base base[2]; member 420 struct tk_read_base *base = tkf->base; in update_fast_timekeeper() local 824 ktime_t base; in ktime_get() local 867 ktime_t base, *offset = offsets[offs]; in ktime_get_with_offset() local 888 ktime_t base, *offset = offsets[offs]; in ktime_get_coarse_with_offset() local 931 ktime_t base; in ktime_get_raw() local 1071 static int scale64_check_overflow(u64 mult, u64 div, u64 *base) in scale64_check_overflow() 2299 ktime_t base; in ktime_get_update_offsets_now() local
|
D | timer_list.c | 60 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers() 99 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
|
D | posix-cpu-timers.c | 430 struct posix_cputimer_base *base = timer_base(timer, tsk); in trigger_base_recalc_expires() local 448 struct posix_cputimer_base *base; in disarm_timer() local 552 struct posix_cputimer_base *base = timer_base(timer, p); in arm_timer() local 855 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers() local
|
/kernel/trace/ |
D | trace_probe_kernel.h | 40 static nokprobe_inline void set_data_loc(int ret, void *dest, void *__dest, void *base) in set_data_loc() 52 kern_fetch_store_string_user(unsigned long addr, void *dest, void *base) in kern_fetch_store_string_user() 75 kern_fetch_store_string(unsigned long addr, void *dest, void *base) in kern_fetch_store_string()
|
D | trace_probe_tmpl.h | 88 fetch_store_symstring(unsigned long addr, void *dest, void *base) in fetch_store_symstring() 104 void *dest, void *base) in process_fetch_insn_bottom() 238 void *base = data - header_size; in store_trace_args() local
|
D | trace_eprobe.c | 418 void *base) in process_fetch_insn() 466 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user() 476 fetch_store_string(unsigned long addr, void *dest, void *base) in fetch_store_string()
|
D | trace_uprobe.c | 145 fetch_store_string(unsigned long addr, void *dest, void *base) in fetch_store_string() 178 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user() 218 void *base) in process_fetch_insn()
|
D | trace_kprobe.c | 1299 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user() 1309 fetch_store_string(unsigned long addr, void *dest, void *base) in fetch_store_string() 1335 void *base) in process_fetch_insn()
|
/kernel/dma/ |
D | contiguous.c | 207 dma_contiguous_early_fixup(phys_addr_t base, unsigned long size) in dma_contiguous_early_fixup() 228 int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, in dma_contiguous_reserve_area()
|
/kernel/irq/ |
D | ipi.c | 284 unsigned int base = data->irq; in __ipi_send_mask() local
|
D | devres.c | 183 int base; in __devm_irq_alloc_descs() local
|
/kernel/locking/ |
D | qspinlock.c | 134 struct mcs_spinlock *grab_mcs_node(struct mcs_spinlock *base, int idx) in grab_mcs_node()
|
D | lockdep.c | 3442 static inline void free_chain_hlocks(int base, int size) in free_chain_hlocks()
|
/kernel/ |
D | resource.c | 1740 struct resource *base, unsigned long size, const char *name) in __request_free_mem_region() 1810 struct resource *base, unsigned long size) in devm_request_free_mem_region() 1816 struct resource *request_free_mem_region(struct resource *base, in request_free_mem_region()
|
D | cfi.c | 45 unsigned long base; member
|
D | module.c | 241 static void __mod_update_bounds(void *base, unsigned int size) in __mod_update_bounds() 424 #define symversion(base, idx) NULL argument 426 #define symversion(base, idx) ((base != NULL) ? ((base) + (idx)) : NULL) argument
|
D | sysctl.c | 417 static int strtoul_lenient(const char *cp, char **endp, unsigned int base, in strtoul_lenient()
|
/kernel/events/ |
D | ring_buffer.c | 888 void *base; in rb_free_work() local
|
/kernel/bpf/ |
D | arraymap.c | 188 u64 base = (unsigned long)array->value; in array_map_direct_value_meta() local
|
D | helpers.c | 444 unsigned int base = flags & BPF_STRTOX_BASE_MASK; in __bpf_strtoull() local
|
/kernel/power/ |
D | snapshot.c | 1601 static unsigned long __fraction(u64 x, u64 multiplier, u64 base) in __fraction()
|
/kernel/futex/ |
D | core.c | 4095 compat_uptr_t base = ptr_to_compat(entry); in futex_uaddr() local
|