Home
last modified time | relevance | path

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

123

/openbmc/linux/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh426 echo Memory charged to hugtlb=$hugetlb_difference
427 echo Memory charged to reservation=$reserved_difference
455 echo Memory charged to hugtlb=$hugetlb_difference
456 echo Memory charged to reservation=$reserved_difference
510 echo Memory charged to hugtlb1=$hugetlb_difference1
511 echo Memory charged to reservation1=$reserved_difference1
512 echo Memory charged to hugtlb2=$hugetlb_difference2
513 echo Memory charged to reservation2=$reserved_difference2
556 echo Memory charged to hugtlb1=$hugetlb_difference1
557 echo Memory charged to reservation1=$reserved_difference1
[all …]
H A Dhugetlb_reparenting_test.sh205 echo Assert memory charged correctly for parent use.
210 echo Assert memory charged correctly for child use.
235 echo Assert memory charged correctly for child only use.
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dhugetlb.rst32 …_stat # show the numa information of the hugetlb memory charged to this cgroup
112 For shared HugeTLB memory, both HugeTLB reservation and page faults are charged
124 charged to it, the behavior is as follows:
126 - The fault charges are charged to the parent HugeTLB cgroup (reparented),
130 reservations charged to it, that cgroup persists as a zombie until all HugeTLB
132 the memory controller whose cgroups also persist as zombie until all charged
H 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...
H A Dmemory.rst100 Kernel memory is still charged and reported
190 charged is over its limit. If it is, then reclaim is invoked on the cgroup.
229 page will eventually get charged for it (once it is uncharged from
495 remain charged to it, the charge is dropped when the page is freed or
515 will be charged as a new owner of it.
531 charged file caches. Some out-of-use page caches may keep charged until
790 a page or a swap can be moved only when it is charged to the task's current
H A Drdma.rst64 a process from previously charged cgroup which is migrated to new cgroup,
/openbmc/linux/Documentation/power/
H 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
H 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
/openbmc/linux/Documentation/admin-guide/sysctl/
H 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
/openbmc/linux/mm/
H A Dmprotect.c583 unsigned long charged = 0; in mprotect_fixup() local
621 charged = nrpages; in mprotect_fixup()
622 if (security_vm_enough_memory_mm(mm, charged)) in mprotect_fixup()
683 vm_unacct_memory(charged); in mprotect_fixup()
H A Dmmap.c2677 unsigned long charged = 0; in __mmap_region() local
2707 charged = len >> PAGE_SHIFT; in __mmap_region()
2708 if (security_vm_enough_memory_mm(mm, charged)) in __mmap_region()
2902 if (charged) in __mmap_region()
2903 vm_unacct_memory(charged); in __mmap_region()
3300 unsigned long charged = vma_pages(vma); in insert_vm_struct() local
3307 security_vm_enough_memory_mm(mm, charged)) in insert_vm_struct()
3328 vm_unacct_memory(charged); in insert_vm_struct()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-twl403019 be taken that battery is not over-charged.
H A Drtc-cdev42 replaced or charged to be able to clear the status.
/openbmc/linux/net/core/
H A Dsock.c1022 bool charged; in sock_reserve_memory() local
1034 charged = mem_cgroup_charge_skmem(sk->sk_memcg, pages, in sock_reserve_memory()
1036 if (!charged) in sock_reserve_memory()
3048 bool charged = true; in __sk_mem_raise_allocated() local
3054 !(charged = mem_cgroup_charge_skmem(sk->sk_memcg, amt, in __sk_mem_raise_allocated()
3111 if (memcg_charge && !charged) { in __sk_mem_raise_allocated()
3119 if (kind == SK_MEM_SEND || (kind == SK_MEM_RECV && charged)) in __sk_mem_raise_allocated()
3124 if (memcg_charge && charged) in __sk_mem_raise_allocated()
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dtps65910.txt54 - ti,vmbch-threshold: (tps65911) main battery charged threshold
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DArtistic-1.014 "Freely Available" means that no fee is charged for the item itself, though there may be fees invol…
H A DOGTSL57 "Freely Available" means that no fee is charged for the item
H A DNBPL-1.023 …"Freely Available" means that no fee is charged for the item itself, though there may be fees invo…
H A DArtistic-1.0-cl819 …"Freely Available" means that no fee is charged for the item itself, though there may be fees invo…
H A DOLDAP-1.124 …"Freely Available" means that no fee is charged for the item itself, though there may be fees invo…
H A DOLDAP-1.224 …"Freely Available" means that no fee is charged for the item itself, though there may be fees invo…
H A DOLDAP-1.324 …"Freely Available" means that no fee is charged for the item itself, though there may be fees invo…
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-flash.rst186 charged before strobing. LED flashes often require a cooldown period
/openbmc/linux/Documentation/accounting/
H A Dtaskstats-struct.rst155 * a tick is charged to a task's system time. So, at the end we
/openbmc/u-boot/doc/
H A DREADME.power-framework102 -- *chrg_bat_present - detection if battery to be charged is

123