Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dfile.c195 cur_fdt = files_fdtable(files); in expand_fdtable()
222 fdt = files_fdtable(files); in expand_files()
342 old_fdt = files_fdtable(oldf); in dup_fd()
373 old_fdt = files_fdtable(oldf); in dup_fd()
533 fdt = files_fdtable(files); in __alloc_fd()
600 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd()
646 fdt = files_fdtable(files); in __fd_install()
677 fdt = files_fdtable(files); in pick_file()
728 cur_max = files_fdtable(cur_fds)->max_fds; in __close_range()
794 fdt = files_fdtable(files); in __close_fd_get_file()
[all …]
H A Dselect.c429 fdt = files_fdtable(current->files); in max_select_fd()
641 fdt = files_fdtable(current->files); in core_sys_select()
1208 fdt = files_fdtable(current->files); in compat_core_sys_select()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfiles.rst40 the files_fdtable() macro::
46 fdt = files_fdtable(files);
53 files_fdtable() uses rcu_dereference() macro which takes care of
106 must be used. However it is advisable to use files_fdtable()
120 fdt = files_fdtable(files);
/OK3568_Linux_fs/kernel/fs/proc/
H A Dfd.c41 struct fdtable *fdt = files_fdtable(files); in seq_show()
270 fd < files_fdtable(files)->max_fds; in proc_readfd_common()
H A Darray.c178 max_fds = files_fdtable(p->files)->max_fds; in task_state()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfdtable.h77 #define files_fdtable(files) \ macro
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtask_iter.c184 max_fds = files_fdtable(curr_files)->max_fds; in task_file_seq_get_next()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_sync_android.c272 fdt = files_fdtable(files); in kbase_sync_fence_out_create()
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMIDevice.c2799 pFDT = files_fdtable( pEachTask->files );
3553 pFDT = files_fdtable( pEachTask->files );
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4556 fdt = files_fdtable(files); in io_close()