Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:futex_wait_restart

Proto:static long futex_wait_restart(struct restart_block *restart)

Type:long

Parameter:

TypeParameterName
struct restart_block *restart
2854  __user * uaddr = uaddr
2855  ktime_t t, * tp = NULL
2857  If flags & FLAGS_HAS_TIMEOUT Then
2858  t = time
2859  tp = t
2861  fn = do_no_restart_syscall
2863  Return futex_wait(uaddr, flags, val, tp, bitset)