/Linux-v5.4/mm/ |
D | mremap.c | 489 unsigned long charged = (new_len - old_len) >> PAGE_SHIFT; in vma_to_resize() local 490 if (security_vm_enough_memory_mm(mm, charged)) in vma_to_resize() 492 *p = charged; in vma_to_resize() 507 unsigned long charged = 0; in mremap_to() local 548 vma = vma_to_resize(addr, old_len, new_len, &charged); in mremap_to() 569 vm_unacct_memory(charged); in mremap_to() 602 unsigned long charged = 0; in SYSCALL_DEFINE5() local 665 vma = vma_to_resize(addr, old_len, new_len, &charged); in SYSCALL_DEFINE5() 719 vm_unacct_memory(charged); in SYSCALL_DEFINE5()
|
D | mprotect.c | 345 unsigned long charged = 0; in mprotect_fixup() local 384 charged = nrpages; in mprotect_fixup() 385 if (security_vm_enough_memory_mm(mm, charged)) in mprotect_fixup() 445 vm_unacct_memory(charged); in mprotect_fixup()
|
D | mmap.c | 1729 unsigned long charged = 0; in mmap_region() local 1757 charged = len >> PAGE_SHIFT; in mmap_region() 1758 if (security_vm_enough_memory_mm(mm, charged)) in mmap_region() 1873 charged = 0; in mmap_region() 1882 if (charged) in mmap_region() 1883 vm_unacct_memory(charged); in mmap_region()
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
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 | 180 charged is over its limit. If it is, then reclaim is invoked on the cgroup. 219 page will eventually get charged for it (once it is uncharged from 234 charged back to original page allocator if possible. 489 remain charged to it, the charge is dropped when the page is freed or 509 will be charged as a new owner of it. 527 charged file caches. Some out-of-use page caches may keep charged until 788 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-v5.4/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-v5.4/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-v5.4/Documentation/devicetree/bindings/power/supply/ |
D | ingenic,battery.txt | 14 - voltage-max-design-microvolt: Fully charged battery voltage.
|
D | battery.txt | 19 - voltage-max-design-microvolt: fully charged battery voltage
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-class-power-twl4030 | 18 be taken that battery is not over-charged.
|
/Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
D | tps65910.txt | 54 - ti,vmbch-threshold: (tps65911) main battery charged threshold
|
/Linux-v5.4/Documentation/accounting/ |
D | taskstats-struct.rst | 155 * a tick is charged to a task's system time. So, at the end we
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | ext-ctrls-flash.rst | 190 charged before strobing. LED flashes often require a cooldown period
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | pagemap.rst | 84 memory cgroup each page is charged to, indexed by PFN. Only available when
|
/Linux-v5.4/net/core/ |
D | sock.c | 2501 bool charged = true; in __sk_mem_raise_allocated() local 2504 !(charged = mem_cgroup_charge_skmem(sk->sk_memcg, amt))) in __sk_mem_raise_allocated() 2562 if (kind == SK_MEM_SEND || (kind == SK_MEM_RECV && charged)) in __sk_mem_raise_allocated()
|
/Linux-v5.4/Documentation/networking/ |
D | timestamping.txt | 200 charged to the socket's receive budget (SO_RCVBUF) and delivers
|
/Linux-v5.4/Documentation/process/ |
D | 4.Coding.rst | 408 generally charged with the task of fixing any code within the kernel tree
|
/Linux-v5.4/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1428 A memory area is charged to the cgroup which instantiated it and stays 1429 charged to the cgroup until the area is released. Migrating a process 1434 To which cgroup the area will be charged is in-deterministic; however, 1743 normally, however they are "charged" to the originating group. If the
|
/Linux-v5.4/Documentation/vm/ |
D | unevictable-lru.rst | 117 (2) On the other hand, if too many of the pages charged to the control group
|
/Linux-v5.4/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 978 - make sure the battery is fully charged
|