Searched refs:DEFINE_CLASS (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| A 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),
|
| A D | cleanup.h | 243 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ macro 291 DEFINE_CLASS(_name, _type, if (_T) { _unlock; }, ({ _lock; _T; }), _type _T); \
|
| /linux/drivers/thermal/ |
| A D | thermal_core.h | 197 DEFINE_CLASS(thermal_zone_get_by_id, struct thermal_zone_device *,
|
| /linux/drivers/gpio/ |
| A D | gpiolib.h | 215 DEFINE_CLASS(gpio_chip_guard,
|
| /linux/include/linux/gpio/ |
| A D | driver.h | 542 DEFINE_CLASS(_gpiochip_for_each_data,
|
| /linux/kernel/sched/ |
| A D | syscalls.c | 284 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS() function
|
Completed in 16 milliseconds