Lines Matching refs:sched
7 …ers are configured to restrict the usage of resources, such as memory and sched, in process groups.
13 …ection of resource limiters. plimiter includes the memory limiter, pids limiter, and sched limiter.
14 - sched limiter: limits the time to use CPUs for all processes in a plimits group in a specified pe…
30 │ │ ├─sched.period
31 │ │ ├─sched.quota
32 │ │ ├─sched.stat
47 - sched limiter
49 **Figure 2** sched limiter configuration
78 |-r--r--r-- | 0 | u:0 | g:0 | sched.stat | Time slice of each thread in the last…
79 |-rw-r--r-- | 0 | u:0 | g:0 | sched.quota | Sum of time slices of all processes i…
80 |-rw-r--r-- | 0 | u:0 | g:0 | sched.period | Statistical period of the time slice,…
93 - Write time, in ns, to the **sched.quota** file to limit the time for all processes in the group t…
94 - Write time, in ns, to the **sched.period** file to set the period for collecting statistics in a …
102 Write **sched**, **memory**, and **pids** to the **/proc/plimits/plimitsA/plimits.limiter_delete** …
275 /* Delete the plimitsA group. You need to delete the memory, pids, and sched limiters first. */
290 sprintf(writeBuf, "%s", "sched");