Home
last modified time | relevance | path

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

/sys/kern/
Dslab.c38 slab->objs = 0; in Slab_Init()
82 uintptr_t objs = inc / realObjSz; in SlabExtend() local
83 for (i = 0; i < objs; i++) { in SlabExtend()
89 slab->objs += objs; in SlabExtend()
90 slab->freeObjs += objs; in SlabExtend()
155 slab->objs - slab->freeObjs, slab->freeObjs, slab->objs); in Debug_Slabs()
/sys/include/
Dkmem.h51 uint64_t objs; member