Searched defs:dmi_alloc (Results 1 – 3 of 3) sorted by relevance
10 static __always_inline __init void *dmi_alloc(unsigned len) in dmi_alloc() function
12 #define dmi_alloc(l) kzalloc(l, GFP_ATOMIC) macro
29 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) macro