Searched refs:UMC_NODEBUG (Results 1 – 5 of 5) sorted by relevance
55 #define UMC_NODEBUG 0x00020000 macro
2745 if (cflags & UMC_NODEBUG) in umem_cache_create()
94 ucflags |= UMC_NODEBUG; in kmem_cache_create()
319 #define KMC_NODEBUG UMC_NODEBUG
681 cflags = (debug_level > 0)?0:UMC_NODEBUG; in init_cache()