Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Ducount.c175 static inline bool atomic_inc_below(atomic_t *v, int u) in atomic_inc_below() function
199 if (!atomic_inc_below(&iter->ucount[type], max)) in inc_ucount()
/Linux-v5.4/block/
Dblk-rq-qos.c9 static bool atomic_inc_below(atomic_t *v, unsigned int below) in atomic_inc_below() function
29 return atomic_inc_below(&rq_wait->inflight, limit); in rq_wait_inc_below()