Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c422 u_int16_t sl_len; /* slab length */ member
1909 sp->sl_chunks == NCLPG && sp->sl_len == PAGE_SIZE); in slab_alloc()
1918 sp->sl_len == PAGE_SIZE && in slab_alloc()
1926 sp->sl_len == m_maxsize(class) && sp->sl_head == NULL); in slab_alloc()
1941 nsp->sl_len == 0 && nsp->sl_base == sp->sl_base && in slab_alloc()
1962 sp->sl_len == PAGE_SIZE); in slab_alloc()
2020 sp->sl_chunks == NCLPG && sp->sl_len == PAGE_SIZE); in slab_free()
2039 sp->sl_len == m_maxsize(class) && sp->sl_head == NULL); in slab_free()
2050 nsp->sl_len == 0 && nsp->sl_base == sp->sl_base && in slab_free()
2064 sp->sl_len == PAGE_SIZE); in slab_free()
[all …]
/xnu-8020.140.41/tools/lldbmacros/
H A Dmbufs.py218 … int(ts), int(sl.sl_class), int(sl.sl_refcnt), int(sl.sl_chunks), int(sl.sl_len), hex(sl.sl_flags))
233 c = sl.sl_len // sl.sl_chunks