Home
last modified time | relevance | path

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

/linux/net/unix/
A Dgarbage.c234 long inflight_refs; in unix_gc() local
237 inflight_refs = atomic_long_read(&u->inflight); in unix_gc()
239 BUG_ON(inflight_refs < 1); in unix_gc()
240 BUG_ON(total_refs < inflight_refs); in unix_gc()
241 if (total_refs == inflight_refs) { in unix_gc()

Completed in 4 milliseconds