/kernel/ |
D | resource.c | 141 static void free_resource(struct resource *res) in free_resource() 315 struct resource *res) in find_next_iomem_res() 367 struct resource res; in __walk_iomem_res_desc() local 445 struct resource res; in walk_system_ram_range() local 483 struct resource res; in __region_intersects() local 553 static void resource_clip(struct resource *res, resource_size_t min, in resource_clip() 739 struct resource *res; in lookup_resource() local 909 static int __adjust_resource(struct resource *res, resource_size_t start, in __adjust_resource() 956 int adjust_resource(struct resource *res, resource_size_t start, in adjust_resource() 974 struct resource *res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split() local [all …]
|
D | iomem.c | 129 static void devm_memremap_release(struct device *dev, void *res) in devm_memremap_release() 134 static int devm_memremap_match(struct device *dev, void *res, void *match_data) in devm_memremap_match()
|
D | kallsyms.c | 176 char *res; in cleanup_symbol_name() local 365 int res; in lookup_symbol_name() local 392 int res; in lookup_symbol_attrs() local
|
D | regset.c | 12 int res; in __regset_get() local
|
D | reboot.c | 114 static void devm_unregister_reboot_notifier(struct device *dev, void *res) in devm_unregister_reboot_notifier() 759 bool res; in force_store() local
|
D | auditfilter.c | 1098 static void audit_log_rule_change(char *action, struct audit_krule *rule, int res) in audit_log_rule_change() 1439 int res = update_lsm_rule(r); in audit_update_lsm_rules() local
|
D | kexec_file.c | 495 static int locate_mem_hole_callback(struct resource *res, void *arg) in locate_mem_hole_callback() 529 struct resource res = { }; in kexec_walk_memblock() local
|
D | kcov.c | 458 int res = 0; in kcov_mmap() local 688 int res; in kcov_ioctl() local
|
D | acct.c | 146 struct bsd_acct_struct *res; in acct_get() local
|
/kernel/irq/ |
D | devres.c | 18 static void devm_irq_release(struct device *dev, void *res) in devm_irq_release() 25 static int devm_irq_match(struct device *dev, void *res, void *data) in devm_irq_match() 154 static void devm_irq_desc_release(struct device *dev, void *res) in devm_irq_desc_release() 240 static void devm_irq_remove_generic_chip(struct device *dev, void *res) in devm_irq_remove_generic_chip()
|
D | handle.c | 146 irqreturn_t res; in __handle_irq_event_percpu() local
|
D | chip.c | 762 irqreturn_t res; in handle_fasteoi_nmi() local 935 irqreturn_t res; in handle_percpu_devid_irq() local 978 irqreturn_t res; in handle_percpu_devid_fasteoi_nmi() local
|
/kernel/debug/kdb/ |
D | kdb_support.c | 267 int kdb_getarea_size(void *res, unsigned long addr, size_t size) in kdb_getarea_size() 292 int kdb_putarea_size(unsigned long addr, void *res, size_t size) in kdb_putarea_size() 318 static int kdb_getphys(void *res, unsigned long addr, size_t size) in kdb_getphys()
|
D | kdb_io.c | 465 int res; in kdb_input_flush() local
|
/kernel/time/ |
D | sched_clock.c | 85 u64 cyc, res; in sched_clock() local 155 u64 res, wrap, new_mask, new_epoch, cyc, ns; in sched_clock_register() local
|
D | clockevents.c | 29 int res; member 403 int res; in __clockevents_unbind() local
|
/kernel/power/ |
D | user.c | 136 ssize_t res; in snapshot_read() local 169 ssize_t res; in snapshot_write() local
|
/kernel/locking/ |
D | rtmutex.c | 1126 int chain_walk = 0, res; in task_blocks_on_rt_mutex() local 1392 bool res = true; in rtmutex_spin_on_owner() local 1560 static void __sched rt_mutex_handle_deadlock(int res, int detect_deadlock, in rt_mutex_handle_deadlock()
|
/kernel/bpf/ |
D | disasm.c | 28 const char *res; in __func_get_name() local
|
D | helpers.c | 442 unsigned long long *res, bool *is_negative) in __bpf_strtoull() 493 long long *res) in __bpf_strtoll() 515 long *, res) in BPF_CALL_4() argument 540 unsigned long *, res) in BPF_CALL_4() argument
|
D | offload.c | 302 int res; in bpf_prog_offload_info_fill() local 526 int res; in bpf_map_offload_info_fill() local
|
D | bpf_local_storage.c | 458 u16 i, res = 0; in bpf_local_storage_cache_idx_get() local
|
/kernel/sched/ |
D | psi.c | 1089 int psi_show(struct seq_file *m, struct psi_group *group, enum psi_res res) in psi_show() 1130 char *buf, size_t nbytes, enum psi_res res) in psi_trigger_create() 1321 size_t nbytes, enum psi_res res) in psi_write()
|
/kernel/cgroup/ |
D | misc.c | 145 struct misc_res *res; in misc_cg_try_charge() local
|
/kernel/dma/ |
D | mapping.c | 31 static void dmam_release(struct device *dev, void *res) in dmam_release() 39 static int dmam_match(struct device *dev, void *res, void *match_data) in dmam_match()
|