Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c596 u_int16_t sl_len; /* slab length */ member
2605 sp->sl_chunks == NCLPG && sp->sl_len == PAGE_SIZE); in slab_alloc()
2614 sp->sl_len == PAGE_SIZE && in slab_alloc()
2622 sp->sl_len == m_maxsize(class) && sp->sl_head == NULL); in slab_alloc()
2637 nsp->sl_len == 0 && nsp->sl_base == sp->sl_base && in slab_alloc()
2658 sp->sl_len == PAGE_SIZE); in slab_alloc()
2716 sp->sl_chunks == NCLPG && sp->sl_len == PAGE_SIZE); in slab_free()
2735 sp->sl_len == m_maxsize(class) && sp->sl_head == NULL); in slab_free()
2746 nsp->sl_len == 0 && nsp->sl_base == sp->sl_base && in slab_free()
2760 sp->sl_len == PAGE_SIZE); in slab_free()
[all …]
/xnu-10002.1.13/tools/lldbmacros/
H A Dmbufs.py374 … int(ts), int(sl.sl_class), int(sl.sl_refcnt), int(sl.sl_chunks), int(sl.sl_len), hex(sl.sl_flags))
389 c = sl.sl_len // sl.sl_chunks
518 c = sl.sl_len // sl.sl_chunks