Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/unix/
A Dgarbage.c240 long inflight_refs; in unix_gc() local
243 inflight_refs = atomic_long_read(&u->inflight); in unix_gc()
245 BUG_ON(inflight_refs < 1); in unix_gc()
246 BUG_ON(total_refs < inflight_refs); in unix_gc()
247 if (total_refs == inflight_refs) { in unix_gc()

Completed in 4 milliseconds