Home
last modified time | relevance | path

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

/linux/net/unix/
H A Dgarbage.c130 static unsigned char unix_graph_state; variable
140 WRITE_ONCE(unix_graph_state, UNIX_GRAPH_MAYBE_CYCLIC); in unix_update_graph()
542 WRITE_ONCE(unix_graph_state, in unix_walk_scc()
576 WRITE_ONCE(unix_graph_state, in unix_walk_scc_fast()
589 if (unix_graph_state == UNIX_GRAPH_NOT_CYCLIC) { in unix_gc()
596 if (unix_graph_state == UNIX_GRAPH_CYCLIC) in unix_gc()
619 if (READ_ONCE(unix_graph_state) == UNIX_GRAPH_NOT_CYCLIC) in unix_schedule_gc()