Searched refs:DEFINE_FREE (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/linux/ |
D | rwsem.h | 208 DEFINE_FREE(up_read, struct rw_semaphore *, if (_T) up_read(_T)) 209 DEFINE_FREE(up_write, struct rw_semaphore *, if (_T) up_write(_T))
|
D | percpu.h | 136 DEFINE_FREE(free_percpu, void __percpu *, free_percpu(_T))
|
D | cleanup.h | 37 #define DEFINE_FREE(_name, _type, _free) \ macro
|
D | mutex.h | 224 DEFINE_FREE(mutex, struct mutex *, if (_T) mutex_unlock(_T))
|
D | device.h | 1060 DEFINE_FREE(device_del, struct device *, if (_T) device_del(_T)) 1230 DEFINE_FREE(put_device, struct device *, if (_T) put_device(_T))
|
D | slab.h | 231 DEFINE_FREE(kfree, void *, if (_T) kfree(_T))
|
/linux-6.6.21/include/linux/sched/ |
D | task.h | 164 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE() function
|