Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dsock.c330 struct static_key memalloc_socks = STATIC_KEY_INIT_FALSE; variable
331 EXPORT_SYMBOL_GPL(memalloc_socks);
345 static_key_slow_inc(&memalloc_socks); in sk_set_memalloc()
353 static_key_slow_dec(&memalloc_socks); in sk_clear_memalloc()
/linux-4.1.27/include/net/
Dsock.h749 extern struct static_key memalloc_socks;
752 return static_key_false(&memalloc_socks); in sk_memalloc_socks()