Searched defs:memalloc_socks (Results 1 - 1 of 1) sorted by relevance

/net/core/
H A Dsock.c328 struct static_key memalloc_socks = STATIC_KEY_INIT_FALSE; variable in typeref:struct:static_key
329 EXPORT_SYMBOL_GPL(memalloc_socks); variable
343 static_key_slow_inc(&memalloc_socks);
351 static_key_slow_dec(&memalloc_socks);

Completed in 44 milliseconds