Home
last modified time | relevance | path

Searched refs:unreg (Results 1 – 25 of 31) sorted by relevance

12

/linux/tools/testing/selftests/user_events/
H A Dftrace_test.c125 struct user_unreg unreg = {0}; in clear() local
128 unreg.size = sizeof(unreg); in clear()
129 unreg.disable_bit = 31; in clear()
130 unreg.disable_addr = (__u64)check; in clear()
137 if (ioctl(fd, DIAG_IOCSUNREG, &unreg) == -1) in clear()
239 struct user_unreg unreg = {0}; in TEST_F() local
247 unreg.size = sizeof(unreg); in TEST_F()
248 unreg.disable_bit = 31; in TEST_F()
249 unreg.disable_addr = (__u64)&self->check; in TEST_F()
295 unreg.disable_bit = 30; in TEST_F()
[all …]
H A Ddyn_test.c74 struct user_unreg unreg = {0}; in unreg_event() local
76 unreg.size = sizeof(unreg); in unreg_event()
77 unreg.disable_bit = bit; in unreg_event()
78 unreg.disable_addr = (__u64)check; in unreg_event()
80 return ioctl(fd, DIAG_IOCSUNREG, &unreg); in unreg_event()
H A Dperf_test.c87 struct user_unreg unreg = {0}; in clear() local
89 unreg.size = sizeof(unreg); in clear()
90 unreg.disable_bit = 31; in clear()
91 unreg.disable_addr = (__u64)check; in clear()
98 if (ioctl(fd, DIAG_IOCSUNREG, &unreg) == -1) in clear()
/linux/include/trace/
H A Ddefine_trace.h41 assign, print, reg, unreg) \ argument
42 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args))
46 assign, print, reg, unreg) \ argument
47 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args))
60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
61 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args))
H A Dtrace_events.h66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
76 assign, print, reg, unreg) \ argument
82 assign, print, reg, unreg) \ argument
/linux/arch/powerpc/sysdev/
H A Dtsi108_dev.c110 goto unreg; in tsi108_eth_of_init()
117 goto unreg; in tsi108_eth_of_init()
143 goto unreg; in tsi108_eth_of_init()
146 unreg: in tsi108_eth_of_init()
/linux/arch/powerpc/platforms/83xx/
H A Dmpc832x_rdb.c99 goto unreg; in of_fsl_spi_probe()
104 goto unreg; in of_fsl_spi_probe()
108 goto unreg; in of_fsl_spi_probe()
111 unreg: in of_fsl_spi_probe()
/linux/drivers/clk/imx/
H A Dclk-imx8qxp-lpcg.c251 goto unreg; in imx_lpcg_parse_clks_from_dt()
261 goto unreg; in imx_lpcg_parse_clks_from_dt()
268 goto unreg; in imx_lpcg_parse_clks_from_dt()
275 unreg: in imx_lpcg_parse_clks_from_dt()
/linux/include/linux/
H A Dtracepoint.h382 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument
558 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
570 assign, print, reg, unreg) \ argument
573 assign, print, reg, unreg) \ argument
/linux/drivers/scsi/arm/
H A Doak.c139 goto unreg; in oakscsi_probe()
161 unreg: in oakscsi_probe()
/linux/tools/testing/selftests/bpf/bpf_test_no_cfi/
H A Dbpf_test_no_cfi.c54 .unreg = dummy_unreg,
/linux/kernel/trace/
H A Dtrace_events_trigger.c973 cmd_ops->unreg(glob, trigger_data, file); in event_trigger_unregister()
1440 .unreg = unregister_trigger,
1451 .unreg = unregister_trigger,
1540 .unreg = unregister_snapshot_trigger,
1636 .unreg = unregister_trigger,
1967 .unreg = event_enable_unregister_trigger,
1977 .unreg = event_enable_unregister_trigger,
H A Dtrace_eprobe.c93 goto unreg; in unregister_trace_eprobe()
103 unreg: in unregister_trace_eprobe()
522 .unreg = eprobe_trigger_unreg_func,
H A Dtrace_fprobe.c740 goto unreg; in unregister_trace_fprobe()
754 unreg: in unregister_trace_fprobe()
H A Dtrace_uprobe.c387 goto unreg; in unregister_trace_uprobe()
397 unreg: in unregister_trace_uprobe()
/linux/block/
H A Dblk-mq-sysfs.c237 goto unreg; in blk_mq_sysfs_register()
245 unreg: in blk_mq_sysfs_register()
/linux/arch/x86/kernel/
H A Dtsc.c1386 goto unreg; in tsc_refine_calibration_work()
1459 goto unreg; in tsc_refine_calibration_work()
1464 unreg: in tsc_refine_calibration_work()
/linux/drivers/target/
H A Dtarget_core_pr.c2438 int unreg) in __core_scsi3_complete_pro_release() argument
2461 if (!unreg) in __core_scsi3_complete_pro_release()
3142 u64 sa_res_key, int aptpl, int unreg) in core_scsi3_emulate_pro_register_and_move() argument
3517 if (unreg) { in core_scsi3_emulate_pro_register_and_move()
3584 int spec_i_pt = 0, all_tg_pt = 0, unreg = 0; in target_scsi3_emulate_pr_out() local
3642 unreg = (buf[17] & 0x02); in target_scsi3_emulate_pr_out()
3715 sa_res_key, aptpl, unreg); in target_scsi3_emulate_pr_out()
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c312 .unreg = bpf_dummy_unreg,
/linux/net/netfilter/
H A Dcore.c471 const struct nf_hook_ops *unreg) in nf_remove_net_hook() argument
478 if (orig_ops[i] != unreg) in nf_remove_net_hook()
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c868 .unreg = bpf_dummy_unreg,
891 .unreg = bpf_dummy_unreg,
/linux/net/ipv4/
H A Dbpf_tcp_ca.c355 .unreg = bpf_tcp_ca_unreg,
/linux/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c1040 goto unreg; in sta2x11_vip_init_one()
1111 unreg: in sta2x11_vip_init_one()
/linux/kernel/bpf/
H A Dbpf_struct_ops.c808 st_map->st_ops_desc->st_ops->unreg(&st_map->kvalue.data); in bpf_struct_ops_map_delete_elem()
1063 st_map->st_ops_desc->st_ops->unreg(&st_map->kvalue.data); in bpf_struct_ops_map_link_dealloc()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c701 goto unreg; in mt7915_register_ext_phy()
707 unreg: in mt7915_register_ext_phy()

12