Home
last modified time | relevance | path

Searched refs:with_primes (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/lib/math/
H A Dprime_numbers_private.h14 void with_primes(void *ctx, primes_fn fn);
H A Dprime_numbers.c65 void with_primes(void *ctx, primes_fn fn) in with_primes() function
71 EXPORT_SYMBOL(with_primes);
/linux-6.15/lib/math/tests/
H A Dprime_numbers_kunit.c41 with_primes(suite, dump_primes); in kunit_suite_exit()