Home
last modified time | relevance | path

Searched defs:base (Results 1 – 21 of 21) sorted by relevance

/kernel/time/
Dtimer.c537 static void enqueue_timer(struct timer_base *base, struct timer_list *timer, in enqueue_timer()
548 __internal_add_timer(struct timer_base *base, struct timer_list *timer) in __internal_add_timer()
557 trigger_dyntick_cpu(struct timer_base *base, struct timer_list *timer) in trigger_dyntick_cpu()
593 internal_add_timer(struct timer_base *base, struct timer_list *timer) in internal_add_timer()
821 static int detach_if_pending(struct timer_list *timer, struct timer_base *base, in detach_if_pending()
838 struct timer_base *base = per_cpu_ptr(&timer_bases[BASE_STD], cpu); in get_timer_cpu_base() local
851 struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_STD]); in get_timer_this_cpu_base() local
868 get_target_base(struct timer_base *base, unsigned tflags) in get_target_base()
878 static inline void forward_timer_base(struct timer_base *base) in forward_timer_base()
924 struct timer_base *base; in lock_timer_base() local
[all …]
Dhrtimer.c143 static inline bool is_migration_base(struct hrtimer_clock_base *base) in is_migration_base()
164 struct hrtimer_clock_base *base; in lock_hrtimer_base() local
198 struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, in get_target_base()
221 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
272 static inline bool is_migration_base(struct hrtimer_clock_base *base) in is_migration_base()
280 struct hrtimer_clock_base *base = timer->base; in lock_hrtimer_base() local
500 #define for_each_active_base(base, cpu_base, active) \ argument
508 struct hrtimer_clock_base *base; in __hrtimer_next_event_base() local
592 static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base) in hrtimer_update_base()
713 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event() local
[all …]
Dalarmtimer.c160 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 …]
Dtimekeeping.c67 struct tk_read_base base[2]; member
404 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
815 ktime_t base, *offset = offsets[offs]; in ktime_get_coarse_with_offset() local
858 ktime_t base; in ktime_get_raw() local
998 static int scale64_check_overflow(u64 mult, u64 div, u64 *base) in scale64_check_overflow()
2218 ktime_t base; in ktime_get_update_offsets_now() local
Dtimer_list.c73 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers()
112 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
Dposix-cpu-timers.c493 struct posix_cputimer_base *base; in arm_timer() local
790 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers() local
/kernel/trace/
Dtrace_probe_tmpl.h73 void *dest, void *base) in process_fetch_insn_bottom()
195 void *base = data - header_size; in store_trace_args() local
Dtrace_kprobe.c1064 fetch_store_string(unsigned long addr, void *dest, void *base) in fetch_store_string()
1091 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user()
1127 void *base) in process_fetch_insn()
Dtrace_uprobe.c155 fetch_store_string(unsigned long addr, void *dest, void *base) in fetch_store_string()
187 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user()
227 void *base) in process_fetch_insn()
/kernel/irq/
Dipi.c284 unsigned int base = data->irq; in __ipi_send_mask() local
Ddevres.c183 int base; in __devm_irq_alloc_descs() local
/kernel/locking/
Dqspinlock.c133 struct mcs_spinlock *grab_mcs_node(struct mcs_spinlock *base, int idx) in grab_mcs_node()
/kernel/dma/
Dcontiguous.c162 int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, in dma_contiguous_reserve_area()
/kernel/
Dresource.c1648 struct resource *base, unsigned long size, const char *name) in __request_free_mem_region()
1687 struct resource *base, unsigned long size) in devm_request_free_mem_region()
1693 struct resource *request_free_mem_region(struct resource *base, in request_free_mem_region()
Dmodule.c231 static void __mod_update_bounds(void *base, unsigned int size) in __mod_update_bounds()
397 #define symversion(base, idx) NULL argument
399 #define symversion(base, idx) ((base != NULL) ? ((base) + (idx)) : NULL) argument
Dsysctl.c2171 static int strtoul_lenient(const char *cp, char **endp, unsigned int base, in strtoul_lenient()
Dfutex.c3965 compat_uptr_t base = ptr_to_compat(entry); in futex_uaddr() local
/kernel/events/
Dring_buffer.c846 void *base; in rb_free_work() local
/kernel/bpf/
Dhelpers.c367 unsigned int base = flags & BPF_STRTOX_BASE_MASK; in __bpf_strtoull() local
Darraymap.c172 u64 base = (unsigned long)array->value; in array_map_direct_value_meta() local
/kernel/power/
Dsnapshot.c1567 static unsigned long __fraction(u64 x, u64 multiplier, u64 base) in __fraction()