Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c450 struct user_struct *user; member
8364 fpl->user = get_uid(current_user()); in __io_sqe_files_scm()
8371 unix_inflight(fpl->user, fpl->fp[nr_files]); in __io_sqe_files_scm()
8391 free_uid(fpl->user); in __io_sqe_files_scm()
8466 unix_notinflight(fp->user, fp->fp[i]); in io_rsrc_file_put()
8977 static inline void __io_unaccount_mem(struct user_struct *user, in __io_unaccount_mem() argument
8980 atomic_long_sub(nr_pages, &user->locked_vm); in __io_unaccount_mem()
8983 static inline int __io_account_mem(struct user_struct *user, in __io_account_mem() argument
8992 cur_pages = atomic_long_read(&user->locked_vm); in __io_account_mem()
8996 } while (atomic_long_cmpxchg(&user->locked_vm, cur_pages, in __io_account_mem()
[all …]