Searched refs:ft_table (Results 1 – 2 of 2) sorted by relevance
128 struct flist **ft_table; member431 return (zpcpu_get(ft->ft_table[hash % ft->ft_size])); in flowtable_list()745 ft->ft_table = malloc(ft->ft_size * sizeof(struct flist), in flowtable_alloc()748 ft->ft_table[i] = uma_zalloc(pcpu_zone_ptr, M_WAITOK | M_ZERO); in flowtable_alloc()1049 return (zpcpu_get_cpu(&ft->ft_table[hash % ft->ft_size], cpuid)); in flowtable_list_pcpu()
169 struct filedescent *ft_table; member1602 ft->ft_table = otable; in fdgrowtable()1903 free(ft->ft_table, M_FILEDESC); in fddrop()