ZXFoundation™ 26h2
Loading...
Searching...
No Matches
zxfoundation::memory::slub::kmem_cache_node Struct Referenceexport

Per-NUMA-node slab state. More...

Collaboration diagram for zxfoundation::memory::slub::kmem_cache_node:
[legend]

Data Fields

sync::qspinlock::qspinlock list_lock {}
u32 min_partial {SLUB_MIN_PARTIAL}
 Reclaim threshold.
u32 nr_partial {0}
 Count of partial slabs.
slab_headerpartial {nullptr}
 Partially-filled slabs.
atomic< u64 > total_objects {0}
 Total objects (live + free) ever.
atomic< u64 > total_slabs {0}
 Total slab pages allocated.

Detailed Description

Per-NUMA-node slab state.


The documentation for this struct was generated from the following file: