Searched refs:fdtable (Results 1 – 5 of 5) sorted by relevance
28 table are in a separate structure - struct fdtable.29 files_struct contains a pointer to struct fdtable through32 expansion of fdtable, a new fdtable structure is allocated33 and files->fdtab points to the new structure. The fdtable35 see the old fdtable or the new fdtable making the update37 the fdtable structure -39 1. All references to the fdtable must be done through42 struct fdtable *fdt;55 The fdtable pointer must be read within the read-side91 fdtable and making the earlier fdtable pointer stale.[all …]
55 static inline void copy_fd_bitmaps(struct fdtable *nfdt, struct fdtable *ofdt, in copy_fd_bitmaps()72 static void copy_fdtable(struct fdtable *nfdt, struct fdtable *ofdt) in copy_fdtable()103 struct fdtable *fdt; in alloc_fdtable()214 struct fdtable *fdt; in expand_files()490 struct fdtable *fdt; in alloc_fd()591 struct fdtable *fdt; in fd_install()678 struct fdtable *fdt; in __range_cloexec()799 struct fdtable *fdt; in do_close_on_exec()1179 struct fdtable *fdt; in set_close_on_exec()1203 struct fdtable *fdt; in do_dup2()[all …]
422 struct fdtable *fdt; in max_select_fd()629 struct fdtable *fdt; in core_sys_select()1201 struct fdtable *fdt; in compat_core_sys_select()
26 struct fdtable { struct46 struct fdtable __rcu *fdt; argument47 struct fdtable fdtab;74 struct fdtable *fdt = rcu_dereference_raw(files->fdt); in files_lookup_fd_raw()
294 struct fdtable *fdt; in proc_readfd_count()
Completed in 12 milliseconds