Searched refs:container_of_user (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_utils.h | 160 * container_of_user: Extract the superclass from a pointer to a member. 165 #define container_of_user(ptr, type, member) ({ \ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_utils.h | 205 * container_of_user: Extract the superclass from a pointer to a member. 210 #define container_of_user(ptr, type, member) ({ \ macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_context.c | 401 container_of_user(base, typeof(*ext), base); in set_proto_ctx_engines_balance() 488 container_of_user(base, typeof(*ext), base); in set_proto_ctx_engines_bond() 581 container_of_user(base, typeof(*ext), base); in set_proto_ctx_engines_parallel_submit()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_context.c | 1587 container_of_user(base, typeof(*ext), base); in set_engines__load_balance() 1684 container_of_user(base, typeof(*ext), base); in set_engines__bond()
|
Completed in 9 milliseconds