/openbmc/linux/include/trace/ |
H A D | define_trace.h | 41 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 D | trace_events.h | 66 #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 D | dyn_test.c | 58 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 D | ftrace_test.c | 125 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 D | perf_test.c | 87 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 D | tsi108_dev.c | 110 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 D | mpc832x_rdb.c | 99 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 D | clk-imx8qxp-lpcg.c | 251 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 D | tracepoint.h | 380 #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 D | oak.c | 139 goto unreg; in oakscsi_probe() 161 unreg: in oakscsi_probe()
|
/openbmc/linux/block/ |
H A D | blk-mq-sysfs.c | 237 goto unreg; in blk_mq_sysfs_register() 245 unreg: in blk_mq_sysfs_register()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_trigger.c | 957 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 D | trace_eprobe.c | 93 goto unreg; in unregister_trace_eprobe() 103 unreg: in unregister_trace_eprobe() 522 .unreg = eprobe_trigger_unreg_func,
|
H A D | trace_fprobe.c | 722 goto unreg; in unregister_trace_fprobe() 736 unreg: in unregister_trace_fprobe()
|
H A D | trace_uprobe.c | 387 goto unreg; in unregister_trace_uprobe() 397 unreg: in unregister_trace_uprobe()
|
H A D | trace_kprobe.c | 536 goto unreg; in unregister_trace_kprobe() 550 unreg: in unregister_trace_kprobe()
|
/openbmc/linux/net/bpf/ |
H A D | bpf_dummy_struct_ops.c | 229 .unreg = bpf_dummy_unreg,
|
/openbmc/linux/arch/x86/kernel/ |
H A D | tsc.c | 1382 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 D | bpf_tcp_ca.c | 277 .unreg = bpf_tcp_ca_unreg,
|
/openbmc/linux/net/netfilter/ |
H A D | core.c | 471 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 D | target_core_pr.c | 2437 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 D | bpf_struct_ops.c | 577 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 D | sta2x11_vip.c | 1040 goto unreg; in sta2x11_vip_init_one() 1111 unreg: in sta2x11_vip_init_one()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | init.c | 683 goto unreg; in mt7915_register_ext_phy() 689 unreg: in mt7915_register_ext_phy()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci.c | 4305 goto unreg; in sdhci_setup_host() 4685 goto unreg; in sdhci_setup_host() 4765 unreg: in sdhci_setup_host()
|