/linux/include/trace/ |
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))
|
A D | trace_events.h | 130 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 140 assign, print, reg, unreg) \ argument 146 assign, print, reg, unreg) \ argument
|
/linux/arch/powerpc/sysdev/ |
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()
|
/linux/arch/powerpc/platforms/83xx/ |
A D | mpc832x_rdb.c | 96 goto unreg; in of_fsl_spi_probe() 101 goto unreg; in of_fsl_spi_probe() 105 goto unreg; in of_fsl_spi_probe() 108 unreg: in of_fsl_spi_probe()
|
/linux/drivers/clk/imx/ |
A D | clk-imx8qxp-lpcg.c | 255 goto unreg; in imx_lpcg_parse_clks_from_dt() 265 goto unreg; in imx_lpcg_parse_clks_from_dt() 272 goto unreg; in imx_lpcg_parse_clks_from_dt() 279 unreg: in imx_lpcg_parse_clks_from_dt()
|
/linux/include/linux/ |
A D | tracepoint.h | 367 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument 543 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument 555 assign, print, reg, unreg) \ argument 558 assign, print, reg, unreg) \ argument
|
A D | node.h | 177 node_registration_func_t unreg) in register_hugetlbfs_with_node() argument
|
/linux/kernel/trace/ |
A D | trace_events_trigger.c | 676 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_trigger_callback() 718 cmd_ops->unreg(glob, trigger_ops, trigger_data, file); in event_trigger_callback() 1074 .unreg = unregister_trigger, 1085 .unreg = unregister_trigger, 1162 .unreg = unregister_trigger, 1254 .unreg = unregister_trigger, 1458 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_enable_trigger_func() 1633 .unreg = event_enable_unregister_trigger, 1643 .unreg = event_enable_unregister_trigger,
|
A D | trace_eprobe.c | 84 goto unreg; in unregister_trace_eprobe() 94 unreg: in unregister_trace_eprobe() 591 .unreg = eprobe_trigger_unreg_func,
|
A D | trace_uprobe.c | 391 goto unreg; in unregister_trace_uprobe() 401 unreg: in unregister_trace_uprobe()
|
A D | trace_kprobe.c | 536 goto unreg; in unregister_trace_kprobe() 550 unreg: in unregister_trace_kprobe()
|
A D | trace_events_hist.c | 6248 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func() 6300 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func() 6319 .unreg = hist_unregister_trigger, 6434 .unreg = event_enable_unregister_trigger, 6445 .unreg = event_enable_unregister_trigger,
|
A D | trace.h | 1747 void (*unreg)(char *glob, member
|
/linux/drivers/scsi/arm/ |
A D | oak.c | 139 goto unreg; in oakscsi_probe() 161 unreg: in oakscsi_probe()
|
/linux/arch/x86/kernel/ |
A D | tsc.c | 1341 goto unreg; in tsc_refine_calibration_work() 1395 goto unreg; in tsc_refine_calibration_work() 1400 unreg: in tsc_refine_calibration_work() 1411 goto unreg; in init_tsc_clocksource() 1424 unreg: in init_tsc_clocksource()
|
/linux/block/ |
A D | blk-mq-sysfs.c | 274 goto unreg; in __blk_mq_register_dev() 282 unreg: in __blk_mq_register_dev()
|
/linux/net/bpf/ |
A D | bpf_dummy_struct_ops.c | 198 .unreg = bpf_dummy_unreg,
|
/linux/net/netfilter/ |
A D | core.c | 464 const struct nf_hook_ops *unreg) in nf_remove_net_hook() argument 471 if (orig_ops[i] != unreg) in nf_remove_net_hook()
|
/linux/net/ipv4/ |
A D | bpf_tcp_ca.c | 297 .unreg = bpf_tcp_ca_unreg,
|
/linux/drivers/target/ |
A D | target_core_pr.c | 2448 int unreg) in __core_scsi3_complete_pro_release() argument 2471 if (!unreg) in __core_scsi3_complete_pro_release() 3137 u64 sa_res_key, int aptpl, int unreg) in core_scsi3_emulate_pro_register_and_move() argument 3509 if (unreg) { in core_scsi3_emulate_pro_register_and_move() 3545 int spec_i_pt = 0, all_tg_pt = 0, unreg = 0; in target_scsi3_emulate_pr_out() local 3603 unreg = (buf[17] & 0x02); in target_scsi3_emulate_pr_out() 3670 sa_res_key, aptpl, unreg); in target_scsi3_emulate_pr_out()
|
/linux/drivers/media/pci/sta2x11/ |
A D | sta2x11_vip.c | 1039 goto unreg; in sta2x11_vip_init_one() 1112 unreg: in sta2x11_vip_init_one()
|
/linux/kernel/bpf/ |
A D | bpf_struct_ops.c | 509 st_map->st_ops->unreg(&st_map->kvalue.data); in bpf_struct_ops_map_delete_elem()
|
/linux/drivers/crypto/ux500/cryp/ |
A D | cryp_core.c | 1233 goto unreg; in cryp_algs_register_all() 1237 unreg: in cryp_algs_register_all()
|
/linux/drivers/crypto/ux500/hash/ |
A D | hash_core.c | 1632 goto unreg; in ahash_algs_register_all() 1636 unreg: in ahash_algs_register_all()
|
/linux/drivers/mmc/host/ |
A D | sdhci.c | 4228 goto unreg; in sdhci_setup_host() 4608 goto unreg; in sdhci_setup_host() 4688 unreg: in sdhci_setup_host()
|