Searched defs:DEFINE_CLASS (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/platforms/cell/ |
H A D | spu_syscalls.c | 59 DEFINE_CLASS(spufs_calls, struct spufs_calls *, spufs_calls_put(_T), spufs_calls_get(), void) in DEFINE_CLASS() function
|
/linux/include/linux/ |
H A D | cleanup.h | 262 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ macro
|
/linux/fs/bcachefs/ |
H A D | printbuf.h | 148 DEFINE_CLASS(printbuf, struct printbuf, in DEFINE_CLASS() function
|
/linux/kernel/sched/ |
H A D | syscalls.c | 284 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS() function
|