Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDpcpu.h214 zpcpu_get_cpu(void *base, int cpu) in zpcpu_get_cpu() function
/NextBSD/sys/netinet/
HDip_id.c282 arc4rand(zpcpu_get_cpu(V_ip_id, i), sizeof(uint64_t), 0); in ipid_sysinit()
/NextBSD/sys/net/
HDflowtable.c760 b = zpcpu_get_cpu(ft->ft_masks, i); in flowtable_alloc()
1046 return (zpcpu_get_cpu(*ft->ft_masks, cpuid)); in flowtable_mask_pcpu()
1053 return (zpcpu_get_cpu(&ft->ft_table[hash % ft->ft_size], cpuid)); in flowtable_list_pcpu()
/NextBSD/sys/vm/
HDuma_core.c3343 bzero(zpcpu_get_cpu(item, i), zone->uz_size);