/linux-6.12.1/tools/testing/selftests/mm/ |
D | charge_reserved_hugetlb.sh | 428 echo Memory charged to hugtlb=$hugetlb_difference 429 echo Memory charged to reservation=$reserved_difference 457 echo Memory charged to hugtlb=$hugetlb_difference 458 echo Memory charged to reservation=$reserved_difference 512 echo Memory charged to hugtlb1=$hugetlb_difference1 513 echo Memory charged to reservation1=$reserved_difference1 514 echo Memory charged to hugtlb2=$hugetlb_difference2 515 echo Memory charged to reservation2=$reserved_difference2 558 echo Memory charged to hugtlb1=$hugetlb_difference1 559 echo Memory charged to reservation1=$reserved_difference1 [all …]
|
D | hugetlb_reparenting_test.sh | 206 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/Documentation/admin-guide/cgroup-v1/ |
D | hugetlb.rst | 32 …_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
|
D | memcg_test.rst | 29 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...
|
D | memory.rst | 106 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
|
D | rdma.rst | 64 a process from previously charged cgroup which is migrated to new cgroup,
|
/linux-6.12.1/Documentation/power/ |
D | charger-manager.rst | 32 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
|
D | power_supply_class.rst | 25 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/Documentation/admin-guide/sysctl/ |
D | user.rst | 24 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/mm/ |
D | mmap.c | 1368 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()
|
D | mprotect.c | 611 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()
|
D | mremap.c | 1123 long charged = 0; in SYSCALL_DEFINE5() local 1130 charged = pages; in SYSCALL_DEFINE5() 1144 vm_unacct_memory(charged); in SYSCALL_DEFINE5()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-power-twl4030 | 19 be taken that battery is not over-charged.
|
D | rtc-cdev | 42 replaced or charged to be able to clear the status.
|
/linux-6.12.1/net/core/ |
D | sock.c | 1017 bool charged; in sock_reserve_memory() local 1029 charged = mem_cgroup_charge_skmem(sk->sk_memcg, pages, in sock_reserve_memory() 1031 if (!charged) in sock_reserve_memory() 3152 bool charged = false; in __sk_mem_raise_allocated() local 3161 charged = true; in __sk_mem_raise_allocated() 3233 if (memcg && !charged) { in __sk_mem_raise_allocated() 3241 if (kind == SK_MEM_SEND || (kind == SK_MEM_RECV && charged)) in __sk_mem_raise_allocated() 3246 if (charged) in __sk_mem_raise_allocated()
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | transhuge.rst | 427 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
|
D | pagemap.rst | 84 memory cgroup each page is charged to, indexed by PFN. Only available when
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-flash.rst | 186 charged before strobing. LED flashes often require a cooldown period
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | tps65910.txt | 54 - ti,vmbch-threshold: (tps65911) main battery charged threshold
|
/linux-6.12.1/Documentation/accounting/ |
D | taskstats-struct.rst | 155 * a tick is charged to a task's system time. So, at the end we
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6ull-uti260b.dts | 54 charged-gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
|
/linux-6.12.1/arch/x86/kvm/svm/ |
D | sev.c | 2081 bool charged = false; in sev_vm_move_enc_context_from() local 2111 charged = true; in sev_vm_move_enc_context_from() 2136 if (charged) in sev_vm_move_enc_context_from()
|
/linux-6.12.1/Documentation/admin-guide/ |
D | cgroup-v2.rst | 226 memory controller. It is only charged to a cgroup when it is 1815 A memory area is charged to the cgroup which instantiated it and stays 1816 charged to the cgroup until the area is released. Migrating a process 1821 To which cgroup the area will be charged is in-deterministic; however, 2129 normally, however they are "charged" to the originating group. If the 2742 A miscellaneous scalar resource is charged to the cgroup in which it is used 2743 first, and stays charged to that cgroup until that resource is freed. Migrating
|
/linux-6.12.1/Documentation/process/ |
D | 4.Coding.rst | 410 generally charged with the task of fixing any code within the kernel tree
|
/linux-6.12.1/Documentation/mm/ |
D | unevictable-lru.rst | 115 (2) On the other hand, if too many of the pages charged to the control group
|