Searched refs:__kzalloc (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ | ||
H A D | slab.h | 50 #define kzalloc(s, f) __kzalloc((s), (f)) 51 #define __kzalloc(s, f) calloc(1, (s)) macro |
Completed in 1 milliseconds