HomeSort by: relevance | last modified time | path
    Searched defs:pool_cache_put_nocache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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
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

Completed in 28 milliseconds