Home
last modified time | relevance | path

Searched refs:excess (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dvio.c96 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.4.14/net/sched/
Dsch_atm.c55 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.4.14/mm/
Dmremap.c245 unsigned long excess = 0; in move_vma() local
304 excess = vma->vm_end - vma->vm_start - old_len; in move_vma()
324 vm_unacct_memory(excess >> PAGE_SHIFT); in move_vma()
325 excess = 0; in move_vma()
330 if (excess) { in move_vma()
Dmemcontrol.c553 unsigned long excess = 0; in soft_limit_excess() local
556 excess = nr_pages - soft_limit; in soft_limit_excess()
558 return excess; in soft_limit_excess()
563 unsigned long excess; in mem_cgroup_update_tree() local
574 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree()
579 if (excess || mz->on_tree) { in mem_cgroup_update_tree()
590 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_update_tree()
1522 unsigned long excess; in mem_cgroup_soft_reclaim() local
1529 excess = soft_limit_excess(root_memcg); in mem_cgroup_soft_reclaim()
1549 if (total >= (excess >> 2) || in mem_cgroup_soft_reclaim()
[all …]
DKconfig366 int "Turn on mmap() excess space trimming before booting"
374 the excess and return it to the allocator.
376 If trimming is enabled, the excess is trimmed off and returned to the
380 If trimming is disabled, the excess is kept, but not used, which for
385 excess pages there must be before trimming should occur, or zero if
389 of 1 says that all excess pages should be trimmed.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio-humidity-hdc100x7 rid of excess condensation.
/linux-4.4.14/drivers/staging/goldfish/
DREADME8 - Remove excess checking of parameters in calls
/linux-4.4.14/fs/
Dbinfmt_elf_fdpic.c1046 unsigned long maddr, disp, excess, excess1; in elf_fdpic_map_file_by_direct_mmap() local
1143 excess = phdr->p_memsz - phdr->p_filesz; in elf_fdpic_map_file_by_direct_mmap()
1147 if (excess > excess1) { in elf_fdpic_map_file_by_direct_mmap()
1152 xmaddr = vm_mmap(NULL, xaddr, excess - excess1, in elf_fdpic_map_file_by_direct_mmap()
1157 loop, xaddr, excess - excess1, prot, flags, in elf_fdpic_map_file_by_direct_mmap()
1173 if (excess > 0) { in elf_fdpic_map_file_by_direct_mmap()
1175 loop, maddr + phdr->p_filesz, excess); in elf_fdpic_map_file_by_direct_mmap()
1176 if (clear_user((void *) maddr + phdr->p_filesz, excess)) in elf_fdpic_map_file_by_direct_mmap()
/linux-4.4.14/Documentation/filesystems/
Dquota.txt25 the process which caused the excess. This method has the disadvantage that
/linux-4.4.14/Documentation/scsi/
Dhpsa.txt10 "split-brained" design of the cciss driver is a source of excess
/linux-4.4.14/arch/powerpc/platforms/ps3/
DKconfig145 This driver allows you to use excess PS3 video RAM as volatile
/linux-4.4.14/Documentation/
Dnommu-mmap.txt119 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
DCodingStyle456 ugly), but try to avoid excess. Instead, put the comments at the head
/linux-4.4.14/drivers/usb/host/
Dfotg210-hcd.c4218 u32 excess; in iso_stream_schedule() local
4234 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule()
4235 if (excess >= mod - 2 * SCHEDULE_SLOP) in iso_stream_schedule()
4236 start = next + excess - mod + period * in iso_stream_schedule()
4237 DIV_ROUND_UP(mod - excess, period); in iso_stream_schedule()
4239 start = next + excess + period; in iso_stream_schedule()
/linux-4.4.14/Documentation/usb/
Dmass-storage.txt124 in “file” argument is greater then the value of “luns”, all excess
/linux-4.4.14/Documentation/power/
Dpm_qos_interface.txt193 it may cause excess latencies to be visible to software, causing it to miss
/linux-4.4.14/Documentation/sysctl/
Dvm.txt509 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.4.14/arch/m68k/fpsp040/
Dbindec.S69 | significant digits. The excess digits are collected
/linux-4.4.14/Documentation/device-mapper/
Dthin-provisioning.txt83 a warning will be issued and the excess space will not be used.
/linux-4.4.14/net/ipv4/
DKconfig542 to utilize only the excess network bandwidth as compared to the
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt556 into direct reclaim to work off the excess, but it never invokes the