Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_priv.h90 #define kfd_alloc_struct(ptr_to_struct) \ argument
91 ((typeof(ptr_to_struct)) kzalloc(sizeof(*ptr_to_struct), GFP_KERNEL))