Searched refs:swaphash (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/batman-adv/
H A Dtranslation-table.c66 struct hashtable_t *swaphash; local
114 swaphash = hash_resize(hna_local_hash,
117 if (swaphash == NULL)
120 hna_local_hash = swaphash;
300 struct hashtable_t *swaphash; local
367 swaphash = hash_resize(hna_global_hash,
370 if (swaphash == NULL)
373 hna_global_hash = swaphash;
H A Doriginator.c125 struct hashtable_t *swaphash; local
165 swaphash = hash_resize(orig_hash, orig_hash->size * 2);
167 if (swaphash == NULL)
171 orig_hash = swaphash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dtranslation-table.c66 struct hashtable_t *swaphash; local
114 swaphash = hash_resize(hna_local_hash,
117 if (swaphash == NULL)
120 hna_local_hash = swaphash;
300 struct hashtable_t *swaphash; local
367 swaphash = hash_resize(hna_global_hash,
370 if (swaphash == NULL)
373 hna_global_hash = swaphash;
H A Doriginator.c125 struct hashtable_t *swaphash; local
165 swaphash = hash_resize(orig_hash, orig_hash->size * 2);
167 if (swaphash == NULL)
171 orig_hash = swaphash;

Completed in 146 milliseconds