Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Start of new grace period, so record stall time (and forcing times).

Proto:static void record_gp_stall_check_time(void)

Type:void

Parameter:Nothing

102  j = jiffies
105  Time at which GP started, = j
106  j1 = Limit-check stall timeouts specified at boottime and runtime.
108  smp_store_release( & Time at which to check , j + j1)
109  Time at which to resched = j + j1 / 2
110  Snapshot of n_force_qs at = READ_ONCE(Number of calls to )