Home
last modified time | relevance | path

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

/include/linux/
A Dfile.h83 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 Dcleanup.h275 #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 Didr.h136 DEFINE_CLASS(idr_alloc, struct __class_idr,
/include/drm/ttm/
A Dttm_bo.h506 DEFINE_CLASS(ttm_bo_lru_cursor, struct ttm_bo_lru_cursor *,
/include/linux/gpio/
A Ddriver.h564 DEFINE_CLASS(_gpiochip_for_each_data,

Completed in 9 milliseconds