gpt4 book ai didi

linux - 检索 tasklet 的 pid

转载 作者:太空宇宙 更新时间:2023-11-04 12:52:55 26 4
gpt4 key购买 nike

如何获取执行 tasklet 函数的任务的 pid。 current->pid 不会工作,因为 tasklet 在中断上下文中运行。当前很可能指的是被中断的任务。

最佳答案

从您需要 pid 的任务中传递它。

static DECLARE_TASKLET(ttasklet, &ttasklet_work, (unsigned long)&tshared_data);

在您的代码中某处的进程上下文或您可以获得 pid 的地方,然后将 pid 添加到结构 tshared_data.

关于linux - 检索 tasklet 的 pid,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36583764/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com