Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Drwsem.h208 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))
Dpercpu.h136 DEFINE_FREE(free_percpu, void __percpu *, free_percpu(_T))
Dcleanup.h37 #define DEFINE_FREE(_name, _type, _free) \ macro
Dmutex.h224 DEFINE_FREE(mutex, struct mutex *, if (_T) mutex_unlock(_T))
Ddevice.h1060 DEFINE_FREE(device_del, struct device *, if (_T) device_del(_T))
1230 DEFINE_FREE(put_device, struct device *, if (_T) put_device(_T))
Dslab.h231 DEFINE_FREE(kfree, void *, if (_T) kfree(_T))
/linux-6.6.21/include/linux/sched/
Dtask.h164 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE() function