Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/futex/
H A Dfutex.rs646 const ROBUST_LIST_LIMIT: isize = 2048; constant
856 if self.count == ROBUST_LIST_LIMIT { in next()