/linux/drivers/mtd/ubi/ |
H A D | debug.h | 152 unsigned int caller) in ubi_dbg_fail_power_cut() 160 unsigned int caller) in ubi_dbg_fail_read() 175 unsigned int caller) in ubi_dbg_fail_ff() 183 unsigned int caller) in ubi_dbg_fail_ff_bitflips() 191 unsigned int caller) in ubi_dbg_fail_bad_hdr() 199 unsigned int caller) in ubi_dbg_fail_bad_hdr_ebadmsg() 227 unsigned int caller) in ubi_dbg_is_power_cut() 294 unsigned int caller) in ubi_dbg_is_read_failure() 307 unsigned int caller) in ubi_dbg_is_ff() 322 unsigned int caller) in ubi_dbg_is_ff_bitflips() [all …]
|
/linux/arch/powerpc/mm/ |
H A D | ioremap.c | 15 void *caller = __builtin_return_address(0); in ioremap() local 26 void *caller = __builtin_return_address(0); in ioremap_wc() local 37 void *caller = __builtin_return_address(0); in ioremap_coherent() local 47 void *caller = __builtin_return_address(0); in ioremap_prot() local
|
H A D | ioremap_64.c | 8 pgprot_t prot, void *caller) in __ioremap_caller()
|
H A D | ioremap_32.c | 18 __ioremap_caller(phys_addr_t addr, unsigned long size, pgprot_t prot, void *caller) in __ioremap_caller()
|
/linux/drivers/gpu/drm/i915/ |
H A D | intel_memory_region.c | 39 const void *caller) in __iopagetest() 63 const void *caller) in iopagetest() 100 const void *caller) in iomemtest() 205 void *caller) in intel_memory_region_memtest()
|
/linux/include/net/ |
H A D | 6lowpan.h | 218 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline() 233 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() 242 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() 244 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline()
|
/linux/kernel/dma/ |
H A D | remap.c | 25 pgprot_t prot, const void *caller) in dma_common_pages_remap() 41 pgprot_t prot, const void *caller) in dma_common_contiguous_remap()
|
/linux/drivers/dma-buf/ |
H A D | selftest.c | 47 static bool apply_subtest_filter(const char *caller, const char *name) in apply_subtest_filter() 91 __subtests(const char *caller, const struct subtest *st, int count, void *data) in __subtests()
|
/linux/drivers/accel/habanalabs/common/ |
H A D | device.c | 121 const char *caller) in hl_dma_alloc_common() 143 const char *caller) in hl_asic_dma_free_common() 161 gfp_t flag, const char *caller) in hl_asic_dma_alloc_coherent_caller() 167 dma_addr_t dma_handle, const char *caller) in hl_asic_dma_free_coherent_caller() 173 dma_addr_t *dma_handle, const char *caller) in hl_asic_dma_pool_zalloc_caller() 179 const char *caller) in hl_asic_dma_pool_free_caller() 195 enum dma_data_direction dir, const char *caller) in hl_dma_map_sgtable_caller() 242 enum dma_data_direction dir, const char *caller) in hl_dma_unmap_sgtable_caller()
|
/linux/scripts/gcc-plugins/ |
H A D | gcc-common.h | 185 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 188 #define cgraph_create_edge_including_clones(caller, callee, \ argument 193 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 196 #define cgraph_create_edge_including_clones(caller, callee, \ argument
|
/linux/drivers/target/tcm_fc/ |
H A D | tfc_cmd.c | 31 static void _ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in _ft_dump_cmd() 63 void ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in ft_dump_cmd()
|
/linux/drivers/infiniband/core/ |
H A D | cq.c | 214 const char *caller) in __ib_alloc_cq() 299 const char *caller) in __ib_alloc_cq_any()
|
H A D | restrack.c | 133 void rdma_restrack_set_name(struct rdma_restrack_entry *res, const char *caller) in rdma_restrack_set_name()
|
H A D | verbs.c | 263 const char *caller) in __ib_alloc_pd() 1213 struct ib_uqp_object *uobj, const char *caller) in create_qp() 1292 struct ib_uqp_object *uobj, const char *caller) in ib_create_qp_user() 1346 const char *caller) in ib_create_qp_kernel() 2138 const char *caller) in __ib_create_cq()
|
/linux/arch/riscv/include/asm/ |
H A D | ftrace.h | 92 #define make_call_t0(caller, callee, call) \ argument 108 #define make_call_ra(caller, callee, call) \ argument
|
/linux/fs/reiserfs/ |
H A D | lock.c | 87 void reiserfs_check_lock_depth(struct super_block *sb, char *caller) in reiserfs_check_lock_depth()
|
/linux/arch/arm/mm/ |
H A D | ioremap.c | 250 unsigned long offset, size_t size, unsigned int mtype, void *caller) in __arm_ioremap_pfn_caller() 328 unsigned int mtype, void *caller) in __arm_ioremap_caller()
|
/linux/arch/arm/mach-imx/ |
H A D | mm-imx3.c | 56 unsigned int mtype, void *caller) in imx3_ioremap_caller()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | uretprobe_stack.c | 73 static struct range caller = { variable
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_selftest.c | 303 static bool apply_subtest_filter(const char *caller, const char *name) in apply_subtest_filter() 402 int __i915_subtests(const char *caller, in __i915_subtests()
|
/linux/arch/x86/entry/vsyscall/ |
H A D | vsyscall_64.c | 118 unsigned long caller; in emulate_vsyscall() local
|
/linux/include/linux/ |
H A D | stop_machine.h | 27 unsigned long caller; member
|
/linux/arch/sh/include/asm/ |
H A D | mmu.h | 79 pgprot_t prot, void *caller) in pmb_remap_caller()
|
/linux/arch/arm/mach-mvebu/ |
H A D | coherency.c | 162 unsigned int mtype, void *caller) in armada_wa_ioremap_caller()
|
/linux/arch/riscv/kernel/ |
H A D | ftrace.c | 176 unsigned long caller = rec->ip; in ftrace_modify_call() local
|