Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:init_rt_rq

Proto:void init_rt_rq(struct rt_rq *rt_rq)

Type:void

Parameter:

TypeParameterName
struct rt_rq *rt_rq
81  array = active
82  When i < MAX_RT_PRIO cycle
83  Initialization list head
84  __clear_bit - Clears a bit in memory*@nr: the bit to clear*@addr: the address to start counting from* Unlike clear_bit(), this function is non-atomic. If it is called on the same* region of memory concurrently, the effect may be that only one operation
87  __set_bit - Set a bit in memory*@nr: the bit to set*@addr: the address to start counting from* Unlike set_bit(), this function is non-atomic. If it is called on the same* region of memory concurrently, the effect may be that only one operation* succeeds.
97  rt_queued = 0
99  rt_time = 0
100  rt_throttled = 0
101  rt_runtime = 0
102  raw_spin_lock_init( & Nests inside the rq lock: )