Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Ddebug.c2476 static inline int chance(unsigned int n, unsigned int out_of) in chance() argument
2478 return !!(get_random_u32_below(out_of) + 1 <= n); in chance()