Searched refs:DEFINE_FREE (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | percpu.h | 136 DEFINE_FREE(free_percpu, void __percpu *, free_percpu(_T))
|
H A D | cleanup.h | 37 #define DEFINE_FREE(_name, _type, _free) \ macro
|
H A D | device.h | 1060 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 D | slab.h | 231 DEFINE_FREE(kfree, void *, if (!IS_ERR_OR_NULL(_T)) kfree(_T))
|
H A D | property.h | 184 DEFINE_FREE(fwnode_handle, struct fwnode_handle *, fwnode_handle_put(_T))
|
H A D | of.h | 138 DEFINE_FREE(device_node, struct device_node *, if (_T) of_node_put(_T))
|
H A D | pci.h | 1149 DEFINE_FREE(pci_dev_put, struct pci_dev *, if (_T) pci_dev_put(_T))
|
/openbmc/linux/include/linux/sched/ |
H A D | task.h | 165 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE() function
|