Searched refs:__atomic_add_ifless (Results 1 – 1 of 1) sorted by relevance
4155 * __atomic_add_ifless - add if the result is less than a given value.4164 static inline bool __atomic_add_ifless(atomic_t *v, int a, int u) in __atomic_add_ifless() function 4228 rc = __atomic_add_ifless(&o->credit, cnt, o->pool_sz + 1); in bnx2x_credit_pool_put()