/linux-4.4.14/include/trace/ |
D | define_trace.h | 40 assign, print, reg, unreg) \ argument 41 DEFINE_TRACE_FN(name, reg, unreg) 48 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 49 DEFINE_TRACE_FN(name, reg, unreg)
|
D | trace_events.h | 112 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 122 assign, print, reg, unreg) \ argument
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | tsi108_dev.c | 116 goto unreg; in tsi108_eth_of_init() 123 goto unreg; in tsi108_eth_of_init() 149 goto unreg; in tsi108_eth_of_init() 152 unreg: in tsi108_eth_of_init()
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | mpc832x_rdb.c | 101 goto unreg; in of_fsl_spi_probe() 106 goto unreg; in of_fsl_spi_probe() 110 goto unreg; in of_fsl_spi_probe() 113 unreg: in of_fsl_spi_probe()
|
/linux-4.4.14/include/linux/ |
D | tracepoint.h | 246 #define DEFINE_TRACE_FN(name, reg, unreg) \ argument 251 { __tpstrtab_##name, STATIC_KEY_INIT_FALSE, reg, unreg, NULL };\ 291 #define DEFINE_TRACE_FN(name, reg, unreg) argument 488 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument 500 assign, print, reg, unreg) \ argument
|
D | node.h | 77 node_registration_func_t unreg) in register_hugetlbfs_with_node() argument
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_fd.c | 342 struct scifioctl_unreg unreg; in scif_fdioctl() local 344 if (copy_from_user(&unreg, argp, sizeof(unreg))) { in scif_fdioctl() 348 err = scif_unregister(priv, unreg.offset, unreg.len); in scif_fdioctl()
|
/linux-4.4.14/drivers/scsi/arm/ |
D | oak.c | 139 goto unreg; in oakscsi_probe() 156 unreg: in oakscsi_probe()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_trigger.c | 632 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_trigger_callback() 866 .unreg = unregister_trigger, 876 .unreg = unregister_trigger, 948 .unreg = unregister_trigger, 1027 .unreg = unregister_trigger, 1222 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_enable_trigger_func() 1380 .unreg = event_enable_unregister_trigger, 1390 .unreg = event_enable_unregister_trigger,
|
D | trace.h | 1314 void (*unreg)(char *glob, member
|
/linux-4.4.14/drivers/target/ |
D | target_core_pr.c | 2467 int unreg) in __core_scsi3_complete_pro_release() argument 2489 if (!unreg) in __core_scsi3_complete_pro_release() 3157 u64 sa_res_key, int aptpl, int unreg) in core_scsi3_emulate_pro_register_and_move() argument 3534 if (unreg) { in core_scsi3_emulate_pro_register_and_move() 3582 int spec_i_pt = 0, all_tg_pt = 0, unreg = 0; in target_scsi3_emulate_pr_out() local 3640 unreg = (buf[17] & 0x02); in target_scsi3_emulate_pr_out() 3707 sa_res_key, aptpl, unreg); in target_scsi3_emulate_pr_out()
|
/linux-4.4.14/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 1064 goto unreg; in sta2x11_vip_init_one() 1138 unreg: in sta2x11_vip_init_one()
|
/linux-4.4.14/drivers/crypto/ux500/hash/ |
D | hash_core.c | 1628 goto unreg; in ahash_algs_register_all() 1632 unreg: in ahash_algs_register_all()
|
/linux-4.4.14/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 1381 goto unreg; in cryp_algs_register_all() 1385 unreg: in cryp_algs_register_all()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 420 * Added code in linkdown to unreg if we know login session will be
|