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

/seL4-camkes-master/projects/picotcp/include/arch/
H A Dpico_linux.h11 #define pico_zalloc(x) kcalloc(x, 1, GFP_ATOMIC) /* All allocations are GFP_ATOMIC for now */
/seL4-camkes-master/projects/global-components/remote-drivers/picotcp-socket-sync/server/
H A Dkhash.h179 #ifndef kcalloc
180 #define kcalloc(N,Z) calloc(N,Z) macro
220 return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \

Completed in 30 milliseconds