Lines Matching refs:charge
73 memory.force_empty # trigger forced move charge to parent
211 Swap Extension allows you to record charge for swap. A swapped-in page is
434 When a task migrates from one cgroup to another, its charge is not
436 remain charged to it, the charge is dropped when the page is freed or
445 cgroup might have some charge associated with it, even though all
446 tasks have migrated away from it. (because we charge against pages, not
450 use_hierarchy==1), and no change on the charge except uncharging
668 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
703 0 | A charge of an anonymous page (or swap of it) used by the target task.
706 1 | A charge of file pages (normal file, tmpfs file (e.g. ipc shared memory)
717 - All of moving charge operations are done under cgroup_mutex. It's not good