Searched refs:primes (Results 1 – 2 of 2) sorted by relevance
11 struct primes { struct14 unsigned long primes[]; argument18 static const struct primes small_primes = {21 .primes = {43 static const struct primes small_primes = {46 .primes = {65 static const struct primes __rcu *primes = RCU_INITIALIZER(&small_primes); variable111 const struct primes *p; in expand_to_next_prime()112 struct primes *new; in expand_to_next_prime()134 p = rcu_dereference_protected(primes, lockdep_is_held(&lock)); in expand_to_next_prime()[all …]
523 const int primes[] = {2,3,5,7,11,13,17,19}; in bitmap() local530 for (i = 0; i < ARRAY_SIZE(primes); ++i) in bitmap()531 set_bit(primes[i], bits); in bitmap()