Searched refs:bd_rtout (Results 1 – 2 of 2) sorted by relevance
113 uint32_t bd_rtout; /* Read timeout in 'ticks' */ member
857 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in bpf_start_timer()858 tv.tv_sec = d->bd_rtout / hz; in bpf_start_timer()859 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpf_start_timer()1294 error = BPF_SLEEP(d, PRINET | PCATCH, "bpf", d->bd_rtout); in bpfread()2239 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()2257 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()2269 tv.tv_sec = d->bd_rtout / hz; in bpfioctl()2270 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()2279 tv.tv_sec = d->bd_rtout / hz; in bpfioctl()2280 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()