Searched refs:fn_name (Results 1 – 8 of 8) sorted by relevance
| /linux/scripts/ |
| H A D | elf-parse.h | 75 #define EHDR_HALF(fn_name) \ argument 76 static inline uint16_t ehdr64_##fn_name(Elf_Ehdr *ehdr) \ 78 return elf_parser.r2(&ehdr->e64.e_##fn_name); \ 81 static inline uint16_t ehdr32_##fn_name(Elf_Ehdr *ehdr) \ 83 return elf_parser.r2(&ehdr->e32.e_##fn_name); \ 86 static inline uint16_t ehdr_##fn_name(Elf_Ehdr *ehdr) \ 88 return elf_parser.ehdr_##fn_name(ehdr); \ 95 #define SHDR_WORD(fn_name) \ in EHDR_HALF() argument 96 static inline uint32_t shdr64_##fn_name(Elf_Shdr *shdr) \ in EHDR_HALF() 98 return elf_parser.r(&shdr->e64.sh_##fn_name); \ in EHDR_HALF() [all …]
|
| /linux/rust/macros/ |
| H A D | vtable.rs | 35 let fn_name = match body_it.next() { in vtable() localVariable 40 functions.push(fn_name); in vtable()
|
| /linux/rust/kernel/ |
| H A D | platform.rs | 299 $(#[$meta:meta])* $fn_name:ident, 305 pub fn $fn_name<'a, T: irq::$handler_trait + 'static>( 328 $(#[$meta:meta])* $fn_name:ident, 334 pub fn $fn_name<'a, T: irq::$handler_trait + 'static>(
|
| /linux/lib/math/ |
| H A D | test_mul_u64_u64_div_u64.c | 82 static int __init test_run(unsigned int fn_no, const char *fn_name) in test_run() argument 133 fn_name, tests, errors, ktime_get_ns() - start_time); in test_run()
|
| /linux/samples/bpf/ |
| H A D | task_fd_query_user.c | 91 static int test_debug_fs_kprobe(int link_idx, const char *fn_name, in test_debug_fs_kprobe() argument 106 __func__, link_idx, fn_name); in test_debug_fs_kprobe() 110 if (strcmp(buf, fn_name) != 0 || in test_debug_fs_kprobe()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_modem_ops.c | 145 static int t7xx_acpi_reset(struct t7xx_pci_dev *t7xx_dev, char *fn_name) in t7xx_acpi_reset() argument 159 if (!acpi_has_method(handle, fn_name)) { in t7xx_acpi_reset() 160 dev_err(dev, "%s method not found\n", fn_name); in t7xx_acpi_reset() 164 acpi_ret = acpi_evaluate_object(handle, fn_name, NULL, &buffer); in t7xx_acpi_reset() 166 dev_err(dev, "%s method fail: %s\n", fn_name, acpi_format_exception(acpi_ret)); in t7xx_acpi_reset()
|
| /linux/init/ |
| H A D | main.c | 1267 char fn_name[KSYM_SYMBOL_LEN]; in initcall_blacklisted() local 1274 sprint_symbol_no_offset(fn_name, addr); in initcall_blacklisted() 1280 strreplace(fn_name, ' ', '\0'); in initcall_blacklisted() 1283 if (!strcmp(fn_name, entry->buf)) { in initcall_blacklisted() 1284 pr_debug("initcall %s blacklisted\n", fn_name); in initcall_blacklisted()
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd.c | 4534 char *fn_name) in dwc2_dump_urb_info() argument 4541 dev_vdbg(hsotg->dev, "%s, urb %p\n", fn_name, urb); in dwc2_dump_urb_info()
|