Home
last modified time | relevance | path

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

/openbsd/usr.bin/systat/
H A Dmbufs.c218 mib[1] = KERN_NETLIVELOCKS; in read_mb()
/openbsd/sys/sys/
H A Dsysctl.h180 #define KERN_NETLIVELOCKS 76 /* int: number of network livelocks */ macro
/openbsd/sys/kern/
H A Dkern_sysctl.c387 {KERN_NETLIVELOCKS, &int_zero, SYSCTL_INT_READONLY},
601 case KERN_NETLIVELOCKS: in kern_sysctl()
/openbsd/sbin/sysctl/
H A Dsysctl.c514 case KERN_NETLIVELOCKS: in parse()