Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dsock.c331 struct static_key memalloc_socks = STATIC_KEY_INIT_FALSE; variable
332 EXPORT_SYMBOL_GPL(memalloc_socks);
346 static_key_slow_inc(&memalloc_socks); in sk_set_memalloc()
354 static_key_slow_dec(&memalloc_socks); in sk_clear_memalloc()
/linux-4.4.14/include/net/
Dsock.h767 extern struct static_key memalloc_socks;
770 return static_key_false(&memalloc_socks); in sk_memalloc_socks()