Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\locking\rtmutex.c Create Date:2022-07-28 09:52:24
Last Modify:2020-03-17 14:26:38 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Performs the wakeup of the the top-waiter and re-enables preemption.

Proto:void rt_mutex_postunlock(struct wake_q_head *wake_q)

Type:void

Parameter:

TypeParameterName
struct wake_q_head *wake_q
1447  wake_up_q(wake_q)
1450  preempt_enable()
Caller
NameDescribe
rt_mutex_fastunlock
rt_mutex_futex_unlock
wake_futex_piCaller must hold a reference on @pi_state.