Skip to content

Commit

Permalink
futex_cmp_requeue01: Convert docs to docparse
Browse files Browse the repository at this point in the history
Link: https://lore.kernel.org/ltp/[email protected]/
Reviewed-by: Petr Vorel <[email protected]>
Signed-off-by: Ma Xinjian <[email protected]>
  • Loading branch information
MaXinjian authored and pevik committed Dec 18, 2024
1 parent ba9f721 commit 9c38a4e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions testcases/kernel/syscalls/futex/futex_cmp_requeue01.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (C) 2019 Xiao Yang <[email protected]>
*/

/*\
* [Description]
*
* Verify the basic functionality of futex(FUTEX_CMP_REQUEUE).
*
* Description:
* Testcase to check the basic functionality of futex(FUTEX_CMP_REQUEUE).
* futex(FUTEX_CMP_REQUEUE) can wake up the number of waiters specified
* by val argument and then requeue the number of waiters limited by val2
* argument(i.e. move some remaining waiters from uaddr to uaddr2 address).
* argument (i.e. move some remaining waiters from uaddr to uaddr2 address).
*/

#include <errno.h>
Expand Down

0 comments on commit 9c38a4e

Please sign in to comment.