Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfile.h86 DEFINE_CLASS(fd, struct fd, fdput(_T), fdget(fd), int fd)
87 DEFINE_CLASS(fd_raw, struct fd, fdput(_T), fdget_raw(fd), int fd)
97 DEFINE_CLASS(get_unused_fd, int, if (_T >= 0) put_unused_fd(_T),
H A Dcleanup.h104 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ macro
152 DEFINE_CLASS(_name, _type, if (_T) { _unlock; }, ({ _lock; _T; }), _type _T); \
/linux/drivers/gpio/
H A Dgpiolib.h202 DEFINE_CLASS(gpio_chip_guard,
/linux/include/linux/gpio/
H A Ddriver.h542 DEFINE_CLASS(_gpiochip_for_each_data,
/linux/kernel/sched/
H A Dcore.c7593 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS() function