Home
last modified time | relevance | path

Searched refs:Slab_Alloc (Results 1 – 5 of 5) sorted by relevance

/sys/include/
Dkmem.h62 void *Slab_Alloc(Slab *slab) __attribute__((malloc));
71 return (_type *)Slab_Alloc(_pool); \
/sys/kern/
Dthread.c98 Thread *thr = (Thread *)Slab_Alloc(&threadSlab); in Thread_Create()
151 Thread *thr = (Thread *)Slab_Alloc(&threadSlab); in Thread_UThreadCreate()
Dslab.c105 Slab_Alloc(Slab *slab) in Slab_Alloc() function
Dprocess.c52 Process *proc = (Process *)Slab_Alloc(&processSlab); in Process_Create()
/sys/dev/
De1000.c158 return Slab_Alloc(&rxPool); in RXPOOL_Alloc()