Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk.h Create Date:2022-07-28 12:15:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:reate_io_context - try to create task->io_context*@gfp_mask: allocation mask*@node: allocation node* If %current->io_context is %NULL, allocate a new io_context and install* it. Returns the current %current->io_context which may be %NULL if

Proto:static inline struct io_context *create_io_context(gfp_t gfp_mask, int node)

Type:struct io_context

Parameter:

TypeParameterName
gfp_tgfp_mask
intnode
299  WARN_ON_ONCE(Some architectures don't define arch_irqs_disabled(), so even if either* definition would be fine we need to use different ones for the time being* to avoid build issues.())
300  If Value for the false possibility is greater at compile time(!io_context) Then create_task_io_context(current process, gfp_mask, node)
302  Return io_context
Caller
NameDescribe
generic_make_request_checks