函数逻辑报告 |
Source Code:include\linux\sched.h |
Create Date:2022-07-27 06:58:36 |
Last Modify:2021-07-28 10:30:23 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:清除线程指定标志
函数原型:static inline void clear_tsk_thread_flag(struct task_struct *tsk, int flag)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | tsk | |
int | flag |
1736 | clear_ti_thread_flag(任务栈信息(tsk), flag) |
名称 | 描述 |
---|---|
do_debug | Our handling of the processor debug registers is non-trivial.* We do not clear them on entry and exit from the kernel. Therefore* it is possible to get a watchpoint trap here from inside the kernel.* However, the code in |
speculation_ctrl_update_tif | |
task | |
enable_single_step | Enable single-stepping. Return nonzero if user mode is not using TF itself. |
set_task_blockstep | |
user_disable_single_step | |
copy_process | 创建进程 |
__exit_signal | This function expects the tasklist_lock write-locked. |
__ptrace_unlink | __ptrace_unlink - unlink ptracee and restore its execution state*@child: ptracee to be unlinked* Remove @child from the ptrace list, move it back to the original parent,* and restore the execution state so that it conforms to the group stop* state |
ptrace_resume | |
flush_signals | Flush all pending signals for this kthread. |
klp_try_switch_task | Try to safely switch a task to the target patch state. If it's currently* running, or it's sleeping on a to-be-patched or to-be-unpatched function, or* if the stack is unreliable, return false. |
klp_try_complete_transition | Try to switch all remaining tasks to the target patch state by walking the* stacks of sleeping tasks and looking for any to-be-patched or* to-be-unpatched functions. If such functions are found, the task can't be* switched yet. |
klp_reverse_transition | This function can be called in the middle of an existing transition to* reverse the direction of the target patch state. This can be done to* effectively cancel an existing enable or disable operation if there are any |
audit_alloc | 安全审计 |
uprobe_deny_signal | If we are singlestepping, then ensure this thread is not connected to* non-fatal signals until completion of singlestep. When xol insn itself* triggers the signal, restart the original insn even if the task is |
user_return_notifier_unregister | Removes a registered user return notifier. Must be called from atomic* context, and from the same cpu registration occurred in. |
zap_threads | |
clear_tsk_need_resched | 清除调度位 |
set_flags |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |