Home
last modified time | relevance | path

Searched refs:DEFINE_FREE (Results 1 – 25 of 26) sorted by relevance

12

/linux/include/linux/
H A Dmnt_namespace.h17 DEFINE_FREE(put_mnt_ns, struct mnt_namespace *, if (!IS_ERR_OR_NULL(_T)) put_mnt_ns(_T))
H A Dnsproxy.h126 DEFINE_FREE(put_nsproxy, struct nsproxy *, if (_T) put_nsproxy(_T))
H A Dfile.h97 DEFINE_FREE(fput, struct file *, if (!IS_ERR_OR_NULL(_T)) fput(_T))
H A Dpercpu.h162 DEFINE_FREE(free_percpu, void __percpu *, free_percpu(_T))
H A Dfirmware.h214 DEFINE_FREE(firmware, struct firmware *, release_firmware(_T))
H A Ddevice.h1091 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 Dstring.h316 DEFINE_FREE(argv_free, char **, if (!IS_ERR_OR_NULL(_T)) argv_free(_T))
H A Dbitmap.h138 DEFINE_FREE(bitmap, unsigned long *, if (_T) bitmap_free(_T))
H A Dcpumask.h1021 DEFINE_FREE(free_cpumask_var, struct cpumask *, if (_T) free_cpumask_var(_T));
H A Dnetdevice.h4348 DEFINE_FREE(dev_put, struct net_device *, if (_T) dev_put(_T)) in DEFINE_FREE() function
/linux/include/linux/firmware/qcom/
H A Dqcom_tzmem.h52 DEFINE_FREE(qcom_tzmem, void *, if (_T) qcom_tzmem_free(_T))
/linux/crypto/asymmetric_keys/
H A Dx509_parser.h48 DEFINE_FREE(x509_free_certificate, struct x509_certificate *,
/linux/fs/pstore/
H A Dinode.c38 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 Druleset.h214 DEFINE_FREE(landlock_put_ruleset, struct landlock_ruleset *,
/linux/include/linux/sched/
H A Dtask.h173 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 Dcore_ssram.c32 DEFINE_FREE(pmc_core_iounmap, void __iomem *, if (_T) iounmap(_T)) in DEFINE_FREE() function
/linux/net/core/
H A Ddev.h36 DEFINE_FREE(netdev_unlock, struct net_device *, if (_T) netdev_unlock(_T));
/linux/drivers/cxl/
H A Dacpi.c340 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 Dzone.c308 DEFINE_FREE(put_tt_zone, struct tt_thermal_zone *,
/linux/include/linux/gpio/
H A Ddriver.h647 DEFINE_FREE(gpio_device_put, struct gpio_device *,
/linux/drivers/cxl/core/
H A Dcdat.c389 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 Dctree.h611 DEFINE_FREE(btrfs_free_path, struct btrfs_path *, btrfs_free_path(_T))
/linux/kernel/trace/
H A Dtrace_fprobe.c420 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 Dtrace_kprobe.c261 DEFINE_FREE(free_trace_kprobe, struct trace_kprobe *,
/linux/sound/core/
H A Dcontrol_led.c243 DEFINE_FREE(snd_card_unref, struct snd_card *, if (_T) snd_card_unref(_T)) in DEFINE_FREE() function

12