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