| /include/linux/ |
| A D | mnt_namespace.h | 17 DEFINE_FREE(put_mnt_ns, struct mnt_namespace *, if (!IS_ERR_OR_NULL(_T)) put_mnt_ns(_T))
|
| A D | execmem.h | 179 DEFINE_FREE(execmem, void *, if (_T) execmem_free(_T));
|
| A D | fwctl.h | 116 DEFINE_FREE(fwctl, struct fwctl_device *, if (_T) fwctl_put(_T));
|
| A D | nsproxy.h | 126 DEFINE_FREE(put_nsproxy, struct nsproxy *, if (_T) put_nsproxy(_T))
|
| A D | percpu.h | 158 DEFINE_FREE(free_percpu, void __percpu *, free_percpu(_T))
|
| A D | file.h | 97 DEFINE_FREE(fput, struct file *, if (!IS_ERR_OR_NULL(_T)) fput(_T))
|
| A D | firmware.h | 214 DEFINE_FREE(firmware, struct firmware *, release_firmware(_T))
|
| A D | slab.h | 476 DEFINE_FREE(kfree, void *, if (!IS_ERR_OR_NULL(_T)) kfree(_T)) 477 DEFINE_FREE(kfree_sensitive, void *, if (_T) kfree_sensitive(_T)) 1081 DEFINE_FREE(kvfree, void *, if (!IS_ERR_OR_NULL(_T)) kvfree(_T))
|
| A D | cred.h | 266 DEFINE_FREE(put_cred, struct cred *, if (!IS_ERR_OR_NULL(_T)) put_cred(_T))
|
| A D | pm_opp.h | 585 DEFINE_FREE(put_opp, struct dev_pm_opp *, if (!IS_ERR_OR_NULL(_T)) dev_pm_opp_put(_T)) 588 DEFINE_FREE(put_opp_table, struct opp_table *, if (!IS_ERR_OR_NULL(_T)) dev_pm_opp_put_opp_table(_T…
|
| A D | pm_runtime.h | 558 DEFINE_FREE(pm_runtime_put, struct device *, if (_T) pm_runtime_put(_T)) in DEFINE_FREE() function
|
| A D | cleanup.h | 210 #define DEFINE_FREE(_name, _type, _free) \ macro
|
| A D | device.h | 984 DEFINE_FREE(device_del, struct device *, if (_T) device_del(_T)) 1180 DEFINE_FREE(put_device, struct device *, if (_T) put_device(_T))
|
| A D | string.h | 316 DEFINE_FREE(argv_free, char **, if (!IS_ERR_OR_NULL(_T)) argv_free(_T))
|
| A D | irqdomain.h | 265 DEFINE_FREE(irq_domain_free_fwnode, struct fwnode_handle *, if (_T) irq_domain_free_fwnode(_T))
|
| A D | module.h | 1013 DEFINE_FREE(module_put, struct module *, if (_T) module_put(_T))
|
| A D | bitmap.h | 138 DEFINE_FREE(bitmap, unsigned long *, if (_T) bitmap_free(_T))
|
| A D | property.h | 219 DEFINE_FREE(fwnode_handle, struct fwnode_handle *, fwnode_handle_put(_T))
|
| A D | cpumask.h | 1097 DEFINE_FREE(free_cpumask_var, struct cpumask *, if (_T) free_cpumask_var(_T));
|
| A D | cpufreq.h | 223 DEFINE_FREE(put_cpufreq_policy, struct cpufreq_policy *, if (_T) cpufreq_cpu_put(_T)) in DEFINE_FREE() function
|
| A D | of.h | 138 DEFINE_FREE(device_node, struct device_node *, if (_T) of_node_put(_T))
|
| A D | pci.h | 1208 DEFINE_FREE(pci_dev_put, struct pci_dev *, if (_T) pci_dev_put(_T))
|
| /include/linux/firmware/qcom/ |
| A D | qcom_tzmem.h | 52 DEFINE_FREE(qcom_tzmem, void *, if (_T) qcom_tzmem_free(_T))
|
| /include/linux/sched/ |
| A D | task.h | 162 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE() function
|
| /include/linux/gpio/ |
| A D | driver.h | 674 DEFINE_FREE(gpio_device_put, struct gpio_device *,
|