Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 42) sorted by relevance

12

/kernel/
Dmemremap.c21 __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size) in ioremap_cache()
27 static void *try_ram_remap(resource_size_t offset, size_t size) in try_ram_remap()
58 void *memremap(resource_size_t offset, size_t size, unsigned long flags) in memremap()
122 void *devm_memremap(struct device *dev, resource_size_t offset, in devm_memremap()
Dkallsyms.c217 unsigned long *offset) in get_symbol_pos()
276 unsigned long *offset) in kallsyms_lookup_size_offset()
294 unsigned long *offset, in kallsyms_lookup()
336 unsigned long *offset, char *modname, char *name) in lookup_symbol_attrs()
361 unsigned long offset, size; in __sprint_symbol() local
Dpid.c107 int offset = nr & BITS_PER_PAGE_MASK; in free_pidmap() local
154 int i, offset, max_scan, pid, last = pid_ns->last_pid; in alloc_pidmap() local
216 int offset; in next_pidmap() local
Dconfigs.c59 size_t len, loff_t * offset) in ikconfig_read_current()
Dkprobes.c1769 unsigned long addr, offset; in register_jprobes() local
2123 unsigned long entry, offset = 0, size = 0; in populate_kprobe_blacklist() local
2254 const char *sym, int offset, char *modname, struct kprobe *pp) in report_probe()
2306 unsigned long offset = 0; in show_kprobe_addr() local
/kernel/events/
Duprobes.c73 loff_t offset; member
131 static unsigned long offset_to_vaddr(struct vm_area_struct *vma, loff_t offset) in offset_to_vaddr()
391 static struct uprobe *__find_uprobe(struct inode *inode, loff_t offset) in __find_uprobe()
416 static struct uprobe *find_uprobe(struct inode *inode, loff_t offset) in find_uprobe()
476 static struct uprobe *alloc_uprobe(struct inode *inode, loff_t offset) in alloc_uprobe()
533 void *insn, int nbytes, loff_t offset) in __copy_insn()
708 build_map_info(struct address_space *mapping, loff_t offset, bool is_register) in build_map_info()
867 int uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_register()
921 int uprobe_apply(struct inode *inode, loff_t offset, in uprobe_apply()
949 void uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister()
[all …]
/kernel/locking/
Dqspinlock_paravirt.h94 #define for_each_hash_entry(he, offset, hash) \ argument
101 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_hash() local
125 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_unhash() local
/kernel/sched/
Dstats.c109 static void *schedstat_start(struct seq_file *file, loff_t *offset) in schedstat_start()
130 static void *schedstat_next(struct seq_file *file, void *data, loff_t *offset) in schedstat_next()
Ddebug.c428 static void *sched_debug_start(struct seq_file *file, loff_t *offset) in sched_debug_start()
449 static void *sched_debug_next(struct seq_file *file, void *data, loff_t *offset) in sched_debug_next()
Dloadavg.c74 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun()
/kernel/power/
Duser.c210 sector_t offset; in snapshot_ioctl() local
405 compat_loff_t offset; member
419 loff_t offset; in snapshot_compat_ioctl() local
Dswap.c178 unsigned long offset; in alloc_swapdev_block() local
202 unsigned long offset; in free_all_swap_pages() local
361 static int write_page(void *buf, sector_t offset, struct hib_bio_batch *hb) in write_page()
438 sector_t offset; in swap_write_page() local
965 sector_t offset; in get_swap_reader() local
1010 sector_t offset; in swap_read_page() local
/kernel/time/
Dtimer_list.c338 static void *move_iter(struct timer_list_iter *iter, loff_t offset) in move_iter()
357 static void *timer_list_start(struct seq_file *file, loff_t *offset) in timer_list_start()
368 static void *timer_list_next(struct seq_file *file, void *v, loff_t *offset) in timer_list_next()
Dtimekeeping.c148 static void timekeeping_check_update(struct timekeeper *tk, cycle_t offset) in timekeeping_check_update()
228 static inline void timekeeping_check_update(struct timekeeper *tk, cycle_t offset) in timekeeping_check_update()
793 ktime_t base, *offset = offsets[offs]; in ktime_get_with_offset() local
817 ktime_t *offset = offsets[offs]; in ktime_mono_to_any() local
1587 s64 offset, in timekeeping_apply_adjustment()
1669 s64 offset) in timekeeping_freqadjust()
1707 static void timekeeping_adjust(struct timekeeper *tk, s64 offset) in timekeeping_adjust()
1800 static cycle_t logarithmic_accumulation(struct timekeeper *tk, cycle_t offset, in logarithmic_accumulation()
1843 cycle_t offset; in update_wall_time() local
Dntp.c121 static inline s64 ntp_offset_chunk(s64 offset) in ntp_offset_chunk()
206 static inline s64 ntp_offset_chunk(s64 offset) in ntp_offset_chunk()
292 static void ntp_update_offset(long offset) in ntp_update_offset()
Dtimeconv.c77 void time_to_tm(time_t totalsecs, int offset, struct tm *result) in time_to_tm()
/kernel/trace/
Dtrace_probe.c112 long offset; member
296 int traceprobe_split_symbol_offset(char *symbol, long *offset) in traceprobe_split_symbol_offset()
361 long offset; in parse_probe_arg() local
Dtrace_kprobe.c89 long offset; member
109 struct symbol_cache *alloc_symbol_cache(const char *sym, long offset) in alloc_symbol_cache()
613 long offset = 0; in create_trace_kprobe() local
Dtrace_probe.h258 alloc_symbol_cache(const char *sym, long offset) in alloc_symbol_cache()
267 unsigned int offset; /* Offset from argument entry */ member
Dtrace_uprobe.c58 unsigned long offset; member
371 unsigned long offset; in create_trace_uprobe() local
/kernel/rcu/
Drcu.h108 unsigned long offset = (unsigned long)head->func; in __rcu_reclaim() local
/kernel/debug/kdb/
Dkdb_bt.c112 long offset; in kdb_bt() local
Dkdb_main.c493 unsigned long *value, long *offset, in kdbgetaddrarg()
1076 long offset; in kdb_parse() local
1563 long offset = 0; in kdb_md() local
1756 long offset = 0; in kdb_mm() local
1800 long offset; in kdb_go() local
2006 long offset; in kdb_ef() local
Dkdb_bp.c283 long offset = 0ul; in kdb_bp() local
/kernel/bpf/
Dcore.c888 int __weak skb_copy_bits(const struct sk_buff *skb, int offset, void *to, in skb_copy_bits()

12