Searched refs:DEFINE_CLASS (Results 1 – 14 of 14) sorted by relevance
| /linux/include/linux/ |
| H 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),
|
| H A D | cred.h | 190 DEFINE_CLASS(override_creds, in DEFINE_CLASS() function 283 DEFINE_CLASS(prepare_creds,
|
| H A D | cleanup.h | 279 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ macro 392 DEFINE_CLASS(_name, _type, if (!__GUARD_IS_ERR(_T)) { _unlock; }, ({ _lock; _T; }), _type _T); \
|
| H A D | idr.h | 136 DEFINE_CLASS(idr_alloc, struct __class_idr,
|
| H A D | uaccess.h | 666 DEFINE_CLASS(user_ ##_mode## _access, void __user *, \
|
| /linux/arch/powerpc/platforms/cell/ |
| H A D | spu_syscalls.c | 59 DEFINE_CLASS(spufs_calls, struct spufs_calls *, spufs_calls_put(_T), spufs_calls_get(), void) in DEFINE_CLASS() function
|
| /linux/sound/usb/ |
| H A D | usbaudio.h | 161 DEFINE_CLASS(snd_usb_lock, struct __snd_usb_lock,
|
| /linux/virt/kvm/ |
| H A D | guest_memfd.c | 388 DEFINE_CLASS(gmem_get_file, struct file *, if (_T) fput(_T),
|
| /linux/kernel/sched/ |
| H A D | syscalls.c | 260 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS() function
|
| H A D | sched.h | 3979 DEFINE_CLASS(sched_change, struct sched_change_ctx *,
|
| /linux/kernel/time/ |
| H A D | posix-timers.c | 88 DEFINE_CLASS(lock_timer, struct k_itimer *, unlock_timer(_T), __lock_timer(id), timer_t id);
|
| /linux/fs/overlayfs/ |
| H A D | copy_up.c | 750 DEFINE_CLASS(copy_up_creds, const struct cred *,
|
| H A D | dir.c | 615 DEFINE_CLASS(ovl_override_creator_creds,
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | tdx.c | 2703 DEFINE_CLASS(tdx_vm_state_guard, tdx_vm_state_guard_t,
|