Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c603 u_int16_t sl_len; /* slab length */ member
2613 sp->sl_chunks == NCLPG && sp->sl_len == PAGE_SIZE); in slab_alloc()
2622 sp->sl_len == PAGE_SIZE && in slab_alloc()
2630 sp->sl_len == m_maxsize(class) && sp->sl_head == NULL); in slab_alloc()
2645 nsp->sl_len == 0 && nsp->sl_base == sp->sl_base && in slab_alloc()
2666 sp->sl_len == PAGE_SIZE); in slab_alloc()
2724 sp->sl_chunks == NCLPG && sp->sl_len == PAGE_SIZE); in slab_free()
2743 sp->sl_len == m_maxsize(class) && sp->sl_head == NULL); in slab_free()
2754 nsp->sl_len == 0 && nsp->sl_base == sp->sl_base && in slab_free()
2768 sp->sl_len == PAGE_SIZE); in slab_free()
[all …]
/xnu-11417.121.6/tools/lldbmacros/
H A Dmbufs.py378 … int(ts), int(sl.sl_class), int(sl.sl_refcnt), int(sl.sl_chunks), int(sl.sl_len), hex(sl.sl_flags))
393 c = sl.sl_len // sl.sl_chunks
522 c = sl.sl_len // sl.sl_chunks