Home
last modified time | relevance | path

Searched defs:refcount_add_not_zero (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Drefcount.h59 #define refcount_add_not_zero refcount_add_not_zero_checked macro
74 static inline __must_check bool refcount_add_not_zero(unsigned int i, refcount_t *r) in refcount_add_not_zero() function
/Linux-v5.4/arch/x86/include/asm/
Drefcount.h97 bool refcount_add_not_zero(unsigned int i, refcount_t *r) in refcount_add_not_zero() function