Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_descrip.c2003 struct fdescenttbl *ntable; in fdgrowtable() local
2028 ntable = malloc(offsetof(struct fdescenttbl, fdt_ofiles) + in fdgrowtable()
2029 nnfiles * sizeof(ntable->fdt_ofiles[0]) + in fdgrowtable()
2033 ntable->fdt_nfiles = nnfiles; in fdgrowtable()
2034 memcpy(ntable->fdt_ofiles, otable->fdt_ofiles, in fdgrowtable()
2035 onfiles * sizeof(ntable->fdt_ofiles[0])); in fdgrowtable()
2055 atomic_store_rel_ptr((volatile void *)&fdp->fd_files, (uintptr_t)ntable); in fdgrowtable()