summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_timeout.c
diff options
context:
space:
mode:
authorcheloha <cheloha@openbsd.org>2019-07-18 23:47:33 +0000
committercheloha <cheloha@openbsd.org>2019-07-18 23:47:33 +0000
commit168ba30ce1cad698f2a471e61f34be9df65ff948 (patch)
tree7ee41852986f7615e888536c9117195b90ff5d7b /sys/kern/kern_timeout.c
parentfollow up to 'once rule' expiration (diff)
downloadwireguard-openbsd-168ba30ce1cad698f2a471e61f34be9df65ff948.tar.xz
wireguard-openbsd-168ba30ce1cad698f2a471e61f34be9df65ff948.zip
R.I.P. UVM_WAIT(). Use tsleep_nsec(9) directly.
UVM_WAIT() doesn't provide much of a useful abstraction. All callers tsleep forever and no callers set PCATCH, so only 2 of 4 parameters are actually used. Might as well just use tsleep_nsec(9) directly and make the uvm code a bit less specialized. Suggested by mpi@. ok mpi@ visa@ millert@
Diffstat (limited to 'sys/kern/kern_timeout.c')
0 files changed, 0 insertions, 0 deletions