Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/platforms/pseries/
A Dvio.c94 struct vio_cmo_pool excess; member
168 vio_cmo.excess.free -= size; in vio_cmo_alloc()
219 vio_cmo.excess.size -= tmp; in vio_cmo_dealloc()
251 vio_cmo.excess.size -= tmp; in vio_cmo_dealloc()
308 avail = vio_cmo.excess.free; in vio_cmo_entitlement_update()
331 vio_cmo.excess.size -= tmp; in vio_cmo_entitlement_update()
332 vio_cmo.excess.free -= tmp; in vio_cmo_entitlement_update()
461 cmo->excess.free = 0; in vio_cmo_balance()
462 cmo->excess.size = 0; in vio_cmo_balance()
475 cmo->excess.free = cmo->excess.size - need; in vio_cmo_balance()
[all …]
/linux/net/sched/
A Dsch_atm.c58 struct atm_flow_data *excess; /* flow for excess traffic; member
162 if (flow->excess) in atm_tc_put()
163 atm_tc_put(sch, (unsigned long)flow->excess); in atm_tc_put()
201 struct atm_flow_data *excess = NULL; in atm_tc_change() local
244 excess = NULL; in atm_tc_change()
246 excess = (struct atm_flow_data *) in atm_tc_change()
248 if (!excess) in atm_tc_change()
309 flow->excess = excess; in atm_tc_change()
427 if (flow->excess) in atm_tc_enqueue()
428 flow = flow->excess; in atm_tc_enqueue()
[all …]
/linux/drivers/crypto/bcm/
A Dspu.c335 u32 excess; in spum_ns2_ctx_max_payload() local
341 excess = max_payload % blocksize; in spum_ns2_ctx_max_payload()
343 return max_payload - excess; in spum_ns2_ctx_max_payload()
364 u32 excess; in spum_nsp_ctx_max_payload() local
370 excess = max_payload % blocksize; in spum_nsp_ctx_max_payload()
372 return max_payload - excess; in spum_nsp_ctx_max_payload()
A Dspu2.c789 u32 excess = SPU2_MAX_PAYLOAD % blocksize; in spu2_ctx_max_payload() local
791 return SPU2_MAX_PAYLOAD - excess; in spu2_ctx_max_payload()
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-humidity7 rid of excess condensation.
/linux/fs/
A Dbinfmt_elf_fdpic.c1027 unsigned long maddr, disp, excess, excess1; in elf_fdpic_map_file_by_direct_mmap() local
1121 excess = phdr->p_memsz - phdr->p_filesz; in elf_fdpic_map_file_by_direct_mmap()
1125 if (excess > excess1) { in elf_fdpic_map_file_by_direct_mmap()
1130 xmaddr = vm_mmap(NULL, xaddr, excess - excess1, in elf_fdpic_map_file_by_direct_mmap()
1135 loop, xaddr, excess - excess1, prot, flags, in elf_fdpic_map_file_by_direct_mmap()
1151 if (excess > 0) { in elf_fdpic_map_file_by_direct_mmap()
1153 loop, maddr + phdr->p_filesz, excess); in elf_fdpic_map_file_by_direct_mmap()
1154 if (clear_user((void *) maddr + phdr->p_filesz, excess)) in elf_fdpic_map_file_by_direct_mmap()
/linux/mm/
A Dmremap.c578 unsigned long excess = 0; in move_vma() local
660 excess = vma->vm_end - vma->vm_start - old_len; in move_vma()
702 excess = 0; in move_vma()
713 if (excess) { in move_vma()
A Dmemcontrol.c516 unsigned long excess = 0; in soft_limit_excess() local
519 excess = nr_pages - soft_limit; in soft_limit_excess()
521 return excess; in soft_limit_excess()
526 unsigned long excess; in mem_cgroup_update_tree() local
539 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree()
544 if (excess || mz->on_tree) { in mem_cgroup_update_tree()
1625 unsigned long excess; in mem_cgroup_soft_reclaim() local
1631 excess = soft_limit_excess(root_memcg); in mem_cgroup_soft_reclaim()
1651 if (total >= (excess >> 2) || in mem_cgroup_soft_reclaim()
3412 unsigned long excess; in mem_cgroup_soft_limit_reclaim() local
[all …]
A DKconfig348 int "Turn on mmap() excess space trimming before booting"
356 the excess and return it to the allocator.
358 If trimming is enabled, the excess is trimmed off and returned to the
362 If trimming is disabled, the excess is kept, but not used, which for
367 excess pages there must be before trimming should occur, or zero if
371 of 1 says that all excess pages should be trimmed.
/linux/block/
A Dblk-iocost.c1723 s64 excess, delta, target, new_hwi; in hweight_after_donation() local
1735 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation()
1736 if (excess > 0) { in hweight_after_donation()
1737 atomic64_add(excess, &iocg->vtime); in hweight_after_donation()
1738 atomic64_add(excess, &iocg->done_vtime); in hweight_after_donation()
1739 vtime += excess; in hweight_after_donation()
1740 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE); in hweight_after_donation()
2178 s64 excess; in ioc_check_iocgs() local
2186 excess = now->vnow - vtime - ioc->margins.target; in ioc_check_iocgs()
2187 if (excess > 0) { in ioc_check_iocgs()
[all …]
/linux/Documentation/filesystems/
A Dquota.rst27 the process which caused the excess. This method has the disadvantage that
/linux/Documentation/hwmon/
A Dsht3x.rst80 heater_enable: heater enable, heating element removes excess humidity from
/linux/Documentation/scsi/
A Dhpsa.rst12 "split-brained" design of the cciss driver is a source of excess
/linux/arch/powerpc/platforms/ps3/
A DKconfig154 This driver allows you to use excess PS3 video RAM as volatile
/linux/Documentation/admin-guide/mm/
A Dnommu-mmap.rst118 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/drivers/usb/host/
A Dfotg210-hcd.c4189 u32 excess; in iso_stream_schedule() local
4205 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule()
4206 if (excess >= mod - 2 * SCHEDULE_SLOP) in iso_stream_schedule()
4207 start = next + excess - mod + period * in iso_stream_schedule()
4208 DIV_ROUND_UP(mod - excess, period); in iso_stream_schedule()
4210 start = next + excess + period; in iso_stream_schedule()
/linux/Documentation/usb/
A Dmass-storage.rst130 in “file” argument is greater then the value of “luns”, all excess
/linux/Documentation/power/
A Dpm_qos_interface.rst187 it may cause excess latencies to be visible to software, causing it to miss
/linux/arch/m68k/fpsp040/
A Dbindec.S69 | significant digits. The excess digits are collected
/linux/Documentation/admin-guide/device-mapper/
A Dthin-provisioning.rst88 a warning will be issued and the excess space will not be used.
/linux/Documentation/admin-guide/sysctl/
A Dvm.rst587 This value adjusts the excess page trimming behaviour of power-of-2 aligned
591 trims excess pages aggressively. Any value >= 1 acts as the watermark where
/linux/net/ipv4/
A DKconfig579 to utilize only the excess network bandwidth as compared to the
/linux/Documentation/admin-guide/pm/
A Dintel-speed-select.rst343 distribute all remaining (excess/deficit) budgets in proportion to a defined
/linux/Documentation/process/
A Dcoding-style.rst611 ugly), but try to avoid excess. Instead, put the comments at the head
/linux/Documentation/virt/uml/
A Duser_mode_linux_howto_v2.rst889 master image and COW changes may cause issues like NMIs from excess of

Completed in 67 milliseconds

12