Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched.h Create Date:2022-07-28 05:59:46
Last Modify:2021-07-28 10:30:23 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available:

Proto:static inline void set_tsk_thread_flag(struct task_struct *tsk, int flag)

Type:void

Parameter:

TypeParameterName
struct task_struct *tsk
intflag
1731  lag set/clear/test wrappers* - pass TIF_xxxx constants to these functions
Caller
NameDescribe
do_debugOur 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
fpu__copy
enable_single_stepEnable single-stepping. Return nonzero if user mode is not using TF itself.
set_task_blockstep
task_update_spec_tif
ptrace_resume
recalc_sigpending_tsk
calculate_sigpending
signal_wake_up_stateTell a process that it has a new active signal
klp_start_transitionStart the transition to the specified target patch state so tasks can begin* switching to it.
audit_allocaudit_alloc - allocate an audit context block for a task*@tsk: task* Filter on the task information and allocate a per-task audit context* if necessary. Doing so turns on system call auditing for the* specified task
seccomp_assign_mode
uprobe_deny_signalIf 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_registerRequest a notification when the current cpu returns to userspace. Must be* called in atomic context. The notifier will also be called in atomic* context.
context_tracking_cpu_set
restart_syscall