Searched refs:DEFINE_CLASS (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/linux/ |
D | file.h | 84 DEFINE_CLASS(fd, struct fd, fdput(_T), fdget(fd), int fd) 94 DEFINE_CLASS(get_unused_fd, int, if (_T >= 0) put_unused_fd(_T),
|
D | cleanup.h | 71 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ macro 106 DEFINE_CLASS(_name, _type, _unlock, ({ _lock; _T; }), _type _T)
|