Searched refs:primes (Results 1 – 2 of 2) sorted by relevance
10 struct primes { struct13 unsigned long primes[]; argument17 static const struct primes small_primes = {20 .primes = {42 static const struct primes small_primes = {45 .primes = {64 static const struct primes __rcu *primes = RCU_INITIALIZER(&small_primes); variable110 const struct primes *p; in expand_to_next_prime()111 struct primes *new; in expand_to_next_prime()133 p = rcu_dereference_protected(primes, lockdep_is_held(&lock)); in expand_to_next_prime()[all …]
444 const int primes[] = {2,3,5,7,11,13,17,19}; in bitmap() local451 for (i = 0; i < ARRAY_SIZE(primes); ++i) in bitmap()452 set_bit(primes[i], bits); in bitmap()