Searched refs:KMC_ALLOC (Results 1 – 2 of 2) sorted by relevance
123 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),
68 #define KMC_ALLOC (1 << KMC_BIT_ALLOC) macro