Home
last modified time | relevance | path

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

/freebsd/tests/sys/kern/
H A Dfdgrowtable_test.c65 SLIST_ENTRY(freetable) ft_next;
105 SLIST_FOREACH(ft, &fdp0.fd_free, ft_next) { in old_tables()
/freebsd/sys/dev/netmap/
H A Dnetmap_vale.c519 ft[ft_i].ft_next = NM_FT_NULL; in nm_vale_preflush()
801 ft[d->bq_tail].ft_next = i; in nm_vale_flush()
958 next = ft_p->ft_next; in nm_vale_flush()
961 brd_next = ft_p->ft_next; in nm_vale_flush()
H A Dnetmap_kern.h2225 uint16_t ft_next; /* next packet to same destination */ member
/freebsd/sys/kern/
H A Dkern_descrip.c172 SLIST_ENTRY(freetable) ft_next;
1974 SLIST_INSERT_HEAD(&fdp0->fd_free, ft, ft_next); in fdgrowtable()
2574 SLIST_FOREACH_SAFE(ft, &fdp0->fd_free, ft_next, tft) in fdescfree_fds()