Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-rq-qos.c7 static bool atomic_inc_below(atomic_t *v, unsigned int below) in atomic_inc_below() function
27 return atomic_inc_below(&rq_wait->inflight, limit); in rq_wait_inc_below()
/Linux-v4.19/kernel/
Ducount.c182 static inline bool atomic_inc_below(atomic_t *v, int u) in atomic_inc_below() function
206 if (!atomic_inc_below(&iter->ucount[type], max)) in inc_ucount()