Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c634 delay = ddi_get_lbolt() + d->bd_rtout; in bpfread()
1074 d->bd_rtout = drv_usectohz(tv.tv_sec * 1000000 + in bpfioctl()
1076 if ((d->bd_rtout == 0) && (tv.tv_usec != 0)) in bpfioctl()
1077 d->bd_rtout = 1; in bpfioctl()
1089 ticks = drv_hztousec(d->bd_rtout); in bpfioctl()
1154 d->bd_rtout = drv_usectohz(tv.tv_sec * 1000000 + in bpfioctl()
1156 if ((d->bd_rtout == 0) && (tv.tv_usec != 0)) in bpfioctl()
1157 d->bd_rtout = 1; in bpfioctl()
1169 ticks = drv_hztousec(d->bd_rtout); in bpfioctl()
1439 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in bpfchpoll()
[all …]
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h135 ulong_t bd_rtout; /* Read timeout in 'ticks' */ member