Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif.c3679 static int nettaskqs; in net_tq() local
3681 if (nettaskqs == 0) in net_tq()
3682 nettaskqs = min(NET_TASKQ, ncpus); in net_tq()
3684 sn = &softnets[ifindex % nettaskqs]; in net_tq()