Home
last modified time | relevance | path

Searched refs:primes_fn (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/lib/math/
H A Dprime_numbers_private.h12 typedef void (*primes_fn)(void *, const struct primes *); typedef
14 void with_primes(void *ctx, primes_fn fn);
H A Dprime_numbers.c65 void with_primes(void *ctx, primes_fn fn) in with_primes()