Searched refs:memalloc_socks_key (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/core/
H A Dsock.c290 DEFINE_STATIC_KEY_FALSE(memalloc_socks_key); variable
291 EXPORT_SYMBOL_GPL(memalloc_socks_key); variable
305 static_branch_inc(&memalloc_socks_key);
313 static_branch_dec(&memalloc_socks_key);
/linux-master/include/net/
H A Dsock.h981 DECLARE_STATIC_KEY_FALSE(memalloc_socks_key); variable
984 return static_branch_unlikely(&memalloc_socks_key);

Completed in 189 milliseconds