Searched refs:fdp0 (Results 1 – 1 of 1) sorted by relevance
1799 struct filedesc0 *fdp0; in fdgrowtable() local1878 fdp0 = (struct filedesc0 *)fdp; in fdgrowtable()1880 SLIST_INSERT_HEAD(&fdp0->fd_free, ft, ft_next); in fdgrowtable()2525 struct filedesc0 *fdp0; in fdescfree_fds() local2560 fdp0 = (struct filedesc0 *)fdp; in fdescfree_fds()2561 SLIST_FOREACH_SAFE(ft, &fdp0->fd_free, ft_next, tft) in fdescfree_fds()