Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210042
b: refs/heads/master
c: 25cc69e
h: refs/heads/master
v: v3
  • Loading branch information
Saravana Kannan authored and Rafael J. Wysocki committed Aug 26, 2010
1 parent 360e5f2 commit c41bfbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bac1e74dba9755128748b872a0f304dad4d198c6
refs/heads/master: 25cc69ec34a563e943e85b3b68a79a8aac7f076d
10 changes: 6 additions & 4 deletions trunk/kernel/pm_qos_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,17 @@ EXPORT_SYMBOL_GPL(pm_qos_request_active);

/**
* pm_qos_add_request - inserts new qos request into the list
* @pm_qos_class: identifies which list of qos request to us
* @dep: pointer to a preallocated handle
* @pm_qos_class: identifies which list of qos request to use
* @value: defines the qos request
*
* This function inserts a new entry in the pm_qos_class list of requested qos
* performance characteristics. It recomputes the aggregate QoS expectations
* for the pm_qos_class of parameters, and returns the pm_qos_request list
* element as a handle for use in updating and removal. Call needs to save
* this handle for later use.
* for the pm_qos_class of parameters and initializes the pm_qos_request_list
* handle. Caller needs to save this handle for later use in updates and
* removal.
*/

void pm_qos_add_request(struct pm_qos_request_list *dep,
int pm_qos_class, s32 value)
{
Expand Down

0 comments on commit c41bfbb

Please sign in to comment.