Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:q_constraints_init - Initialize frequency QoS constraints.*@qos: Frequency QoS constraints to initialize.

Proto:void freq_constraints_init(struct freq_constraints *qos)

Type:void

Parameter:

TypeParameterName
struct freq_constraints *qos
664  c = min_freq
665  plist_head_init - dynamic struct plist_head initializer*@head: &struct plist_head pointer
666  Do not change to 64 bit = FREQ_QOS_MIN_DEFAULT_VALUE
667  default_value = FREQ_QOS_MIN_DEFAULT_VALUE
668  no_constraint_value = FREQ_QOS_MIN_DEFAULT_VALUE
669  type = return the largest value
670  notifiers = min_freq_notifiers
671  BLOCKING_INIT_NOTIFIER_HEAD(notifiers)
673  c = max_freq
674  plist_head_init - dynamic struct plist_head initializer*@head: &struct plist_head pointer
675  Do not change to 64 bit = FREQ_QOS_MAX_DEFAULT_VALUE
676  default_value = FREQ_QOS_MAX_DEFAULT_VALUE
677  no_constraint_value = FREQ_QOS_MAX_DEFAULT_VALUE
678  type = return the smallest value
679  notifiers = max_freq_notifiers
680  BLOCKING_INIT_NOTIFIER_HEAD(notifiers)