Home
last modified time | relevance | path

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

/linux/net/unix/
H A Dgarbage.c225 WRITE_ONCE(fpl->user->unix_inflight, fpl->user->unix_inflight + fpl->count); in unix_add_edges()
256 WRITE_ONCE(fpl->user->unix_inflight, fpl->user->unix_inflight - fpl->count); in unix_del_edges()
617 READ_ONCE(fpl->user->unix_inflight) < UNIX_INFLIGHT_SANE_USER) in wait_for_unix_gc()
H A Daf_unix.c1957 if (unlikely(READ_ONCE(user->unix_inflight) > task_rlimit(p, RLIMIT_NOFILE))) in too_many_unix_fds()
/linux/include/linux/sched/
H A Duser.h19 unsigned long unix_inflight; /* How many files in flight in unix sockets */ member