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

/linux-4.4.14/include/net/
H A Daf_unix.h9 void unix_inflight(struct user_struct *user, struct file *fp);
/linux-4.4.14/net/unix/
H A Dgarbage.c119 void unix_inflight(struct user_struct *user, struct file *fp) unix_inflight() function
136 user->unix_inflight++; unix_inflight()
155 user->unix_inflight--; unix_notinflight()
H A Daf_unix.c1517 * The "user->unix_inflight" variable is protected by the garbage
1526 if (unlikely(user->unix_inflight > task_rlimit(p, RLIMIT_NOFILE))) too_many_unix_fds()
1564 unix_inflight(scm->fp->user, scm->fp->fp[i]); unix_attach_fds()
/linux-4.4.14/include/linux/
H A Dsched.h833 unsigned long unix_inflight; /* How many files in flight in unix sockets */ member in struct:user_struct

Completed in 143 milliseconds