Searched refs:hash_size (Results 51 - 52 of 52) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c274 .hash_size = RSI_HASHMAX,
510 .hash_size = RSC_HASHMAX,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c11030 int hash_size; member in struct:jbd_revoke_table_s
11046 (block << (hash_shift - 12))) & (table->hash_size - 1);
11113 int journal_init_revoke(journal_t *journal, int hash_size) argument
11121 /* Check that the hash_size is a power of two */
11122 journal->j_revoke->hash_size = hash_size;
11125 tmp = hash_size;
11130 journal->j_revoke->hash_table = malloc(hash_size * sizeof(struct list_head));
11137 for (tmp = 0; tmp < hash_size; tmp++)
11155 for (i=0; i<table->hash_size;
[all...]

Completed in 163 milliseconds

123