| /linux/drivers/cxl/ |
| H A D | cxl.h | 722 DEFINE_FREE(put_cxl_root, struct cxl_root *, if (_T) put_device(&_T->port.dev)) 723 DEFINE_FREE(put_cxl_port, struct cxl_port *, if (!IS_ERR_OR_NULL(_T)) put_device(&_T->dev)) 724 DEFINE_FREE(put_cxl_root_decoder, struct cxl_root_decoder *, if (!IS_ERR_OR_NULL(_T)) put_device(&_… 725 DEFINE_FREE(put_cxl_region, struct cxl_region *, if (!IS_ERR_OR_NULL(_T)) put_device(&_T->dev)) 726 DEFINE_FREE(put_cxl_dax_region, struct cxl_dax_region *, if (!IS_ERR_OR_NULL(_T)) put_device(&_T->d…
|
| H A D | acpi.c | 398 DEFINE_FREE(put_cxlrd, struct cxl_root_decoder *, 400 DEFINE_FREE(del_cxl_resource, struct resource *, if (_T) del_cxl_resource(_T)) in DEFINE_FREE() function
|
| /linux/include/linux/ |
| H A D | mnt_namespace.h | 19 DEFINE_FREE(put_mnt_ns, struct mnt_namespace *, if (!IS_ERR_OR_NULL(_T)) put_mnt_ns(_T))
|
| H A D | execmem.h | 179 DEFINE_FREE(execmem, void *, if (_T) execmem_free(_T));
|
| H A D | tsm.h | 118 DEFINE_FREE(put_tsm_dev, struct tsm_dev *,
|
| H A D | nsproxy.h | 118 DEFINE_FREE(put_nsproxy, struct nsproxy *, if (_T) put_nsproxy(_T))
|
| H A D | pci-ide.h | 116 DEFINE_FREE(pci_ide_stream_release, struct pci_ide *, if (_T) pci_ide_stream_release(_T))
|
| H A D | percpu.h | 158 DEFINE_FREE(free_percpu, void __percpu *, free_percpu(_T))
|
| H A D | firmware.h | 214 DEFINE_FREE(firmware, struct firmware *, release_firmware(_T))
|
| H A D | slab.h | 517 DEFINE_FREE(kfree, void *, if (!IS_ERR_OR_NULL(_T)) kfree(_T)) 518 DEFINE_FREE(kfree_sensitive, void *, if (_T) kfree_sensitive(_T)) 1235 DEFINE_FREE(kvfree, void *, if (!IS_ERR_OR_NULL(_T)) kvfree(_T))
|
| H A D | file.h | 97 DEFINE_FREE(fput, struct file *, if (!IS_ERR_OR_NULL(_T)) fput(_T))
|
| H A D | platform_device.h | 268 DEFINE_FREE(platform_device_put, struct platform_device *, if (_T) platform_device_put(_T))
|
| H A D | device.h | 1114 DEFINE_FREE(device_del, struct device *, if (_T) device_del(_T)) 1310 DEFINE_FREE(put_device, struct device *, if (_T) put_device(_T))
|
| /linux/kernel/trace/rv/ |
| H A D | rv.h | 20 DEFINE_FREE(rv_remove, struct dentry *, if (_T) rv_remove(_T));
|
| /linux/include/linux/firmware/qcom/ |
| H A D | qcom_tzmem.h | 61 DEFINE_FREE(qcom_tzmem, void *, if (_T) qcom_tzmem_free(_T))
|
| /linux/sound/core/seq/ |
| H A D | seq_clientmgr.h | 97 DEFINE_FREE(snd_seq_client, struct snd_seq_client *, if (!IS_ERR_OR_NULL(_T)) snd_seq_client_unref(…
|
| /linux/net/core/ |
| H A D | dev.h | 47 DEFINE_FREE(netdev_unlock, struct net_device *, if (_T) netdev_unlock(_T)); 60 DEFINE_FREE(netdev_unlock_ops_compat, struct net_device *,
|
| /linux/drivers/usb/gadget/function/ |
| H A D | u_ether.h | 177 DEFINE_FREE(detach_gadget, struct net_device *, if (_T) gether_detach_gadget(_T))
|
| /linux/security/landlock/ |
| H A D | ruleset.h | 200 DEFINE_FREE(landlock_put_ruleset, struct landlock_ruleset *,
|
| /linux/kernel/trace/ |
| H A D | trace_probe.h | 455 DEFINE_FREE(traceprobe_parse_context, struct traceprobe_parse_context *, 588 DEFINE_FREE(trace_probe_log_clear, const char *, if (_T) trace_probe_log_clear())
|
| H A D | trace_fprobe.c | 95 DEFINE_FREE(tuser_free, struct tracepoint_user *, __tracepoint_user_free(_T)) in DEFINE_FREE() function 175 DEFINE_FREE(tuser_put, struct tracepoint_user *, 568 DEFINE_FREE(free_trace_fprobe, struct trace_fprobe *, if (!IS_ERR_OR_NULL(_T)) free_trace_fprobe(_T…
|
| /linux/drivers/pci/ |
| H A D | ide.c | 206 DEFINE_FREE(free_stream, struct stream_index *, if (_T) free_stream_index(_T)) in DEFINE_FREE() function 407 DEFINE_FREE(free_stream_id, struct pci_ide_stream_id *,
|
| /linux/drivers/fwctl/mlx5/ |
| H A D | main.c | 28 DEFINE_FREE(mlx5ctl, struct mlx5ctl_dev *, if (_T) fwctl_put(&_T->fwctl));
|
| /linux/drivers/thermal/testing/ |
| H A D | zone.c | 305 DEFINE_FREE(put_tt_zone, struct tt_thermal_zone *,
|
| /linux/drivers/cxl/core/ |
| H A D | cdat.c | 401 DEFINE_FREE(dsmas, struct xarray *, if (_T) discard_dsmas(_T)) in DEFINE_FREE() function 736 DEFINE_FREE(free_perf_xa, struct xarray *, if (_T) free_perf_xa(_T)) in DEFINE_FREE() function
|