Searched refs:charged (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/mm/ |
D | mremap.c | 386 unsigned long charged = (new_len - old_len) >> PAGE_SHIFT; in vma_to_resize() local 387 if (security_vm_enough_memory_mm(mm, charged)) in vma_to_resize() 389 *p = charged; in vma_to_resize() 401 unsigned long charged = 0; in mremap_to() local 425 vma = vma_to_resize(addr, old_len, new_len, &charged); in mremap_to() 445 vm_unacct_memory(charged); in mremap_to() 478 unsigned long charged = 0; in SYSCALL_DEFINE5() local 525 vma = vma_to_resize(addr, old_len, new_len, &charged); in SYSCALL_DEFINE5() 578 vm_unacct_memory(charged); in SYSCALL_DEFINE5()
|
D | mprotect.c | 264 unsigned long charged = 0; in mprotect_fixup() local 283 charged = nrpages; in mprotect_fixup() 284 if (security_vm_enough_memory_mm(mm, charged)) in mprotect_fixup() 343 vm_unacct_memory(charged); in mprotect_fixup()
|
D | mmap.c | 1548 unsigned long charged = 0; in mmap_region() local 1578 charged = len >> PAGE_SHIFT; in mmap_region() 1579 if (security_vm_enough_memory_mm(mm, charged)) in mmap_region() 1693 charged = 0; in mmap_region() 1702 if (charged) in mmap_region() 1703 vm_unacct_memory(charged); in mmap_region()
|
/linux-4.4.14/Documentation/cgroups/ |
D | memcg_test.txt | 21 occurs. swap_cgroup is used only when a charged page is swapped-out. 25 a page/swp_entry may be charged (usage += PAGE_SIZE) at 40 Memcg pages are charged in two steps: 44 At try_charge(), there are no flags to say "this page is charged". 63 charged already. 81 Page Cache is charged at 100 It's charged when...
|
D | memory.txt | 161 charged is over its limit. If it is, then reclaim is invoked on the cgroup. 198 page will eventually get charged for it (once it is uncharged from 212 charged back to original page allocator if possible. 436 remain charged to it, the charge is dropped when the page is freed or 455 will be charged as a new owner of it. 698 a page or a swap can be moved only when it is charged to the task's current
|
/linux-4.4.14/Documentation/power/ |
D | charger-manager.txt | 29 While the battery is being charged and the system is in suspend-to-RAM, 110 For each battery charged independently from other batteries (if a series of 111 batteries are charged by a single charger, they are counted as one independent 127 battery is being charged. 133 charged. If the voltage drop is over fullbatt_vchkdrop_uV, Charger 142 charged and the battery voltage is equal to or greater than
|
D | power_supply_class.txt | 24 typically expected feedback of battery charging/fully charged status and 81 are already charged or discharging, 'n/a' can be displayed (or
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-power-twl4030 | 35 be taken that battery is not over-charged.
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | tps65910.txt | 54 - ti,vmbch-threshold: (tps65911) main battery charged threshold
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | Kconfig | 98 charged by your service-provider for lots of phone calls.
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 142 * a tick is charged to a task's system time. So, at the end we
|
/linux-4.4.14/Documentation/vm/ |
D | pagemap.txt | 76 memory cgroup each page is charged to, indexed by PFN. Only available when
|
D | unevictable-lru.txt | 141 (2) On the other hand, if too many of the pages charged to the control group
|
/linux-4.4.14/Documentation/networking/ |
D | timestamping.txt | 170 charged to the socket's receive budget (SO_RCVBUF) and delivers
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 384 generally charged with the task of fixing any code within the kernel tree
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 920 - make sure the battery is fully charged
|