Skip to content

KFunc css_rstat_updated

v6.16

Keep track of updated rstat_cpu

Definition

css->cgroup's rstat_cpu on cpu was updated. Put it on the parent's matching rstat_cpu->updated_children list. See the comment on top of cgroup_rstat_cpu definition for details.

Parameters

css: target cgroup subsystem state

cpu: cpu on which rstat_cpu was updated

Signature

void css_rstat_updated(struct cgroup_subsys_state *css, int cpu)

Usage

Docs could be improved

This part of the docs is incomplete, contributions are very welcome

Program types

The following program types can make use of this kfunc:

Example

Docs could be improved

This part of the docs is incomplete, contributions are very welcome