Searched refs:N_PG_HASH (Results 1 – 1 of 1) sorted by relevance
142 #define N_PG_HASH 2048 macro147 #define pager_hash(PN) ((PN)&(N_PG_HASH-1))194 PgHdr *aHash[N_PG_HASH]; /* Hash table to map page number of PgHdr */
Completed in 13 milliseconds