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

  /src/sys/kern/
subr_pool.c 128 static bool pool_put_quarantine(struct pool *, void *,
133 #define pool_put_quarantine(a, b, c) false macro
1376 if (!pool_put_quarantine(pp, v, &pq)) {
3093 pool_put_quarantine(struct pool *pp, void *v, struct pool_pagelist *pq) function in typeref:typename:bool
subr_pool.c 128 static bool pool_put_quarantine(struct pool *, void *,
133 #define pool_put_quarantine(a, b, c) false macro
1376 if (!pool_put_quarantine(pp, v, &pq)) {
3093 pool_put_quarantine(struct pool *pp, void *v, struct pool_pagelist *pq) function in typeref:typename:bool

Completed in 25 milliseconds