Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\futex.c Create Date:2022-07-28 10:54:54
Last Modify:2020-03-17 15:28:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sys_set_robust_list() - Set the robust-futex list head of a task*@head: pointer to the list-head*@len: length of the list-head, as userspace expects

Proto:SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, size_t, len)

Type:

Parameter:Nothing

3484  If Not futex_cmpxchg_enabled Then Return -ENOSYS
3489  If Value for the false possibility is greater at compile time(len != size of head ) Then Return -EINVAL
3492  robust_list = head
3494  Return 0