Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpercpu.h136 DEFINE_FREE(free_percpu, void __percpu *, free_percpu(_T))
H A Dcleanup.h37 #define DEFINE_FREE(_name, _type, _free) \ macro
H A Ddevice.h1060 DEFINE_FREE(device_del, struct device *, if (_T) device_del(_T))
1233 DEFINE_FREE(put_device, struct device *, if (_T) put_device(_T))
H A Dslab.h231 DEFINE_FREE(kfree, void *, if (!IS_ERR_OR_NULL(_T)) kfree(_T))
H A Dproperty.h184 DEFINE_FREE(fwnode_handle, struct fwnode_handle *, fwnode_handle_put(_T))
H A Dof.h138 DEFINE_FREE(device_node, struct device_node *, if (_T) of_node_put(_T))
H A Dpci.h1149 DEFINE_FREE(pci_dev_put, struct pci_dev *, if (_T) pci_dev_put(_T))
/openbmc/linux/include/linux/sched/
H A Dtask.h165 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE() function