Searched refs:DEFINE_CLASS (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| D | file.h | 88 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),
|
| D | cleanup.h | 243 #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/ |
| D | driver.h | 549 DEFINE_CLASS(_gpiochip_for_each_data,
|