Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif.c3567 static int nettaskqs; in net_tq() local
3569 if (nettaskqs == 0) in net_tq()
3570 nettaskqs = min(NET_TASKQ, ncpus); in net_tq()
3572 sn = &softnets[ifindex % nettaskqs]; in net_tq()