subr_pool.c | 137 static bool pool_cache_put_nocache(pool_cache_t, void *); 139 #define pool_cache_put_nocache(a, b) false macro 2870 if (pool_cache_put_nocache(pc, object)) { 3117 pool_cache_put_nocache(pool_cache_t pc, void *p) function in typeref:typename:bool
|