Searched refs:unix_inflight (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/sched/
H A Duser.h19 unsigned long unix_inflight; /* How many files in flight in unix sockets */ member in struct:user_struct
/linux-master/net/unix/
H A Dgarbage.c112 void unix_inflight(struct user_struct *user, struct file *filp) function
131 WRITE_ONCE(user->unix_inflight, user->unix_inflight + 1);
154 WRITE_ONCE(user->unix_inflight, user->unix_inflight - 1);
393 * Paired with the WRITE_ONCE() in unix_inflight(),
404 READ_ONCE(fpl->user->unix_inflight) < UNIX_INFLIGHT_SANE_USER)
H A Daf_unix.c1776 /* The "user->unix_inflight" variable is protected by the garbage
1785 if (unlikely(READ_ONCE(user->unix_inflight) > task_rlimit(p, RLIMIT_NOFILE)))
1806 unix_inflight(scm->fp->user, scm->fp->fp[i]);
/linux-master/include/net/
H A Daf_unix.h23 void unix_inflight(struct user_struct *user, struct file *fp);

Completed in 326 milliseconds