Searched defs:REFCOUNT_INIT (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/include/linux/
H A Drefcount.h56 #define REFCOUNT_INIT(n) { .refs = ATOMIC_INIT(n), } macro
/linux-master/include/linux/
H A Drefcount.h104 #define REFCOUNT_INIT(n) { .refs = ATOMIC_INIT(n), } macro

Completed in 125 milliseconds