Home
last modified time | relevance | path

Searched refs:DEFINE_CLASS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dfile.h84 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),
H A Dcleanup.h71 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ macro
106 DEFINE_CLASS(_name, _type, _unlock, ({ _lock; _T; }), _type _T)