Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dsock.c282 DEFINE_STATIC_KEY_FALSE(memalloc_socks_key); variable
283 EXPORT_SYMBOL_GPL(memalloc_socks_key); variable
297 static_branch_inc(&memalloc_socks_key); in sk_set_memalloc()
305 static_branch_dec(&memalloc_socks_key); in sk_clear_memalloc()
/kernel/linux/linux-6.6/net/core/
H A Dsock.c293 DEFINE_STATIC_KEY_FALSE(memalloc_socks_key); variable
294 EXPORT_SYMBOL_GPL(memalloc_socks_key); variable
308 static_branch_inc(&memalloc_socks_key); in sk_set_memalloc()
316 static_branch_dec(&memalloc_socks_key); in sk_clear_memalloc()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h935 DECLARE_STATIC_KEY_FALSE(memalloc_socks_key); variable
938 return static_branch_unlikely(&memalloc_socks_key); in sk_memalloc_socks()
/kernel/linux/linux-6.6/include/net/
H A Dsock.h996 DECLARE_STATIC_KEY_FALSE(memalloc_socks_key); variable
999 return static_branch_unlikely(&memalloc_socks_key); in sk_memalloc_socks()

Completed in 19 milliseconds