函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\io_uring.c Create Date:2022-07-29 10:55:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:io_sq_thread_stop

函数原型:static void io_sq_thread_stop(struct io_ring_ctx *ctx)

返回类型:void

参数:

类型参数名称
struct io_ring_ctx *ctx
4115  如果 if using sq thread polling
4116  wait_for_completion: - waits for completion of a task*@x: holds the state of this particular completion* This waits to be signaled for completion of a specific task. It is NOT* interruptible and there is no timeout.* See also similar routines (i
4122  kthread_park - park a thread created by kthread_create()
4123  结束线程的运行
4124  if using sq thread polling = NULL
调用者
名称描述
io_finish_async