Searched hist:"7 cb5dd8e" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue.c | 7cb5dd8e Mon May 31 11:50:36 CDT 2021 André Almeida <andrealmeid@collabora.com> selftests: futex: Add futex compare requeue test
Add testing for futex_cmp_requeue(). The first test just requeues from one waiter to another one, and wakes it. The second performs both wake and requeue, and checks the return values to see if the operation woke/requeued the expected number of waiters.
Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Davidlohr Bueso <dbueso@suse.de> Link: https://lore.kernel.org/r/20210531165036.41468-3-andrealmeid@collabora.com
|
H A D | .gitignore | 7cb5dd8e Mon May 31 11:50:36 CDT 2021 André Almeida <andrealmeid@collabora.com> selftests: futex: Add futex compare requeue test
Add testing for futex_cmp_requeue(). The first test just requeues from one waiter to another one, and wakes it. The second performs both wake and requeue, and checks the return values to see if the operation woke/requeued the expected number of waiters.
Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Davidlohr Bueso <dbueso@suse.de> Link: https://lore.kernel.org/r/20210531165036.41468-3-andrealmeid@collabora.com
|
H A D | run.sh | 7cb5dd8e Mon May 31 11:50:36 CDT 2021 André Almeida <andrealmeid@collabora.com> selftests: futex: Add futex compare requeue test
Add testing for futex_cmp_requeue(). The first test just requeues from one waiter to another one, and wakes it. The second performs both wake and requeue, and checks the return values to see if the operation woke/requeued the expected number of waiters.
Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Davidlohr Bueso <dbueso@suse.de> Link: https://lore.kernel.org/r/20210531165036.41468-3-andrealmeid@collabora.com
|
H A D | Makefile | 7cb5dd8e Mon May 31 11:50:36 CDT 2021 André Almeida <andrealmeid@collabora.com> selftests: futex: Add futex compare requeue test
Add testing for futex_cmp_requeue(). The first test just requeues from one waiter to another one, and wakes it. The second performs both wake and requeue, and checks the return values to see if the operation woke/requeued the expected number of waiters.
Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Davidlohr Bueso <dbueso@suse.de> Link: https://lore.kernel.org/r/20210531165036.41468-3-andrealmeid@collabora.com
|