Symbol: DEFINE_CLASS
arch/x86/kvm/vmx/tdx.c
2702
DEFINE_CLASS(tdx_vm_state_guard, tdx_vm_state_guard_t,
drivers/gpu/drm/xe/xe_force_wake.h
100
DEFINE_CLASS(xe_force_wake_release_only, struct xe_force_wake_ref,
drivers/gpu/drm/xe/xe_force_wake.h
79
DEFINE_CLASS(xe_force_wake, struct xe_force_wake_ref,
drivers/gpu/drm/xe/xe_guc_buf.h
39
DEFINE_CLASS(xe_guc_buf, struct xe_guc_buf,
drivers/gpu/drm/xe/xe_guc_buf.h
44
DEFINE_CLASS(xe_guc_buf_from_data, struct xe_guc_buf,
drivers/gpu/drm/xe/xe_validation.h
167
DEFINE_CLASS(xe_validation, struct xe_validation_ctx *,
include/drm/gpu_scheduler.h
730
DEFINE_CLASS(drm_sched_pending_job_iter, struct drm_sched_pending_job_iter,
include/drm/ttm/ttm_bo.h
508
DEFINE_CLASS(ttm_bo_lru_cursor, struct ttm_bo_lru_cursor *,
include/linux/cleanup.h
397
DEFINE_CLASS(_name, _type, if (!__GUARD_IS_ERR(_T)) { _unlock; }, ({ _lock; _T; }), _type _T); \
include/linux/cred.h
189
DEFINE_CLASS(override_creds,
include/linux/cred.h
282
DEFINE_CLASS(prepare_creds,
include/linux/file.h
83
DEFINE_CLASS(fd, struct fd, fdput(_T), fdget(fd), int fd)
include/linux/file.h
84
DEFINE_CLASS(fd_raw, struct fd, fdput(_T), fdget_raw(fd), int fd)
include/linux/file.h
85
DEFINE_CLASS(fd_pos, struct fd, fdput_pos(_T), fdget_pos(fd), int fd)
include/linux/file.h
95
DEFINE_CLASS(get_unused_fd, int, if (_T >= 0) put_unused_fd(_T),
include/linux/gpio/driver.h
525
DEFINE_CLASS(_gpiochip_for_each_data,
include/linux/idr.h
136
DEFINE_CLASS(idr_alloc, struct __class_idr,
include/sound/hda_codec.h
532
DEFINE_CLASS(snd_hda_power_pm, struct __hda_power_obj,
kernel/futex/futex.h
240
DEFINE_CLASS(hb, struct futex_hash_bucket *,
kernel/futex/futex.h
244
DEFINE_CLASS(private_hash, struct futex_private_hash *,
kernel/sched/sched.h
4103
DEFINE_CLASS(sched_change, struct sched_change_ctx *,
kernel/sched/syscalls.c
232
DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T),
kernel/time/posix-timers.c
81
DEFINE_CLASS(lock_timer, struct k_itimer *, unlock_timer(_T), lock_timer(id), timer_t id);
virt/kvm/guest_memfd.c
383
DEFINE_CLASS(gmem_get_file, struct file *, if (_T) fput(_T),