Home
last modified time | relevance | path

Searched refs:__kzalloc (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h50 #define kzalloc(s, f) __kzalloc((s), (f))
51 #define __kzalloc(s, f) calloc(1, (s)) macro

Completed in 1 milliseconds