/linux/include/linux/ |
H A D | mnt_namespace.h | 17 DEFINE_FREE(put_mnt_ns, struct mnt_namespace *, if (!IS_ERR_OR_NULL(_T)) put_mnt_ns(_T))
|
H A D | nsproxy.h | 126 DEFINE_FREE(put_nsproxy, struct nsproxy *, if (_T) put_nsproxy(_T))
|
H A D | file.h | 97 DEFINE_FREE(fput, struct file *, if (!IS_ERR_OR_NULL(_T)) fput(_T))
|
H A D | percpu.h | 162 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 | device.h | 1091 DEFINE_FREE(device_del, struct device *, if (_T) device_del(_T)) 1284 DEFINE_FREE(put_device, struct device *, if (_T) put_device(_T))
|
H A D | string.h | 316 DEFINE_FREE(argv_free, char **, if (!IS_ERR_OR_NULL(_T)) argv_free(_T))
|
H A D | bitmap.h | 138 DEFINE_FREE(bitmap, unsigned long *, if (_T) bitmap_free(_T))
|
H A D | cpumask.h | 1021 DEFINE_FREE(free_cpumask_var, struct cpumask *, if (_T) free_cpumask_var(_T));
|
H A D | netdevice.h | 4348 DEFINE_FREE(dev_put, struct net_device *, if (_T) dev_put(_T)) in DEFINE_FREE() function
|
/linux/include/linux/firmware/qcom/ |
H A D | qcom_tzmem.h | 52 DEFINE_FREE(qcom_tzmem, void *, if (_T) qcom_tzmem_free(_T))
|
/linux/crypto/asymmetric_keys/ |
H A D | x509_parser.h | 48 DEFINE_FREE(x509_free_certificate, struct x509_certificate *,
|
/linux/fs/pstore/ |
H A D | inode.c | 38 DEFINE_FREE(pstore_iput, struct inode *, if (_T) iput(_T)) 66 DEFINE_FREE(pstore_private, struct pstore_private *, free_pstore_private(_T));
|
/linux/security/landlock/ |
H A D | ruleset.h | 214 DEFINE_FREE(landlock_put_ruleset, struct landlock_ruleset *,
|
/linux/include/linux/sched/ |
H A D | task.h | 173 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE() function
|
/linux/drivers/platform/x86/intel/pmc/ |
H A D | core_ssram.c | 32 DEFINE_FREE(pmc_core_iounmap, void __iomem *, if (_T) iounmap(_T)) in DEFINE_FREE() function
|
/linux/net/core/ |
H A D | dev.h | 36 DEFINE_FREE(netdev_unlock, struct net_device *, if (_T) netdev_unlock(_T));
|
/linux/drivers/cxl/ |
H A D | acpi.c | 340 DEFINE_FREE(put_cxlrd, struct cxl_root_decoder *, 342 DEFINE_FREE(del_cxl_resource, struct resource *, if (_T) del_cxl_resource(_T)) in DEFINE_FREE() function
|
/linux/drivers/thermal/testing/ |
H A D | zone.c | 308 DEFINE_FREE(put_tt_zone, struct tt_thermal_zone *,
|
/linux/include/linux/gpio/ |
H A D | driver.h | 647 DEFINE_FREE(gpio_device_put, struct gpio_device *,
|
/linux/drivers/cxl/core/ |
H A D | cdat.c | 389 DEFINE_FREE(dsmas, struct xarray *, if (_T) discard_dsmas(_T)) in DEFINE_FREE() function 733 DEFINE_FREE(free_perf_xa, struct xarray *, if (_T) free_perf_xa(_T)) in DEFINE_FREE() function
|
/linux/fs/btrfs/ |
H A D | ctree.h | 611 DEFINE_FREE(btrfs_free_path, struct btrfs_path *, btrfs_free_path(_T))
|
/linux/kernel/trace/ |
H A D | trace_fprobe.c | 420 DEFINE_FREE(free_trace_fprobe, struct trace_fprobe *, if (!IS_ERR_OR_NULL(_T)) free_trace_fprobe(_T… 1083 DEFINE_FREE(module_put, struct module *, if (_T) module_put(_T)) in DEFINE_FREE() function
|
H A D | trace_kprobe.c | 261 DEFINE_FREE(free_trace_kprobe, struct trace_kprobe *,
|
/linux/sound/core/ |
H A D | control_led.c | 243 DEFINE_FREE(snd_card_unref, struct snd_card *, if (_T) snd_card_unref(_T)) in DEFINE_FREE() function
|