Home
last modified time | relevance | path

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

/linux/drivers/char/hw_random/
H A Dbcm74110-rng.c45 u32 max_words = max / sizeof(u32); in bcm74110_rng_read() local
67 if (num_words > max_words) in bcm74110_rng_read()
68 num_words = max_words; in bcm74110_rng_read()
H A Dbcm2835-rng.c67 u32 max_words = max / sizeof(u32); in bcm2835_rng_read() local
77 if (num_words > max_words) in bcm2835_rng_read()
78 num_words = max_words; in bcm2835_rng_read()
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_bits_iter.c180 int max_words(void) in max_words() function