Searched refs:fd_files (Results 1 – 4 of 4) sorted by relevance
| /src/sys/sys/ |
| H A D | filedesc.h | 115 struct fdescenttbl *fd_files; /* open files table */ member 144 #define fd_nfiles fd_files->fdt_nfiles 145 #define fd_ofiles fd_files->fdt_ofiles 358 return (!seqc_consistent(fd_seqc(fdp->fd_files, fd), seqc)); in fd_modified()
|
| /src/sys/kern/ |
| H A D | kern_descrip.c | 1530 fdt = atomic_load_ptr(&fdp->fd_files); in close_range_flags() 1556 fdt = atomic_load_ptr(&fdp->fd_files); in close_range_impl() 1573 fdt = atomic_load_ptr(&fdp->fd_files); in close_range_impl() 2012 otable = fdp->fd_files; in fdgrowtable() 2055 atomic_store_rel_ptr((volatile void *)&fdp->fd_files, (uintptr_t)ntable); in fdgrowtable() 2340 newfdp->fd_files = (struct fdescenttbl *)&newfdp0->fd_dfiles; in fdinit() 2341 newfdp->fd_files->fdt_nfiles = NDFILE; in fdinit() 2727 free(fdp->fd_files, M_FILEDESC); in fdescfree_fds() 3180 fdt = atomic_load_ptr(&fdp->fd_files); in fget_remote_foreach() 3224 fdt = fdp->fd_files; in fgetvp_lookup_smr() [all …]
|
| H A D | kern_event.c | 3058 fdp->fd_files->fdt_ofiles[kn->kn_kevent.ident].fde_file == NULL)) in kqueue_fork_copy_knote()
|
| /src/lib/libprocstat/ |
| H A D | libprocstat.c | 558 if (!kvm_read_all(kd, (unsigned long)filed.fd_files, &nfiles, in procstat_getfiles_kvm() 560 warnx("can't read fd_files at %p", (void *)filed.fd_files); in procstat_getfiles_kvm() 570 if (!kvm_read_all(kd, (unsigned long)filed.fd_files, fdt, fdt_size)) { in procstat_getfiles_kvm() 571 warnx("cannot read file structures at %p", (void *)filed.fd_files); in procstat_getfiles_kvm()
|