Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh442 echo Memory charged to hugtlb=$hugetlb_difference
443 echo Memory charged to reservation=$reserved_difference
447 "Reserved memory charged to hugetlb cgroup."
450 "Reserved memory charged to hugetlb cgroup."
455 "Reserved memory not charged to reservation usage."
458 "Reserved memory not charged to reservation usage."
471 echo Memory charged to hugtlb=$hugetlb_difference
472 echo Memory charged to reservation=$reserved_difference
475 "Reserved memory charged to hugetlb cgroup."
478 "Reserved memory not charged t
[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/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.
/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 Dswap_state.c455 * @gfp: memory allocation flags for charge, can be 0 if @charged if true.
456 * @charged: if the folio is already charged.
467 gfp_t gfp, bool charged) in __swap_cache_prepare_and_add() argument
476 if (!charged && mem_cgroup_swapin_charge_folio(folio, NULL, gfp, entry)) in __swap_cache_prepare_and_add()
563 * @folio: a new allocated and charged folio
H A Dmemcontrol.c155 * PAGE_SIZE bytes are charged in obj_cgroup_release()
341 * page_cgroup_ino - return inode number of the memcg a page is charged to
344 * Look up the closest online ancestor of the memory cgroup @page is charged to
345 * and return its inode number or 0 if @page is not charged to any cgroup. It
1515 * Returns the maximum amount of memory @mem can be charged with, in
2864 * Returns a pointer to the memory cgroup to which the kernel object is charged.
3387 * pre-charged bytes to satisfy the allocation. However, in obj_cgroup_charge()
3396 * The stock's nr_bytes may contain enough pre-charged bytes in obj_cgroup_charge()
3397 * to allow one less page from being charged, but we can't rely in obj_cgroup_charge()
3398 * on the pre-charged bytes not being changed outside of in obj_cgroup_charge()
[all …]
H A Dvma.c29 unsigned long charged; member
2458 map->charged = map->pglen; in __mmap_setup()
2459 map->charged -= vms->nr_accounted; in __mmap_setup()
2460 if (map->charged) { in __mmap_setup()
2461 error = security_vm_enough_memory_mm(map->mm, map->charged); in __mmap_setup()
2793 if (map.charged) in __mmap_region()
2794 vm_unacct_memory(map.charged); in __mmap_region()
3299 unsigned long charged = vma_pages(vma); in insert_vm_struct() local
3305 security_vm_enough_memory_mm(mm, charged)) in insert_vm_struct()
3327 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/Documentation/admin-guide/mm/
H A Dtranshuge.rst536 allocated and charged to handle a page fault.
568 is incremented if a shmem huge page cannot be charged and instead
630 allocated and charged to handle a page fault.
678 is incremented if a shmem huge page cannot be charged and instead
/linux/drivers/power/supply/
H A Dintel_dc_ti_battery.c356 charge_finished = devm_gpiod_get_optional(dev, "charged", GPIOD_IN); in dc_ti_battery_probe()
358 return dev_err_probe(dev, PTR_ERR(charge_finished), "Getting charged GPIO\n"); in dc_ti_battery_probe()
/linux/include/linux/
H A Dshrinker.h14 * shrinkers, which have elements charged to the memcg.
H A Dbpf_local_storage.h103 u64 mem_charge; /* Copy of mem charged to owner. Protected by "lock" */
/linux/Documentation/admin-guide/cgroup-v1/
H A Drdma.rst64 a process from previously charged cgroup which is migrated to new cgroup,
/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.c486 * charged to that cgroup. This wasn't the case before commit
492 * to zswap and verifies that the zswap pages are correctly charged.
/linux/kernel/sched/
H A Dcore_sched.c268 * For larger SMT configurations, we need to scale the charged in __sched_core_account_forceidle()
/linux/drivers/iio/adc/
H A Dti-tsc2046.c305 * plates will never be completely charged. in tsc2046_adc_read_one()
374 * plates will never be completely charged. in tsc2046_adc_group_set_cmd()
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c310 * and should be force charged to the cgroup. 0 is used to indicate that in set_bypassed_at()
755 * The current cgroup is expiring. It was already charged a full slice. in BPF_STRUCT_OPS()
/linux/net/core/
H A Dsock.c1034 bool charged; in sock_reserve_memory() local
1046 charged = mem_cgroup_sk_charge(sk, pages, in sock_reserve_memory()
1048 if (!charged) in sock_reserve_memory()
3300 bool memcg_enabled = false, charged = false; in __sk_mem_raise_allocated()
3311 charged = mem_cgroup_sk_charge(sk, amt, gfp_memcg_charge()); in __sk_mem_raise_allocated()
3312 if (!charged) in __sk_mem_raise_allocated()
3388 if (memcg_enabled && !charged) in __sk_mem_raise_allocated()
3400 if (charged)
3295 bool memcg_enabled = false, charged = false; __sk_mem_raise_allocated() local
/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.c229 /* Corgi cannot confirm when battery fully charged so periodically kick! */ in sharpsl_battery_thread()
765 dev_dbg(sharpsl_pm.dev, "Offline Charger: Not charged sufficiently. Retrying.\n"); in sharpsl_off_charge_battery()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-uti260b.dts54 charged-gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;

123