Home
last modified time | relevance | path

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

12

/kernel/time/
A Dhrtimer.c166 struct hrtimer_clock_base *base; in lock_hrtimer_base() local
516 struct hrtimer_clock_base *base; in __hrtimer_next_event_base() local
874 struct hrtimer_clock_base *base; in update_needs_ipi() local
1110 struct hrtimer_clock_base *base, in __remove_hrtimer()
1219 struct hrtimer_clock_base *base) in __hrtimer_start_range_ns()
1314 struct hrtimer_clock_base *base; in hrtimer_start_range_ns() local
1349 struct hrtimer_clock_base *base; in hrtimer_try_to_cancel() local
1597 int base; in __hrtimer_setup() local
1682 struct hrtimer_clock_base *base; in hrtimer_active() local
1719 struct hrtimer_clock_base *base, in __run_hrtimer()
[all …]
A Dtimer.c992 struct timer_base *base; in lock_timer_base() local
1021 struct timer_base *base, *new_base; in __mod_timer() local
1301 struct timer_base *new_base, *base; in add_timer_on() local
1362 struct timer_base *base; in __timer_delete() local
1453 struct timer_base *base; in __try_to_del_timer_sync() local
1544 struct timer_base *base = get_timer_base(tf); in del_timer_wait_running() local
1806 static int collect_expired_timers(struct timer_base *base, in collect_expired_timers()
2342 static inline void __run_timers(struct timer_base *base) in __run_timers()
2376 static void __run_timer_base(struct timer_base *base) in __run_timer_base()
2499 struct timer_base *base; in timers_prepare_cpu() local
[all …]
A Dalarmtimer.c189 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
239 struct alarm_base *base = &alarm_bases[i]; in alarmtimer_suspend() local
342 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_start() local
361 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_start_relative() local
370 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_restart() local
388 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_try_to_cancel() local
455 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_forward_now() local
465 struct alarm_base *base; in alarmtimer_freezerset() local
591 struct alarm_base *base = &alarm_bases[alarm->type]; in alarm_timer_arm() local
[all …]
A Dtimekeeping.c100 struct tk_read_base base[2]; member
419 struct tk_read_base *base = tkf->base; in update_fast_timekeeper() local
812 ktime_t base; in ktime_get() local
855 ktime_t base, *offset = offsets[offs]; in ktime_get_with_offset() local
875 ktime_t base, *offset = offsets[offs]; in ktime_get_coarse_with_offset() local
927 ktime_t base; in ktime_get_raw() local
1076 static int scale64_check_overflow(u64 mult, u64 div, u64 *base) in scale64_check_overflow()
1200 struct clocksource_base *base; in convert_base_to_cs() local
1228 struct clocksource_base *base; in convert_cs_to_base() local
2546 ktime_t base; in ktime_get_update_offsets_now() local
[all …]
A Dtimer_list.c60 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()
A Dvsyscall.c18 static inline void fill_clock_configuration(struct vdso_clock *vc, const struct tk_read_base *base) in fill_clock_configuration()
A Dposix-cpu-timers.c436 struct posix_cputimer_base *base = timer_base(timer, tsk); in trigger_base_recalc_expires() local
454 struct posix_cputimer_base *base; in disarm_timer() local
567 struct posix_cputimer_base *base = timer_base(timer, p); in arm_timer() local
829 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers() local
/kernel/trace/
A Dtrace_probe_kernel.h40 static nokprobe_inline void set_data_loc(int ret, void *dest, void *__dest, void *base) in set_data_loc()
52 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user()
75 fetch_store_string(unsigned long addr, void *dest, void *base) in fetch_store_string()
A Dtrace_probe_tmpl.h88 fetch_store_symstring(unsigned long addr, void *dest, void *base) in fetch_store_symstring()
124 void *dest, void *base) in process_fetch_insn_bottom()
258 void *base = data - header_size; in store_trace_args() local
A Dtrace_uprobe.c147 fetch_store_string(unsigned long addr, void *dest, void *base) in fetch_store_string()
180 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user()
220 void *dest, void *base) in process_fetch_insn()
A Dtrace_eprobe.c400 void *dest, void *base) in process_fetch_insn()
A Dtrace_fprobe.c278 void *dest, void *base) in process_fetch_insn()
A Dtrace_kprobe.c1419 void *dest, void *base) in process_fetch_insn()
/kernel/dma/
A Dcontiguous.c255 dma_contiguous_early_fixup(phys_addr_t base, unsigned long size) in dma_contiguous_early_fixup()
276 int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, in dma_contiguous_reserve_area()
/kernel/
A Dresource.c1872 static resource_size_t gfr_start(struct resource *base, resource_size_t size, in gfr_start()
1885 static bool gfr_continue(struct resource *base, resource_size_t addr, in gfr_continue()
1916 get_free_mem_region(struct device *dev, struct resource *base, in get_free_mem_region()
2010 struct resource *base, unsigned long size) in devm_request_free_mem_region()
2020 struct resource *request_free_mem_region(struct resource *base, in request_free_mem_region()
2042 struct resource *alloc_free_mem_region(struct resource *base, in alloc_free_mem_region()
A Dsysctl.c234 static int strtoul_lenient(const char *cp, char **endp, unsigned int base, in strtoul_lenient()
/kernel/locking/
A Dqspinlock.h72 struct mcs_spinlock *grab_mcs_node(struct mcs_spinlock *base, int idx) in grab_mcs_node()
/kernel/irq/
A Dipi.c290 unsigned int base = data->irq; in __ipi_send_mask() local
A Ddevres.c183 int base; in __devm_irq_alloc_descs() local
A Dirqdomain.c131 static int alloc_name(struct irq_domain *domain, char *base, enum irq_domain_bus_token bus_token) in alloc_name()
/kernel/module/
A Dmain.c97 static void __mod_update_bounds(enum mod_mem_type type __maybe_unused, void *base, in __mod_update_bounds()
332 #define symversion(base, idx) NULL argument
334 #define symversion(base, idx) ((base != NULL) ? ((base) + (idx)) : NULL) argument
/kernel/futex/
A Dcore.c1220 compat_uptr_t base = ptr_to_compat(entry); in futex_uaddr() local
/kernel/bpf/
A Darraymap.c195 u64 base = (unsigned long)array->value; in array_map_direct_value_meta() local
A Dhelpers.c453 unsigned int base = flags & BPF_STRTOX_BASE_MASK; in __bpf_strtoull() local
/kernel/power/
A Dsnapshot.c1693 static unsigned long __fraction(u64 x, u64 multiplier, u64 base) in __fraction()

Completed in 95 milliseconds

12