Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Didentcpu-v6.c193 uint32_t type, val, size, sets, ways, linesize; in print_v7_cache() local
212 linesize = 1 << (CPUV7_CT_xSIZE_LEN(val) + 4); in print_v7_cache()
213 size = (ways * sets * linesize) / 1024; in print_v7_cache()
217 size, linesize,ways); in print_v7_cache()
220 size, linesize, ways); in print_v7_cache()
237 linesize = 1 << (CPUV7_CT_xSIZE_LEN(val) + 4); in print_v7_cache()
238 size = (ways * sets * linesize) / 1024; in print_v7_cache()
240 size, linesize, ways); in print_v7_cache()
/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c629 const int linesize = 128; in sysctl_tcp_hc_list() local
641 sbuf_new(&sb, NULL, linesize * (V_tcp_hostcache.cache_count + 1), in sysctl_tcp_hc_list()
H A Dtcp_fastopen.c1156 const int linesize = 128; in sysctl_net_inet_tcp_fastopen_ccache_list() local
1180 sbuf_new(&sb, NULL, linesize * (num_entries + 1), SBUF_INCLUDENUL); in sysctl_net_inet_tcp_fastopen_ccache_list()