Searched refs:bd_rtout (Results 1 – 2 of 2) sorted by relevance
110 u_int32_t bd_rtout; /* Read timeout in 'ticks' */ member
692 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in bpf_start_timer()693 tv.tv_sec = d->bd_rtout / hz; in bpf_start_timer()694 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpf_start_timer()1105 error = BPF_SLEEP(d, PRINET | PCATCH, "bpf", d->bd_rtout); in bpfread()1898 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()1916 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()1928 tv.tv_sec = d->bd_rtout / hz; in bpfioctl()1929 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()1938 tv.tv_sec = d->bd_rtout / hz; in bpfioctl()1939 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()