Home
last modified time | relevance | path

Searched full:charged (Results 1 – 25 of 179) sorted by relevance

12345678

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dcharge_reserved_hugetlb.sh423 echo Memory charged to hugtlb=$hugetlb_difference
424 echo Memory charged to reservation=$reserved_difference
428 "Reserved memory charged to hugetlb cgroup."
431 "Reserved memory charged to hugetlb cgroup."
436 "Reserved memory not charged to reservation usage."
439 "Reserved memory not charged to reservation usage."
452 echo Memory charged to hugtlb=$hugetlb_difference
453 echo Memory charged to reservation=$reserved_difference
456 "Reserved memory charged to hugetlb cgroup."
459 "Reserved memory not charged to reservation usage."
[all …]
Dhugetlb_reparenting_test.sh202 echo Assert memory charged correctly for parent use.
207 echo Assert memory charged correctly for child use.
232 echo Assert memory charged correctly for child only use.
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
Dcharge_reserved_hugetlb.sh426 echo Memory charged to hugtlb=$hugetlb_difference
427 echo Memory charged to reservation=$reserved_difference
431 "Reserved memory charged to hugetlb cgroup."
434 "Reserved memory charged to hugetlb cgroup."
439 "Reserved memory not charged to reservation usage."
442 "Reserved memory not charged to reservation usage."
455 echo Memory charged to hugtlb=$hugetlb_difference
456 echo Memory charged to reservation=$reserved_difference
459 "Reserved memory charged to hugetlb cgroup."
462 "Reserved memory not charged to reservation usage."
[all …]
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.
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/powerpc/power10/
Dpmc.json10 …iption": "The speculative event selected for PMC3 rewinds and the counter for PMC3 is not charged."
30 …iption": "The speculative event selected for PMC4 rewinds and the counter for PMC4 is not charged."
35 …ription": "The conditions for the speculative event selected for PMC2 are met and PMC2 is charged."
115 …iption": "The speculative event selected for PMC2 rewinds and the counter for PMC2 is not charged."
120 …ription": "The conditions for the speculative event selected for PMC4 are met and PMC4 is charged."
155 …ription": "The conditions for the speculative event selected for PMC1 are met and PMC1 is charged."
160 …ription": "The conditions for the speculative event selected for PMC3 are met and PMC3 is charged."
180 …iption": "The speculative event selected for PMC1 rewinds and the counter for PMC1 is not charged."
/kernel/linux/linux-6.6/Documentation/admin-guide/cgroup-v1/
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
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...
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
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
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
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...
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Dadc-battery.yaml30 charged-gpios:
32 GPIO which signals that the battery is fully charged. The GPIO is
64 charged-gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
Dingenic,battery.yaml36 - voltage-max-design-microvolt: fully charged battery voltage.
/kernel/linux/linux-6.6/Documentation/power/
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
/kernel/linux/linux-5.10/Documentation/power/
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
/kernel/linux/linux-5.10/mm/
Dmremap.c536 unsigned long charged = (new_len - old_len) >> PAGE_SHIFT; in vma_to_resize() local
537 if (security_vm_enough_memory_mm(mm, charged)) in vma_to_resize()
539 *p = charged; in vma_to_resize()
554 unsigned long charged = 0; in mremap_to() local
597 vma = vma_to_resize(addr, old_len, new_len, flags, &charged); in mremap_to()
633 vm_unacct_memory(charged); in mremap_to()
666 unsigned long charged = 0; in SYSCALL_DEFINE5() local
748 vma = vma_to_resize(addr, old_len, new_len, flags, &charged); in SYSCALL_DEFINE5()
802 vm_unacct_memory(charged); in SYSCALL_DEFINE5()
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()
/kernel/linux/linux-6.6/include/linux/
Dpower_supply.h416 * As an example, a Samsung EB425161LA Lithium-Ion battery is CC/CV charged
417 * at 900mA to 4340mV, then maintenance charged at 600mA and 4150mV for up to
418 * 60 hours, then maintenance charged at 600mA and 4100mV for up to 200 hours.
445 * @energy_full_design_uwh: energy content when fully charged in microwatt
447 * @charge_full_design_uah: charge content when fully charged in microampere
453 * charged in microvolts. This is the "nominal voltage" i.e. the voltage
469 * @charge_restart_voltage_uv: when the battery has been fully charged by
625 * 1. When the battery is completely empty it may need to be charged with
650 * After this the battery is fully charged, and if we do not support maintenance
674 * and charged in a separate charger. Therefore many capacity algorithms use
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
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
/kernel/linux/linux-6.6/Documentation/admin-guide/sysctl/
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
/kernel/linux/linux-6.6/kernel/cgroup/
Dmisc.c127 * @cg: Misc cgroup which will be charged.
135 * * %0 - If successfully charged.
180 * @type: Misc res type which was charged.
182 * @amount: Charged amount.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dingenic,battery.yaml36 - voltage-max-design-microvolt: fully charged battery voltage.
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-class-power-twl403019 be taken that battery is not over-charged.
Drtc-cdev42 replaced or charged to be able to clear the status.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-power-twl403019 be taken that battery is not over-charged.
Drtc-cdev42 replaced or charged to be able to clear the status.

12345678