Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c383 counter_u64_t rack_hot_alloc; variable
1795 rack_hot_alloc = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1799 &rack_hot_alloc, in rack_init_sysctls()
3342 counter_u64_free(rack_hot_alloc); in rack_counter_destroy()
3388 counter_u64_add(rack_hot_alloc, 1); in rack_alloc()