Searched refs:__used (Results 51 - 75 of 101) sorted by relevance

12345

/linux-master/kernel/trace/
H A Dtrace_export.c179 struct trace_event_call __used event_##call = { \
188 static struct trace_event_call __used \
/linux-master/include/linux/
H A Dtracepoint.h131 static tracepoint_ptr_t __tracepoint_ptr_##name __used \
309 struct tracepoint __tracepoint_##_name __used \
422 #define __tracepoint_string __used __section("__tracepoint_str")
H A Dcompiler_attributes.h362 #define __used __attribute__((__used__)) macro
H A Dmoduleparam.h25 __used __section(".modinfo") __aligned(1) \
291 __used __section("__param") \
H A Dprintk.h389 __used = { \
398 __used __section(".printk_index") = &_entry; \
H A Ddynamic_debug.h104 static struct ddebug_class_map __aligned(8) __used \
/linux-master/include/trace/
H A Dbpf_probe.h71 } __bpf_trace_tp_map_##call __used \
/linux-master/arch/arm/kernel/
H A Ddevtree.c31 __used __section("__cpu_method_of_table_end");
/linux-master/arch/x86/kernel/
H A Dasm-offsets.c34 static void __used common(void)
/linux-master/arch/riscv/include/asm/
H A Dsyscall_wrapper.h40 __used; \
/linux-master/arch/x86/include/asm/
H A Dapic.h352 static const struct apic *__apicdrivers_##sym __used \
357 static struct apic *__apicdrivers_##sym1##sym2[2] __used \
/linux-master/drivers/watchdog/
H A Dalim7101_wdt.c441 static const struct pci_device_id alim7101_pci_tbl[] __used = { variable in typeref:struct:alim7101_pci_tbl
H A Dalim1535_wdt.c300 static const struct pci_device_id ali_pci_tbl[] __used = { variable in typeref:struct:ali_pci_tbl
/linux-master/arch/um/kernel/
H A Dmem.c37 __section(".kasan_init") __used
/linux-master/drivers/clk/
H A Dclk-s2mps11.c241 static const struct of_device_id s2mps11_dt_match[] __used = { variable in typeref:struct:s2mps11_dt_match
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.c240 static void __used __naked __arm_kprobes_test_func(void)
261 static void __used __naked __thumb_kprobes_test_funcs(void)
1316 static uintptr_t __used kprobes_test_case_start(const char **title, void *stack)
1470 static uintptr_t __used kprobes_test_case_end(void)
H A Dcore.c415 static __used __kprobes void *trampoline_handler(struct pt_regs *regs)
/linux-master/arch/powerpc/platforms/powernv/
H A Dsubcore.c376 static ssize_t __used store_subcores_per_core(struct device *dev,
/linux-master/scripts/
H A Dtags.sh269 -I __used,__packed,__packed2__,__must_check,__must_hold \
/linux-master/kernel/rcu/
H A Dtree.h440 static const char *tp_rcu_varname __used __tracepoint_string = rcu_name;
/linux-master/drivers/pcmcia/
H A Dcs.c859 static int __used pcmcia_socket_dev_resume(struct device *dev)
864 static void __used pcmcia_socket_dev_complete(struct device *dev)
/linux-master/arch/mips/kernel/
H A Drtlx.c31 static void __used dump_rtlx(void)
H A Dkprobes.c465 static void __used kretprobe_trampoline_holder(void)
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto.c49 static int __used __init register_ip_vs_protocol(struct ip_vs_protocol *pp)
/linux-master/arch/csky/kernel/probes/
H A Dkprobes.c391 void __kprobes __used *trampoline_probe_handler(struct pt_regs *regs)

Completed in 394 milliseconds

12345