Home
last modified time | relevance | path

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

12

/include/linux/
A Dmnt_namespace.h17 DEFINE_FREE(put_mnt_ns, struct mnt_namespace *, if (!IS_ERR_OR_NULL(_T)) put_mnt_ns(_T))
A Dexecmem.h179 DEFINE_FREE(execmem, void *, if (_T) execmem_free(_T));
A Dfwctl.h116 DEFINE_FREE(fwctl, struct fwctl_device *, if (_T) fwctl_put(_T));
A Dnsproxy.h126 DEFINE_FREE(put_nsproxy, struct nsproxy *, if (_T) put_nsproxy(_T))
A Dpercpu.h158 DEFINE_FREE(free_percpu, void __percpu *, free_percpu(_T))
A Dfile.h97 DEFINE_FREE(fput, struct file *, if (!IS_ERR_OR_NULL(_T)) fput(_T))
A Dfirmware.h214 DEFINE_FREE(firmware, struct firmware *, release_firmware(_T))
A Dslab.h476 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 Dcred.h266 DEFINE_FREE(put_cred, struct cred *, if (!IS_ERR_OR_NULL(_T)) put_cred(_T))
A Dpm_opp.h585 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 Dpm_runtime.h558 DEFINE_FREE(pm_runtime_put, struct device *, if (_T) pm_runtime_put(_T)) in DEFINE_FREE() function
A Dcleanup.h210 #define DEFINE_FREE(_name, _type, _free) \ macro
A Ddevice.h984 DEFINE_FREE(device_del, struct device *, if (_T) device_del(_T))
1180 DEFINE_FREE(put_device, struct device *, if (_T) put_device(_T))
A Dstring.h316 DEFINE_FREE(argv_free, char **, if (!IS_ERR_OR_NULL(_T)) argv_free(_T))
A Dirqdomain.h265 DEFINE_FREE(irq_domain_free_fwnode, struct fwnode_handle *, if (_T) irq_domain_free_fwnode(_T))
A Dmodule.h1013 DEFINE_FREE(module_put, struct module *, if (_T) module_put(_T))
A Dbitmap.h138 DEFINE_FREE(bitmap, unsigned long *, if (_T) bitmap_free(_T))
A Dproperty.h219 DEFINE_FREE(fwnode_handle, struct fwnode_handle *, fwnode_handle_put(_T))
A Dcpumask.h1097 DEFINE_FREE(free_cpumask_var, struct cpumask *, if (_T) free_cpumask_var(_T));
A Dcpufreq.h223 DEFINE_FREE(put_cpufreq_policy, struct cpufreq_policy *, if (_T) cpufreq_cpu_put(_T)) in DEFINE_FREE() function
A Dof.h138 DEFINE_FREE(device_node, struct device_node *, if (_T) of_node_put(_T))
A Dpci.h1208 DEFINE_FREE(pci_dev_put, struct pci_dev *, if (_T) pci_dev_put(_T))
/include/linux/firmware/qcom/
A Dqcom_tzmem.h52 DEFINE_FREE(qcom_tzmem, void *, if (_T) qcom_tzmem_free(_T))
/include/linux/sched/
A Dtask.h162 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE() function
/include/linux/gpio/
A Ddriver.h674 DEFINE_FREE(gpio_device_put, struct gpio_device *,

Completed in 55 milliseconds

12