Home
last modified time | relevance | path

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

12

/openbmc/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
/openbmc/linux/tools/testing/selftests/user_events/
H A Ddyn_test.c58 struct user_unreg unreg = {0}; in unreg_event() local
60 unreg.size = sizeof(unreg); in unreg_event()
61 unreg.disable_bit = bit; in unreg_event()
62 unreg.disable_addr = (__u64)check; in unreg_event()
64 return ioctl(fd, DIAG_IOCSUNREG, &unreg); in unreg_event()
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()
288 ASSERT_EQ(0, ioctl(self->data_fd, DIAG_IOCSUNREG, &unreg)); in TEST_F()
[all …]
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()
/openbmc/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()
/openbmc/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()
/openbmc/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()
/openbmc/linux/include/linux/
H A Dtracepoint.h380 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument
556 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
568 assign, print, reg, unreg) \ argument
571 assign, print, reg, unreg) \ argument
/openbmc/linux/drivers/scsi/arm/
H A Doak.c139 goto unreg; in oakscsi_probe()
161 unreg: in oakscsi_probe()
/openbmc/linux/block/
H A Dblk-mq-sysfs.c237 goto unreg; in blk_mq_sysfs_register()
245 unreg: in blk_mq_sysfs_register()
/openbmc/linux/kernel/trace/
H A Dtrace_events_trigger.c957 cmd_ops->unreg(glob, trigger_data, file); in event_trigger_unregister()
1424 .unreg = unregister_trigger,
1435 .unreg = unregister_trigger,
1513 .unreg = unregister_trigger,
1609 .unreg = unregister_trigger,
1940 .unreg = event_enable_unregister_trigger,
1950 .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.c722 goto unreg; in unregister_trace_fprobe()
736 unreg: in unregister_trace_fprobe()
H A Dtrace_uprobe.c387 goto unreg; in unregister_trace_uprobe()
397 unreg: in unregister_trace_uprobe()
H A Dtrace_kprobe.c536 goto unreg; in unregister_trace_kprobe()
550 unreg: in unregister_trace_kprobe()
/openbmc/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c229 .unreg = bpf_dummy_unreg,
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c1382 goto unreg; in tsc_refine_calibration_work()
1455 goto unreg; in tsc_refine_calibration_work()
1460 unreg: in tsc_refine_calibration_work()
/openbmc/linux/net/ipv4/
H A Dbpf_tcp_ca.c277 .unreg = bpf_tcp_ca_unreg,
/openbmc/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()
/openbmc/linux/drivers/target/
H A Dtarget_core_pr.c2437 int unreg) in __core_scsi3_complete_pro_release() argument
2460 if (!unreg) in __core_scsi3_complete_pro_release()
3141 u64 sa_res_key, int aptpl, int unreg) in core_scsi3_emulate_pro_register_and_move() argument
3516 if (unreg) { in core_scsi3_emulate_pro_register_and_move()
3583 int spec_i_pt = 0, all_tg_pt = 0, unreg = 0; in target_scsi3_emulate_pr_out() local
3641 unreg = (buf[17] & 0x02); in target_scsi3_emulate_pr_out()
3714 sa_res_key, aptpl, unreg); in target_scsi3_emulate_pr_out()
/openbmc/linux/kernel/bpf/
H A Dbpf_struct_ops.c577 st_map->st_ops->unreg(&st_map->kvalue.data); in bpf_struct_ops_map_delete_elem()
779 st_map->st_ops->unreg(&st_map->kvalue.data); in bpf_struct_ops_map_link_dealloc()
/openbmc/linux/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c1040 goto unreg; in sta2x11_vip_init_one()
1111 unreg: in sta2x11_vip_init_one()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c680 goto unreg; in mt7915_register_ext_phy()
686 unreg: in mt7915_register_ext_phy()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.c4305 goto unreg; in sdhci_setup_host()
4685 goto unreg; in sdhci_setup_host()
4765 unreg: in sdhci_setup_host()

12