Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\wait_bit.h Create Date:2022-07-28 05:41:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:wait_on_bit_action - wait for a bit to be cleared*@word: the word being waited on, a kernel virtual address*@bit: the bit of the word being waited on*@action: the function used to sleep, which may take special actions*@mode: the task state to sleep in*

Proto:static inline int wait_on_bit_action(unsigned long *word, int bit, wait_bit_action_f *action, unsigned mode)

Type:int

Parameter:

TypeParameterName
unsigned long *word
intbit
wait_bit_action_f *action
unsignedmode
153  might_sleep()
154  If Not st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from Then Return 0
156  Return out_of_line_wait_on_bit(word, bit, action, mode)