/linux-4.1.27/arch/powerpc/kernel/ |
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-4.1.27/net/sched/ |
D | sch_atm.c | 55 struct atm_flow_data *excess; /* flow for excess traffic; member 152 if (flow->excess) in atm_tc_put() 153 atm_tc_put(sch, (unsigned long)flow->excess); in atm_tc_put() 190 struct atm_flow_data *excess = NULL; in atm_tc_change() local 232 excess = NULL; in atm_tc_change() 234 excess = (struct atm_flow_data *) in atm_tc_change() 236 if (!excess) in atm_tc_change() 290 flow->excess = excess; in atm_tc_change() 300 if (excess) in atm_tc_change() 301 atm_tc_put(sch, (unsigned long)excess); in atm_tc_change() [all …]
|
/linux-4.1.27/mm/ |
D | mremap.c | 244 unsigned long excess = 0; in move_vma() local 301 excess = vma->vm_end - vma->vm_start - old_len; in move_vma() 321 vm_unacct_memory(excess >> PAGE_SHIFT); in move_vma() 322 excess = 0; in move_vma() 327 if (excess) { in move_vma()
|
D | Kconfig | 383 int "Turn on mmap() excess space trimming before booting" 391 the excess and return it to the allocator. 393 If trimming is enabled, the excess is trimmed off and returned to the 397 If trimming is disabled, the excess is kept, but not used, which for 402 excess pages there must be before trimming should occur, or zero if 406 of 1 says that all excess pages should be trimmed.
|
D | memcontrol.c | 678 unsigned long excess = 0; in soft_limit_excess() local 681 excess = nr_pages - soft_limit; in soft_limit_excess() 683 return excess; in soft_limit_excess() 688 unsigned long excess; in mem_cgroup_update_tree() local 699 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree() 704 if (excess || mz->on_tree) { in mem_cgroup_update_tree() 715 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_update_tree() 1700 unsigned long excess; in mem_cgroup_soft_reclaim() local 1707 excess = soft_limit_excess(root_memcg); in mem_cgroup_soft_reclaim() 1727 if (total >= (excess >> 2) || in mem_cgroup_soft_reclaim() [all …]
|
/linux-4.1.27/drivers/staging/goldfish/ |
D | README | 8 - Remove excess checking of parameters in calls
|
/linux-4.1.27/fs/ |
D | binfmt_elf_fdpic.c | 1020 unsigned long maddr, disp, excess, excess1; in elf_fdpic_map_file_by_direct_mmap() local 1117 excess = phdr->p_memsz - phdr->p_filesz; in elf_fdpic_map_file_by_direct_mmap() 1121 if (excess > excess1) { in elf_fdpic_map_file_by_direct_mmap() 1126 xmaddr = vm_mmap(NULL, xaddr, excess - excess1, in elf_fdpic_map_file_by_direct_mmap() 1131 loop, xaddr, excess - excess1, prot, flags, in elf_fdpic_map_file_by_direct_mmap() 1147 if (excess > 0) { in elf_fdpic_map_file_by_direct_mmap() 1149 loop, maddr + phdr->p_filesz, excess); in elf_fdpic_map_file_by_direct_mmap() 1150 if (clear_user((void *) maddr + phdr->p_filesz, excess)) in elf_fdpic_map_file_by_direct_mmap()
|
/linux-4.1.27/Documentation/filesystems/ |
D | quota.txt | 25 the process which caused the excess. This method has the disadvantage that
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | Kconfig | 145 This driver allows you to use excess PS3 video RAM as volatile
|
/linux-4.1.27/Documentation/scsi/ |
D | hpsa.txt | 10 "split-brained" design of the cciss driver is a source of excess
|
/linux-4.1.27/Documentation/ |
D | nommu-mmap.txt | 119 granule but will only discard the excess if appropriately configured as 286 aggressively trim allocations and discard any excess pages back in to the page
|
D | CodingStyle | 456 ugly), but try to avoid excess. Instead, put the comments at the head
|
/linux-4.1.27/drivers/usb/host/ |
D | fusbh200-hcd.c | 4333 u32 excess; in iso_stream_schedule() local 4349 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule() 4350 if (excess >= mod - 2 * SCHEDULE_SLOP) in iso_stream_schedule() 4351 start = next + excess - mod + period * in iso_stream_schedule() 4352 DIV_ROUND_UP(mod - excess, period); in iso_stream_schedule() 4354 start = next + excess + period; in iso_stream_schedule()
|
D | fotg210-hcd.c | 4399 u32 excess; in iso_stream_schedule() local 4415 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule() 4416 if (excess >= mod - 2 * SCHEDULE_SLOP) in iso_stream_schedule() 4417 start = next + excess - mod + period * in iso_stream_schedule() 4418 DIV_ROUND_UP(mod - excess, period); in iso_stream_schedule() 4420 start = next + excess + period; in iso_stream_schedule()
|
/linux-4.1.27/Documentation/usb/ |
D | mass-storage.txt | 124 in “file” argument is greater then the value of “luns”, all excess
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 193 it may cause excess latencies to be visible to software, causing it to miss
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 509 This value adjusts the excess page trimming behaviour of power-of-2 aligned 513 trims excess pages aggressively. Any value >= 1 acts as the watermark where
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | bindec.S | 69 | significant digits. The excess digits are collected
|
/linux-4.1.27/Documentation/device-mapper/ |
D | thin-provisioning.txt | 83 a warning will be issued and the excess space will not be used.
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 370 into direct reclaim to work off the excess, but it never invokes the
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 556 to utilize only the excess network bandwidth as compared to the
|