Home
last modified time | relevance | path

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

12345

/linux-6.12.1/tools/testing/selftests/mm/
Dcharge_reserved_hugetlb.sh428 echo Memory charged to hugtlb=$hugetlb_difference
429 echo Memory charged to reservation=$reserved_difference
433 "Reserved memory charged to hugetlb cgroup."
436 "Reserved memory charged to hugetlb cgroup."
441 "Reserved memory not charged to reservation usage."
444 "Reserved memory not charged to reservation usage."
457 echo Memory charged to hugtlb=$hugetlb_difference
458 echo Memory charged to reservation=$reserved_difference
461 "Reserved memory charged to hugetlb cgroup."
464 "Reserved memory not charged to reservation usage."
[all …]
Dhugetlb_reparenting_test.sh206 echo Assert memory charged correctly for parent use.
211 echo Assert memory charged correctly for child use.
236 echo Assert memory charged correctly for child only use.
/linux-6.12.1/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."
120 …iption": "The speculative event selected for PMC2 rewinds and the counter for PMC2 is not charged."
125 …ription": "The conditions for the speculative event selected for PMC4 are met and PMC4 is charged."
165 …ription": "The conditions for the speculative event selected for PMC1 are met and PMC1 is charged."
170 …ription": "The conditions for the speculative event selected for PMC3 are met and PMC3 is charged."
190 …iption": "The speculative event selected for PMC1 rewinds and the counter for PMC1 is not charged."
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/
Dhugetlb.rst32 …_stat # show the numa information of the hugetlb memory charged to this cgroup
116 For shared HugeTLB memory, both HugeTLB reservation and page faults are charged
128 charged to it, the behavior is as follows:
130 - The fault charges are charged to the parent HugeTLB cgroup (reparented),
134 reservations charged to it, that cgroup persists as a zombie until all HugeTLB
136 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.rst106 Kernel memory is still charged and reported
204 charged is over its limit. If it is, then reclaim is invoked on the cgroup.
243 page will eventually get charged for it (once it is uncharged from
509 remain charged to it, the charge is dropped when the page is freed or
529 will be charged as a new owner of it.
545 charged file caches. Some out-of-use page caches may keep charged until
807 a page or a swap can be moved only when it is charged to the task's current
Drdma.rst64 a process from previously charged cgroup which is migrated to new cgroup,
/linux-6.12.1/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.
/linux-6.12.1/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
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-6.12.1/include/linux/
Dpower_supply.h411 * As an example, a Samsung EB425161LA Lithium-Ion battery is CC/CV charged
412 * at 900mA to 4340mV, then maintenance charged at 600mA and 4150mV for up to
413 * 60 hours, then maintenance charged at 600mA and 4100mV for up to 200 hours.
440 * @energy_full_design_uwh: energy content when fully charged in microwatt
442 * @charge_full_design_uah: charge content when fully charged in microampere
448 * charged in microvolts. This is the "nominal voltage" i.e. the voltage
464 * @charge_restart_voltage_uv: when the battery has been fully charged by
620 * 1. When the battery is completely empty it may need to be charged with
645 * After this the battery is fully charged, and if we do not support maintenance
669 * and charged in a separate charger. Therefore many capacity algorithms use
Dshrinker.h14 * shrinkers, which have elements charged to the memcg.
Dmemcontrol.h162 * Bucket for arbitrarily byte-sized objects charged to a memory
242 * where socket memory is accounted/charged separately.
451 * folio_memcg_charged - If a folio is charged to a memory cgroup.
454 * Returns true if folio is charged to a memory cgroup, otherwise returns false.
711 * Uncharge a folio previously charged with mem_cgroup_charge().
/linux-6.12.1/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
/linux-6.12.1/kernel/cgroup/
Dmisc.c151 * @cg: Misc cgroup which will be charged.
159 * * %0 - If successfully charged.
202 * @type: Misc res type which was charged.
204 * @amount: Charged amount.
/linux-6.12.1/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.
/linux-6.12.1/drivers/power/supply/
Dgeneric-adc-battery.c240 adc_bat->charge_finished = devm_gpiod_get_optional(&pdev->dev, "charged", GPIOD_IN); in gab_probe()
247 "battery charged", adc_bat); in gab_probe()
Drk817_charger.c78 * Capacity of battery when fully charged, equal or less than design
85 * Calibrate the SOC on a fully charged battery, this way we can use
246 /* Calibrate the soc and fcc on a fully charged battery */ in rk817_bat_calib_cap()
269 "Fully charged. SOC is %d, full capacity is %d\n", in rk817_bat_calib_cap()
308 * Calibrate the fully charged capacity when we previously had a full in rk817_bat_calib_cap()
Dcharger-manager.c208 * is_charging - Returns true if the battery is being charged.
218 /* If there is no battery, it cannot be charged */ in is_charging()
277 * is_full_charged - Returns true if the battery is fully charged.
289 /* If there is no battery, it cannot be charged */ in is_full_charged()
404 * Save end time of charging to maintain fully charged state in try_charger_enable()
450 * charged state for battery.
/linux-6.12.1/Documentation/admin-guide/mm/
Dtranshuge.rst427 allocated and charged to handle a page fault.
459 is incremented if a shmem huge page cannot be charged and instead
521 allocated and charged to handle a page fault.
551 is incremented if a shmem huge page cannot be charged and instead
/linux-6.12.1/mm/
Dmprotect.c611 unsigned long charged = 0; in mprotect_fixup() local
654 charged = nrpages; in mprotect_fixup()
655 if (security_vm_enough_memory_mm(mm, charged)) in mprotect_fixup()
702 vm_unacct_memory(charged); in mprotect_fixup()
Dmmap.c1368 unsigned long charged = 0; in __mmap_region() local
1407 charged = pglen; in __mmap_region()
1408 charged -= vms.nr_accounted; in __mmap_region()
1409 if (charged) { in __mmap_region()
1410 error = security_vm_enough_memory_mm(mm, charged); in __mmap_region()
1581 if (charged) in __mmap_region()
1582 vm_unacct_memory(charged); in __mmap_region()
1979 unsigned long charged = vma_pages(vma); in insert_vm_struct() local
1986 security_vm_enough_memory_mm(mm, charged)) in insert_vm_struct()
2008 vm_unacct_memory(charged); in insert_vm_struct()
Dmemcontrol.c145 * PAGE_SIZE bytes are charged in obj_cgroup_release()
247 * page_cgroup_ino - return inode number of the memcg a page is charged to
250 * Look up the closest online ancestor of the memory cgroup @page is charged to
251 * and return its inode number or 0 if @page is not charged to any cgroup. It
1289 * Returns the maximum amount of memory @mem can be charged with, in
2355 * @memcg: memcg previously charged.
2356 * @nr_pages: number of pages previously charged.
2386 * @memcg: memcg previously charged.
2445 * Returns a pointer to the memory cgroup to which the kernel object is charged.
2891 * pre-charged bytes to satisfy the allocation. However, in obj_cgroup_charge()
[all …]

12345