Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_priv.h93 #define kfd_alloc_struct(ptr_to_struct) \ argument
94 ((typeof(ptr_to_struct)) kzalloc(sizeof(*ptr_to_struct), GFP_KERNEL))

Completed in 9 milliseconds