Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Ddebug.c2448 static inline int chance(unsigned int n, unsigned int out_of) in chance() argument
2450 return !!((prandom_u32() % out_of) + 1 <= n); in chance()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Ddebug.c2495 static inline int chance(unsigned int n, unsigned int out_of) in chance() argument
2497 return !!((prandom_u32() % out_of) + 1 <= n); in chance()