函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\wait_bit.c Create Date:2022-07-27 10:41:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:out_of_line_wait_on_bit

函数原型:int __sched out_of_line_wait_on_bit(void *word, int bit, wait_bit_action_f *action, unsigned mode)

返回类型:int

参数:

类型参数名称
void *word
intbit
wait_bit_action_f *action
unsignedmode
61  wq_head等于bit_waitqueue(word, bit)
64  返回:To allow interruptible waiting and asynchronous (i.e. nonblocking)* waiting, the actions of __wait_on_bit() and __wait_on_bit_lock() are* permitted return codes. Nonzero return codes halt waiting and return.