Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Ddebug.c2494 static inline int chance(unsigned int n, unsigned int out_of) in chance() argument
2496 return !!((prandom_u32() % out_of) + 1 <= n); in chance()
/openbmc/linux/fs/ubifs/
H A Ddebug.c2472 static inline int chance(unsigned int n, unsigned int out_of) in chance() argument
2474 return !!(get_random_u32_below(out_of) + 1 <= n); in chance()