Searched refs:DEFINE_CLASS (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | file.h | 83 DEFINE_CLASS(fd, struct fd, fdput(_T), fdget(fd), int fd) 84 DEFINE_CLASS(fd_raw, struct fd, fdput(_T), fdget_raw(fd), int fd) 85 DEFINE_CLASS(fd_pos, struct fd, fdput_pos(_T), fdget_pos(fd), int fd) 95 DEFINE_CLASS(get_unused_fd, int, if (_T >= 0) put_unused_fd(_T),
|
| A D | cleanup.h | 275 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ macro 379 DEFINE_CLASS(_name, _type, if (!__GUARD_IS_ERR(_T)) { _unlock; }, ({ _lock; _T; }), _type _T); \
|
| A D | idr.h | 136 DEFINE_CLASS(idr_alloc, struct __class_idr,
|
| /include/drm/ttm/ |
| A D | ttm_bo.h | 506 DEFINE_CLASS(ttm_bo_lru_cursor, struct ttm_bo_lru_cursor *,
|
| /include/linux/gpio/ |
| A D | driver.h | 564 DEFINE_CLASS(_gpiochip_for_each_data,
|
Completed in 9 milliseconds