Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/mm/
H A 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 …]
H A Dhugetlb_reparenting_test.sh194 echo Assert memory charged correctly for parent use.
199 echo Assert memory charged correctly for child use.
222 echo Assert memory charged correctly for child only use.
/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A 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/Documentation/admin-guide/cgroup-v1/
H A 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
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 Drdma.rst64 a process from previously charged cgroup which is migrated to new cgroup,
/linux/Documentation/devicetree/bindings/power/supply/
H A 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>;
H A Dingenic,battery.yaml36 - voltage-max-design-microvolt: fully charged battery voltage.
H A Dbattery.yaml58 description: fully charged battery voltage
/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
/linux/include/linux/
H A Dpower_supply.h446 * As an example, a Samsung EB425161LA Lithium-Ion battery is CC/CV charged
447 * at 900mA to 4340mV, then maintenance charged at 600mA and 4150mV for up to
448 * 60 hours, then maintenance charged at 600mA and 4100mV for up to 200 hours.
475 * @energy_full_design_uwh: energy content when fully charged in microwatt
477 * @charge_full_design_uah: charge content when fully charged in microampere
483 * charged in microvolts. This is the "nominal voltage" i.e. the voltage
499 * @charge_restart_voltage_uv: when the battery has been fully charged by
655 * 1. When the battery is completely empty it may need to be charged with
680 * After this the battery is fully charged, and if we do not support maintenance
704 * and charged in a separate charger. Therefore many capacity algorithms use
H A Dshrinker.h14 * shrinkers, which have elements charged to the memcg.
/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
/linux/kernel/cgroup/
H A Dmisc.c139 * @cg: Misc cgroup which will be charged.
147 * * %0 - If successfully charged.
190 * @type: Misc res type which was charged.
192 * @amount: Charged amount.
/linux/mm/
H A Dmremap.c71 unsigned long charged; /* If VM_ACCOUNT, # pages to account. */ member
974 unsigned long charged; in vrm_calc_charge() local
984 charged = vrm->new_len >> PAGE_SHIFT; in vrm_calc_charge()
986 charged = vrm->delta >> PAGE_SHIFT; in vrm_calc_charge()
989 /* This accounts 'charged' pages of memory. */ in vrm_calc_charge()
990 if (security_vm_enough_memory_mm(current->mm, charged)) in vrm_calc_charge()
993 vrm->charged = charged; in vrm_calc_charge()
998 * an error has occurred so we will not be using vrm->charged memory. Unaccount
1006 vm_unacct_memory(vrm->charged); in vrm_uncharge()
1007 vrm->charged = 0; in vrm_uncharge()
H A Dmprotect.c763 unsigned long charged = 0; in mprotect_fixup() local
806 charged = nrpages; in mprotect_fixup()
807 if (security_vm_enough_memory_mm(mm, charged)) in mprotect_fixup()
854 vm_unacct_memory(charged); in mprotect_fixup()
H A Dmemcontrol.c152 * PAGE_SIZE bytes are charged in obj_cgroup_release()
262 * page_cgroup_ino - return inode number of the memcg a page is charged to
265 * Look up the closest online ancestor of the memory cgroup @page is charged to
266 * and return its inode number or 0 if @page is not charged to any cgroup. It
1302 * Returns the maximum amount of memory @mem can be charged with, in
2596 * Returns a pointer to the memory cgroup to which the kernel object is charged.
3076 * pre-charged bytes to satisfy the allocation. However, in obj_cgroup_charge_account()
3085 * The stock's nr_bytes may contain enough pre-charged bytes in obj_cgroup_charge_account()
3086 * to allow one less page from being charged, but we can't rely in obj_cgroup_charge_account()
3087 * on the pre-charged byte in obj_cgroup_charge_account()
[all...]
H A Dvma.c26 unsigned long charged; member
2378 map->charged = map->pglen; in __mmap_prepare()
2379 map->charged -= vms->nr_accounted; in __mmap_prepare()
2380 if (map->charged) { in __mmap_prepare()
2381 error = security_vm_enough_memory_mm(map->mm, map->charged); in __mmap_prepare()
2683 if (map.charged) in __mmap_region()
2684 vm_unacct_memory(map.charged); in __mmap_region()
3169 unsigned long charged = vma_pages(vma); in insert_vm_struct() local
3176 security_vm_enough_memory_mm(mm, charged)) in insert_vm_struct()
3198 vm_unacct_memory(charged); in insert_vm_struct()
/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.
/linux/drivers/power/supply/
H A 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
269 /* Calibrate the soc and fcc on a fully charged battery */ in rk817_bat_calib_cap()
292 "Fully charged. SOC is %d, full capacity is %d\n", in rk817_bat_calib_cap()
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-flash.rst186 charged before strobing. LED flashes often require a cooldown period
/linux/include/linux/power/
H A Dcharger-manager.h130 * Check voltage drop after the battery is fully charged.
/linux/tools/testing/selftests/cgroup/
H A Dtest_zswap.c484 * charged to that cgroup. This wasn't the case before commit
490 * to zswap and verifies that the zswap pages are correctly charged.

1234