Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/allocator/
H A Dslab.rs72 pub fn slab_init_state() -> bool { in slab_init_state() function
H A Dkernel_allocator.rs18 slab::{slab_init_state, SLABALLOCATOR},
140 layout.size() > 2048 || !slab_init_state() in allocator_select_condition()