/kernel/ |
D | iomem.c | 9 __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size) in ioremap_cache() 16 static void *arch_memremap_wb(resource_size_t offset, unsigned long size) in arch_memremap_wb() 23 static bool arch_memremap_can_ram_remap(resource_size_t offset, size_t size, in arch_memremap_can_ram_remap() 30 static void *try_ram_remap(resource_size_t offset, size_t size, in try_ram_remap() 71 void *memremap(resource_size_t offset, size_t size, unsigned long flags) in memremap() 139 void *devm_memremap(struct device *dev, resource_size_t offset, in devm_memremap()
|
D | kallsyms.c | 200 unsigned long *offset) in get_symbol_pos() 262 unsigned long *offset) in kallsyms_lookup_size_offset() 301 unsigned long *offset, in kallsyms_lookup() 366 unsigned long *offset, char *modname, char *name) in lookup_symbol_attrs() 399 unsigned long offset, size; in __sprint_symbol() local
|
D | elfcore.c | 13 int __weak elf_core_write_extra_phdrs(struct coredump_params *cprm, loff_t offset) in elf_core_write_extra_phdrs()
|
D | configs.c | 42 size_t len, loff_t * offset) in ikconfig_read_current()
|
D | kprobes.c | 1452 const char *symbol_name, unsigned int offset) in _kprobe_addr() 1888 bool __weak arch_kprobe_on_func_entry(unsigned long offset) in arch_kprobe_on_func_entry() 1893 bool kprobe_on_func_entry(kprobe_opcode_t *addr, const char *sym, unsigned long offset) in kprobe_on_func_entry() 2128 unsigned long offset = 0, size = 0; in kprobe_add_ksym_blacklist() local 2308 const char *sym, int offset, char *modname, struct kprobe *pp) in report_probe() 2362 unsigned long offset = 0; in show_kprobe_addr() local
|
/kernel/irq/ |
D | irq_sim.c | 49 unsigned int offset = 0; in irq_sim_handle_irq() local 174 void irq_sim_fire(struct irq_sim *sim, unsigned int offset) in irq_sim_fire() 190 int irq_sim_irqnum(struct irq_sim *sim, unsigned int offset) in irq_sim_irqnum()
|
D | ipi.c | 26 unsigned int nr_irqs, offset; in irq_reserve_ipi() local
|
/kernel/trace/ |
D | trace_probe.c | 163 void __trace_probe_log_err(int offset, int err_type) in __trace_probe_log_err() 208 int traceprobe_split_symbol_offset(char *symbol, long *offset) in traceprobe_split_symbol_offset() 230 char *buf, int offset) in traceprobe_parse_event_name() 361 long offset = 0; in parse_probe_arg() local 544 struct probe_arg *parg, unsigned int flags, int offset) in traceprobe_parse_probe_arg_body() 808 long offset; in traceprobe_update_arg() local 921 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
|
D | trace_probe.h | 73 u32 offset = get_loc_offs(loc); in update_data_loc() local 116 int offset; member 218 unsigned int offset; /* Offset from argument entry */ member
|
/kernel/events/ |
D | uprobes.c | 63 loff_t offset; member 131 static unsigned long offset_to_vaddr(struct vm_area_struct *vma, loff_t offset) in offset_to_vaddr() 639 static struct uprobe *__find_uprobe(struct inode *inode, loff_t offset) in __find_uprobe() 664 static struct uprobe *find_uprobe(struct inode *inode, loff_t offset) in find_uprobe() 734 static struct uprobe *alloc_uprobe(struct inode *inode, loff_t offset, in alloc_uprobe() 798 void *insn, int nbytes, loff_t offset) in __copy_insn() 976 build_map_info(struct address_space *mapping, loff_t offset, bool is_register) in build_map_info() 1119 void uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister() 1152 static int __uprobe_register(struct inode *inode, loff_t offset, in __uprobe_register() 1196 int uprobe_register(struct inode *inode, loff_t offset, in uprobe_register() [all …]
|
/kernel/sched/ |
D | stats.c | 83 static void *schedstat_start(struct seq_file *file, loff_t *offset) in schedstat_start() 105 static void *schedstat_next(struct seq_file *file, void *data, loff_t *offset) in schedstat_next()
|
D | loadavg.c | 72 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun()
|
/kernel/power/ |
D | user.c | 207 sector_t offset; in snapshot_ioctl() local 400 compat_loff_t offset; member 414 loff_t offset; in snapshot_compat_ioctl() local
|
D | swap.c | 178 unsigned long offset; in alloc_swapdev_block() local 202 unsigned long offset; in free_all_swap_pages() local 368 static int write_page(void *buf, sector_t offset, struct hib_bio_batch *hb) in write_page() 444 sector_t offset; in swap_write_page() local 966 sector_t offset; in get_swap_reader() local 1010 sector_t offset; in swap_read_page() local
|
D | hibernate.c | 1089 unsigned long long offset; in resume_offset_store() local 1179 unsigned long long offset; in resume_offset_setup() local
|
/kernel/time/ |
D | timer_list.c | 321 static void *move_iter(struct timer_list_iter *iter, loff_t offset) in move_iter() 340 static void *timer_list_start(struct seq_file *file, loff_t *offset) in timer_list_start() 351 static void *timer_list_next(struct seq_file *file, void *v, loff_t *offset) in timer_list_next()
|
D | timekeeping.c | 179 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update() 259 static inline void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update() 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 838 ktime_t *offset = offsets[offs]; in ktime_mono_to_any() local 1822 s64 offset, in timekeeping_apply_adjustment() 1899 static void timekeeping_adjust(struct timekeeper *tk, s64 offset) in timekeeping_adjust() 2010 static u64 logarithmic_accumulation(struct timekeeper *tk, u64 offset, in logarithmic_accumulation() 2052 u64 offset; in timekeeping_advance() local
|
D | ntp.c | 125 static inline s64 ntp_offset_chunk(s64 offset) in ntp_offset_chunk() 210 static inline s64 ntp_offset_chunk(s64 offset) in ntp_offset_chunk() 296 static void ntp_update_offset(long offset) in ntp_update_offset()
|
D | timeconv.c | 78 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result) in time64_to_tm()
|
/kernel/locking/ |
D | qspinlock_paravirt.h | 207 #define for_each_hash_entry(he, offset, hash) \ argument 214 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_hash() local 241 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_unhash() local
|
/kernel/dma/ |
D | dummy.c | 15 unsigned long offset, size_t size, enum dma_data_direction dir, in dma_dummy_map_page()
|
D | virt.c | 30 unsigned long offset, size_t size, in dma_virt_map_page()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 495 unsigned long *value, long *offset, in kdbgetaddrarg() 1078 long offset; in kdb_parse() local 1561 long offset = 0; in kdb_md() local 1754 long offset = 0; in kdb_mm() local 1798 long offset; in kdb_go() local 2004 long offset; in kdb_ef() local
|
D | kdb_bt.c | 113 long offset; in kdb_bt() local
|
D | kdb_bp.c | 283 long offset = 0ul; in kdb_bp() local
|