Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c434 u_int16_t sl_len; /* slab length */ member
1309 sp->sl_chunks == NCLPG && sp->sl_len == PAGE_SIZE); in slab_alloc()
1318 sp->sl_len == PAGE_SIZE && in slab_alloc()
1326 sp->sl_len == m_maxsize(class) && sp->sl_head == NULL); in slab_alloc()
1341 nsp->sl_len == 0 && nsp->sl_base == sp->sl_base && in slab_alloc()
1362 sp->sl_len == PAGE_SIZE); in slab_alloc()
1419 sp->sl_chunks == NCLPG && sp->sl_len == PAGE_SIZE); in slab_free()
1438 sp->sl_len == m_maxsize(class) && sp->sl_head == NULL); in slab_free()
1449 nsp->sl_len == 0 && nsp->sl_base == sp->sl_base && in slab_free()
1463 sp->sl_len == PAGE_SIZE); in slab_free()
[all …]
/xnu-12377.41.6/tools/lldbmacros/
H A Dmbufs.py377 … int(ts), int(sl.sl_class), int(sl.sl_refcnt), int(sl.sl_chunks), int(sl.sl_len), hex(sl.sl_flags))
392 c = sl.sl_len // sl.sl_chunks
521 c = sl.sl_len // sl.sl_chunks