Function report |
Source Code:include\linux\sched.h |
Create Date:2022-07-28 05:59:47 |
Last Modify:2021-07-28 10:30:23 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_tsk_need_resched
Proto:static inline void set_tsk_need_resched(struct task_struct *tsk)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | tsk |
1762 | Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available: |
Name | Describe |
---|---|
set_nr_and_not_polling | |
resched_curr | sched_curr - mark rq's current task 'to be rescheduled now'.* On UP this means the setting of the need_resched flag, on SMP it* might also involve a cross-CPU call to trigger the scheduler on* the target CPU. |
idle_inject_timer_fn | |
rcu_sched_clock_irq | This function is invoked from each scheduling-clock interrupt,* and checks to see if this CPU is in a non-context-switch quiescent* state, for example, user mode or idle loop. It also schedules RCU* core processing |
rcu_core | Perform RCU core processing work for the current CPU. |
rcu_sched_clock_irq | Check to see if the scheduling-clock interrupt came from an extended* quiescent state, and, if so, tell RCU about it. This function must* be called from hardirq context. It is normally called from the* scheduling-clock interrupt. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |