Home
last modified time | relevance | path

Searched defs:fs_pool (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/random/
H A Dfortuna.c110 struct fs_pool { /* P_i */ struct
111 u_int fsp_length; /* Only the first one is used by Fortuna */
112 struct randomdev_hash fsp_hash;
113 } fs_pool[RANDOM_FORTUNA_NPOOLS]; member
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcaching.c743 apr_pool_t *fs_pool; member