Searched hist:"5 e59c1d1" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/futex/include/ |
H A D | futex2test.h | 5e59c1d1 Thu Sep 23 12:11:08 CDT 2021 André Almeida <andrealmeid@collabora.com> selftests: futex: Add sys_futex_waitv() test
Create a new file to test the waitv mechanism. Test both private and shared futexes. Wake the last futex in the array, and check if the return value from futex_waitv() is the right index.
Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20210923171111.300673-20-andrealmeid@collabora.com
|
/openbmc/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_waitv.c | 5e59c1d1 Thu Sep 23 12:11:08 CDT 2021 André Almeida <andrealmeid@collabora.com> selftests: futex: Add sys_futex_waitv() test
Create a new file to test the waitv mechanism. Test both private and shared futexes. Wake the last futex in the array, and check if the return value from futex_waitv() is the right index.
Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20210923171111.300673-20-andrealmeid@collabora.com
|
H A D | .gitignore | 5e59c1d1 Thu Sep 23 12:11:08 CDT 2021 André Almeida <andrealmeid@collabora.com> selftests: futex: Add sys_futex_waitv() test
Create a new file to test the waitv mechanism. Test both private and shared futexes. Wake the last futex in the array, and check if the return value from futex_waitv() is the right index.
Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20210923171111.300673-20-andrealmeid@collabora.com
|
H A D | run.sh | 5e59c1d1 Thu Sep 23 12:11:08 CDT 2021 André Almeida <andrealmeid@collabora.com> selftests: futex: Add sys_futex_waitv() test
Create a new file to test the waitv mechanism. Test both private and shared futexes. Wake the last futex in the array, and check if the return value from futex_waitv() is the right index.
Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20210923171111.300673-20-andrealmeid@collabora.com
|
H A D | Makefile | 5e59c1d1 Thu Sep 23 12:11:08 CDT 2021 André Almeida <andrealmeid@collabora.com> selftests: futex: Add sys_futex_waitv() test
Create a new file to test the waitv mechanism. Test both private and shared futexes. Wake the last futex in the array, and check if the return value from futex_waitv() is the right index.
Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20210923171111.300673-20-andrealmeid@collabora.com
|