Home
last modified time | relevance | path

Searched refs:charged (Results 1 – 25 of 29) sorted by relevance

12

/linux/tools/testing/selftests/vm/
A Dcharge_reserved_hugetlb.sh422 echo Memory charged to hugtlb=$hugetlb_difference
423 echo Memory charged to reservation=$reserved_difference
451 echo Memory charged to hugtlb=$hugetlb_difference
452 echo Memory charged to reservation=$reserved_difference
506 echo Memory charged to hugtlb1=$hugetlb_difference1
507 echo Memory charged to reservation1=$reserved_difference1
508 echo Memory charged to hugtlb2=$hugetlb_difference2
509 echo Memory charged to reservation2=$reserved_difference2
552 echo Memory charged to hugtlb1=$hugetlb_difference1
553 echo Memory charged to reservation1=$reserved_difference1
[all …]
A Dhugetlb_reparenting_test.sh200 echo Assert memory charged correctly for parent use.
205 echo Assert memory charged correctly for child use.
230 echo Assert memory charged correctly for child only use.
/linux/Documentation/admin-guide/cgroup-v1/
A Dmemcg_test.rst29 occurs. swap_cgroup is used only when a charged page is swapped-out.
34 a page/swp_entry may be charged (usage += PAGE_SIZE) at
53 Memcg pages are charged in two steps:
58 At try_charge(), there are no flags to say "this page is charged".
79 charged already.
99 Page Cache is charged at
124 It's charged when...
A Dhugetlb.rst108 For shared HugeTLB memory, both HugeTLB reservation and page faults are charged
120 charged to it, the behavior is as follows:
122 - The fault charges are charged to the parent HugeTLB cgroup (reparented),
126 reservations charged to it, that cgroup persists as a zombie until all HugeTLB
128 the memory controller whose cgroups also persist as zombie until all charged
A Dmemory.rst180 charged is over its limit. If it is, then reclaim is invoked on the cgroup.
219 page will eventually get charged for it (once it is uncharged from
481 remain charged to it, the charge is dropped when the page is freed or
500 will be charged as a new owner of it.
516 charged file caches. Some out-of-use page caches may keep charged until
759 a page or a swap can be moved only when it is charged to the task's current
A Drdma.rst64 a process from previously charged cgroup which is migrated to new cgroup,
/linux/Documentation/power/
A Dcharger-manager.rst32 While the battery is being charged and the system is in suspend-to-RAM,
111 For each battery charged independently from other batteries (if a series of
112 batteries are charged by a single charger, they are counted as one independent
131 poll this battery if and only if the battery is being charged.
136 charged. If the voltage drop is over fullbatt_vchkdrop_uV, Charger
145 charged and the battery voltage is equal to or greater than
A Dpower_supply_class.rst25 typically expected feedback of battery charging/fully charged status and
90 are already charged or discharging, 'n/a' can be displayed (or
/linux/Documentation/admin-guide/sysctl/
A Duser.rst24 The creation of per user per user namespace objects are charged to
28 The creation of objects is also charged to all of the users
/linux/mm/
A Dmprotect.c415 unsigned long charged = 0; in mprotect_fixup() local
454 charged = nrpages; in mprotect_fixup()
455 if (security_vm_enough_memory_mm(mm, charged)) in mprotect_fixup()
515 vm_unacct_memory(charged); in mprotect_fixup()
A Dmmap.c1723 unsigned long charged = 0; in mmap_region() local
1747 charged = len >> PAGE_SHIFT; in mmap_region()
1748 if (security_vm_enough_memory_mm(mm, charged)) in mmap_region()
1880 charged = 0; in mmap_region()
1886 if (charged) in mmap_region()
1887 vm_unacct_memory(charged); in mmap_region()
A Dfilemap.c895 bool charged = false; in __filemap_add_folio() local
910 charged = true; in __filemap_add_folio()
957 if (charged) in __filemap_add_folio()
/linux/Documentation/ABI/testing/
A Dsysfs-class-power-twl403019 be taken that battery is not over-charged.
A Drtc-cdev42 replaced or charged to be able to clear the status.
/linux/Documentation/devicetree/bindings/power/supply/
A Dingenic,battery.yaml36 - voltage-max-design-microvolt: fully charged battery voltage.
A Dbattery.yaml58 description: fully charged battery voltage
/linux/net/core/
A Dsock.c976 bool charged; in sock_reserve_memory() local
988 charged = mem_cgroup_charge_skmem(sk->sk_memcg, pages, in sock_reserve_memory()
990 if (!charged) in sock_reserve_memory()
2831 bool charged = true; in __sk_mem_raise_allocated() local
2834 !(charged = mem_cgroup_charge_skmem(sk->sk_memcg, amt, in __sk_mem_raise_allocated()
2891 if (memcg_charge && !charged) { in __sk_mem_raise_allocated()
2899 if (kind == SK_MEM_SEND || (kind == SK_MEM_RECV && charged)) in __sk_mem_raise_allocated()
2904 if (memcg_charge && charged) in __sk_mem_raise_allocated()
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-flash.rst186 charged before strobing. LED flashes often require a cooldown period
/linux/Documentation/devicetree/bindings/mfd/
A Dtps65910.txt54 - ti,vmbch-threshold: (tps65911) main battery charged threshold
/linux/Documentation/accounting/
A Dtaskstats-struct.rst155 * a tick is charged to a task's system time. So, at the end we
/linux/Documentation/admin-guide/mm/
A Dpagemap.rst86 memory cgroup each page is charged to, indexed by PFN. Only available when
A Dtranshuge.rst338 is incremented if a file huge page cannot be charged and instead
/linux/arch/x86/kvm/svm/
A Dsev.c1689 bool charged = false; in svm_vm_migrate_from() local
1725 charged = true; in svm_vm_migrate_from()
1751 if (charged) in svm_vm_migrate_from()
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst1542 A memory area is charged to the cgroup which instantiated it and stays
1543 charged to the cgroup until the area is released. Migrating a process
1548 To which cgroup the area will be charged is in-deterministic; however,
1856 normally, however they are "charged" to the originating group. If the
2334 A miscellaneous scalar resource is charged to the cgroup in which it is used
2335 first, and stays charged to that cgroup until that resource is freed. Migrating
/linux/Documentation/process/
A D4.Coding.rst406 generally charged with the task of fixing any code within the kernel tree

Completed in 42 milliseconds

12