Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\rcutorture.c Create Date:2022-07-28 10:22:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Give the scheduler a chance, even on nohz_full CPUs.

Proto:static void rcu_torture_fwd_prog_cond_resched(unsigned long iter)

Type:void

Parameter:

TypeParameterName
unsigned longiter
1733  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_PREEMPT) && IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_NO_HZ_FULL) Then
1735  If need_resched() || iter & 0xfff Then schedule()
1737  Return
1740  cond_resched()
Caller
NameDescribe
rcu_torture_fwd_prog_cbfreeFree all callbacks on the rcu_fwd_cb_head list, either because the* test is over or because we hit an OOM event.
rcu_torture_fwd_prog_crCarry out call_rcu() forward-progress testing.