Searched refs:ntable (Results 1 – 1 of 1) sorted by relevance
1896 struct fdescenttbl *ntable; in fdgrowtable() local1921 ntable = malloc(offsetof(struct fdescenttbl, fdt_ofiles) + in fdgrowtable()1922 nnfiles * sizeof(ntable->fdt_ofiles[0]) + in fdgrowtable()1926 ntable->fdt_nfiles = nnfiles; in fdgrowtable()1927 memcpy(ntable->fdt_ofiles, otable->fdt_ofiles, in fdgrowtable()1928 onfiles * sizeof(ntable->fdt_ofiles[0])); in fdgrowtable()1948 atomic_store_rel_ptr((volatile void *)&fdp->fd_files, (uintptr_t)ntable); in fdgrowtable()