Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c123 switch (mask & (KMC_TOTAL | KMC_ALLOC | KMC_MAX)) { in proc_doslab()
127 case KMC_ALLOC: in proc_doslab()
346 .data = (void *)(KMC_KVMEM | KMC_ALLOC),
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h68 #define KMC_ALLOC (1 << KMC_BIT_ALLOC) macro