Home
last modified time | relevance | path

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

/include/linux/
Dfile.h88 DEFINE_CLASS(fd, struct fd, fdput(_T), fdget(fd), int fd)
89 DEFINE_CLASS(fd_raw, struct fd, fdput(_T), fdget_raw(fd), int fd)
99 DEFINE_CLASS(get_unused_fd, int, if (_T >= 0) put_unused_fd(_T),
Dcleanup.h243 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ macro
296 DEFINE_CLASS(_name, _type, if (_T) { _unlock; }, ({ _lock; _T; }), _type _T); \
/include/linux/gpio/
Ddriver.h549 DEFINE_CLASS(_gpiochip_for_each_data,