/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | vio.c | 96 struct vio_cmo_pool excess; member 161 excess_free = vio_cmo.excess.free; in vio_cmo_alloc() 170 vio_cmo.excess.free -= size; in vio_cmo_alloc() 221 vio_cmo.excess.size -= tmp; in vio_cmo_dealloc() 253 vio_cmo.excess.size -= tmp; in vio_cmo_dealloc() 261 vio_cmo.excess.free += excess_freed; in vio_cmo_dealloc() 302 vio_cmo.excess.size += delta; in vio_cmo_entitlement_update() 303 vio_cmo.excess.free += delta; in vio_cmo_entitlement_update() 310 avail = vio_cmo.excess.free; in vio_cmo_entitlement_update() 332 tmp = min(vio_cmo.excess.free, delta); in vio_cmo_entitlement_update() [all …]
|
/Linux-v4.19/net/sched/ |
D | sch_atm.c | 57 struct atm_flow_data *excess; /* flow for excess traffic; member 161 if (flow->excess) in atm_tc_put() 162 atm_tc_put(sch, (unsigned long)flow->excess); in atm_tc_put() 200 struct atm_flow_data *excess = NULL; in atm_tc_change() local 242 excess = NULL; in atm_tc_change() 244 excess = (struct atm_flow_data *) in atm_tc_change() 246 if (!excess) in atm_tc_change() 307 flow->excess = excess; in atm_tc_change() 424 if (flow->excess) in atm_tc_enqueue() 425 flow = flow->excess; in atm_tc_enqueue() [all …]
|
/Linux-v4.19/mm/ |
D | mremap.c | 266 unsigned long excess = 0; in move_vma() local 326 excess = vma->vm_end - vma->vm_start - old_len; in move_vma() 350 vm_unacct_memory(excess >> PAGE_SHIFT); in move_vma() 351 excess = 0; in move_vma() 356 if (excess) { in move_vma()
|
D | Kconfig | 351 int "Turn on mmap() excess space trimming before booting" 359 the excess and return it to the allocator. 361 If trimming is enabled, the excess is trimmed off and returned to the 365 If trimming is disabled, the excess is kept, but not used, which for 370 excess pages there must be before trimming should occur, or zero if 374 of 1 says that all excess pages should be trimmed.
|
D | memcontrol.c | 588 unsigned long excess = 0; in soft_limit_excess() local 591 excess = nr_pages - soft_limit; in soft_limit_excess() 593 return excess; in soft_limit_excess() 598 unsigned long excess; in mem_cgroup_update_tree() local 611 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree() 616 if (excess || mz->on_tree) { in mem_cgroup_update_tree() 627 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_update_tree() 1493 unsigned long excess; in mem_cgroup_soft_reclaim() local 1500 excess = soft_limit_excess(root_memcg); in mem_cgroup_soft_reclaim() 1520 if (total >= (excess >> 2) || in mem_cgroup_soft_reclaim() [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-humidity-hdc100x | 7 rid of excess condensation.
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | spu.c | 355 u32 excess; in spum_ns2_ctx_max_payload() local 361 excess = max_payload % blocksize; in spum_ns2_ctx_max_payload() 363 return max_payload - excess; in spum_ns2_ctx_max_payload() 384 u32 excess; in spum_nsp_ctx_max_payload() local 390 excess = max_payload % blocksize; in spum_nsp_ctx_max_payload() 392 return max_payload - excess; in spum_nsp_ctx_max_payload()
|
D | spu2.c | 798 u32 excess = SPU2_MAX_PAYLOAD % blocksize; in spu2_ctx_max_payload() local 800 return SPU2_MAX_PAYLOAD - excess; in spu2_ctx_max_payload()
|
/Linux-v4.19/fs/ |
D | binfmt_elf_fdpic.c | 1026 unsigned long maddr, disp, excess, excess1; in elf_fdpic_map_file_by_direct_mmap() local 1123 excess = phdr->p_memsz - phdr->p_filesz; in elf_fdpic_map_file_by_direct_mmap() 1127 if (excess > excess1) { in elf_fdpic_map_file_by_direct_mmap() 1132 xmaddr = vm_mmap(NULL, xaddr, excess - excess1, in elf_fdpic_map_file_by_direct_mmap() 1137 loop, xaddr, excess - excess1, prot, flags, in elf_fdpic_map_file_by_direct_mmap() 1153 if (excess > 0) { in elf_fdpic_map_file_by_direct_mmap() 1155 loop, maddr + phdr->p_filesz, excess); in elf_fdpic_map_file_by_direct_mmap() 1156 if (clear_user((void *) maddr + phdr->p_filesz, excess)) in elf_fdpic_map_file_by_direct_mmap()
|
/Linux-v4.19/Documentation/hwmon/ |
D | sht3x | 70 heater_enable: heater enable, heating element removes excess humidity from
|
/Linux-v4.19/Documentation/filesystems/ |
D | quota.txt | 25 the process which caused the excess. This method has the disadvantage that
|
/Linux-v4.19/Documentation/scsi/ |
D | hpsa.txt | 10 "split-brained" design of the cciss driver is a source of excess
|
/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | Kconfig | 146 This driver allows you to use excess PS3 video RAM as volatile
|
/Linux-v4.19/Documentation/ |
D | nommu-mmap.txt | 118 granule but will only discard the excess if appropriately configured as 278 aggressively trim allocations and discard any excess pages back in to the page
|
/Linux-v4.19/drivers/usb/host/ |
D | fotg210-hcd.c | 4184 u32 excess; in iso_stream_schedule() local 4200 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule() 4201 if (excess >= mod - 2 * SCHEDULE_SLOP) in iso_stream_schedule() 4202 start = next + excess - mod + period * in iso_stream_schedule() 4203 DIV_ROUND_UP(mod - excess, period); in iso_stream_schedule() 4205 start = next + excess + period; in iso_stream_schedule()
|
/Linux-v4.19/Documentation/power/ |
D | pm_qos_interface.txt | 181 it may cause excess latencies to be visible to software, causing it to miss
|
/Linux-v4.19/Documentation/usb/ |
D | mass-storage.txt | 124 in “file” argument is greater then the value of “luns”, all excess
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | bindec.S | 69 | significant digits. The excess digits are collected
|
/Linux-v4.19/Documentation/sysctl/ |
D | vm.txt | 558 This value adjusts the excess page trimming behaviour of power-of-2 aligned 562 trims excess pages aggressively. Any value >= 1 acts as the watermark where
|
/Linux-v4.19/Documentation/device-mapper/ |
D | thin-provisioning.txt | 84 a warning will be issued and the excess space will not be used.
|
/Linux-v4.19/net/ipv4/ |
D | Kconfig | 590 to utilize only the excess network bandwidth as compared to the
|
/Linux-v4.19/Documentation/process/ |
D | coding-style.rst | 532 ugly), but try to avoid excess. Instead, put the comments at the head
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 2106 into direct reclaim to work off the excess, but it never invokes the
|