Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dslab.h52 #define kzalloc(s, f) __kzalloc((s), (f)) macro
/third_party/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c153 dev = kzalloc(sizeof(*dev), GFP_KERNEL); in test_init_module()