Home | History | Annotate | Download | only in linux
History log of /src/sys/external/bsd/drm2/linux/linux_wait_bit.c
RevisionDateAuthorComments
 1.5  19-Dec-2021  riastradh linux: Fix wait_bit semantics.

- wait_on_bit is supposed to wait until the bit is cleared, not set.

- wait_on_bit_timeout is supposed to return 0 on success, -EAGAIN on
faiure.

Omit wake_up_bit; nothing uses it and clear_and_wake_up_bit is a more
semantically coherent operation.
 1.4  19-Dec-2021  riastradh linux: Add clear_and_wake_up_bit.
 1.3  19-Dec-2021  riastradh wait_on_bit
 1.2  19-Dec-2021  riastradh Fix thinko: ERESTART, not EWOULDBLOCK.
 1.1  19-Dec-2021  riastradh linux/wait_bit.h

RSS XML Feed