Searched refs:init_refcnt (Results 1 – 1 of 1) sorted by relevance
16 static u64 init_refcnt; /* Protected by init_lock, hence not atomic. */ variable161 if (++init_refcnt != 1) in wg_ratelimiter_init()200 --init_refcnt; in wg_ratelimiter_init()208 if (!init_refcnt || --init_refcnt) in wg_ratelimiter_uninit()
Completed in 3 milliseconds