Home
last modified time | relevance | path

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

/include/linux/
A Dkref.h23 #define KREF_INIT(n) { .refcount = REFCOUNT_INIT(n), }
A Drefcount.h113 #define REFCOUNT_INIT(n) { .refs = ATOMIC_INIT(n), } macro

Completed in 4 milliseconds