Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\select.c Create Date:2022-07-28 20:07:02
Last Modify:2020-03-18 10:25:38 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:wait_key_set

Proto:static inline void wait_key_set(poll_table *wait, unsigned long in, unsigned long out, unsigned long bit, __poll_t ll_flag)

Type:void

Parameter:

TypeParameterName
poll_table *wait
unsigned longin
unsigned longout
unsigned longbit
__poll_tll_flag
469  _key = POLLEX_SET | ll_flag
470  If in & bit Then _key |= POLLIN_SET
472  If out & bit Then _key |= POLLOUT_SET
Caller
NameDescribe
do_select