Searched refs:bd_rtout (Results 1 – 2 of 2) sorted by relevance
123 uint32_t bd_rtout; /* Read timeout in 'ticks' */ member
911 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in bpf_start_timer()912 tv.tv_sec = d->bd_rtout / hz; in bpf_start_timer()913 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpf_start_timer()1348 error = BPF_SLEEP(d, PRINET | PCATCH, "bpf", d->bd_rtout); in bpfread()2299 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()2317 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()2329 tv.tv_sec = d->bd_rtout / hz; in bpfioctl()2330 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()2339 tv.tv_sec = d->bd_rtout / hz; in bpfioctl()2340 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()