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

  /src/sys/kern/
vfs_trans.c 108 static pool_cache_t fstrans_lwp_cache; /* Cache of fstrans_lwp_info. */ variable in typeref:typename:pool_cache_t
144 fstrans_lwp_cache = pool_cache_init(sizeof(struct fstrans_lwp_info),
147 KASSERT(fstrans_lwp_cache != NULL);
212 pool_cache_put(fstrans_lwp_cache, fli);
392 pool_cache_put(fstrans_lwp_cache, fli);
439 fli = pool_cache_get(fstrans_lwp_cache, PR_WAITOK);
vfs_trans.c 108 static pool_cache_t fstrans_lwp_cache; /* Cache of fstrans_lwp_info. */ variable in typeref:typename:pool_cache_t
144 fstrans_lwp_cache = pool_cache_init(sizeof(struct fstrans_lwp_info),
147 KASSERT(fstrans_lwp_cache != NULL);
212 pool_cache_put(fstrans_lwp_cache, fli);
392 pool_cache_put(fstrans_lwp_cache, fli);
439 fli = pool_cache_get(fstrans_lwp_cache, PR_WAITOK);

Completed in 32 milliseconds