Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvio.c95 struct vio_cmo_pool excess; member
169 vio_cmo.excess.free -= size; in vio_cmo_alloc()
220 vio_cmo.excess.size -= tmp; in vio_cmo_dealloc()
252 vio_cmo.excess.size -= tmp; in vio_cmo_dealloc()
309 avail = vio_cmo.excess.free; in vio_cmo_entitlement_update()
332 vio_cmo.excess.size -= tmp; in vio_cmo_entitlement_update()
333 vio_cmo.excess.free -= tmp; in vio_cmo_entitlement_update()
462 cmo->excess.free = 0; in vio_cmo_balance()
463 cmo->excess.size = 0; in vio_cmo_balance()
476 cmo->excess.free = cmo->excess.size - need; in vio_cmo_balance()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-humidity7 rid of excess condensation.
/openbmc/linux/drivers/crypto/bcm/
H 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()
H 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()
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c1023 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()
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0003-Fix-mm_compaction_migratepages-changed-in-linux-6.9-.patch21 freeing the freepages to avoid isolating excess freepages. And I can see
/openbmc/linux/block/
H A Dblk-iocost.c1748 s64 excess, delta, target, new_hwi; in hweight_after_donation() local
1760 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation()
1761 if (excess > 0) { in hweight_after_donation()
1762 atomic64_add(excess, &iocg->vtime); in hweight_after_donation()
1763 atomic64_add(excess, &iocg->done_vtime); in hweight_after_donation()
1764 vtime += excess; in hweight_after_donation()
1765 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE); in hweight_after_donation()
2203 s64 excess; in ioc_check_iocgs() local
2211 excess = now->vnow - vtime - ioc->margins.target; in ioc_check_iocgs()
2212 if (excess > 0) { in ioc_check_iocgs()
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dsht3x.rst73 heater_enable: heater enable, heating element removes excess humidity from
/openbmc/linux/Documentation/filesystems/
H A Dquota.rst27 the process which caused the excess. This method has the disadvantage that
/openbmc/linux/mm/
H A Dmemcontrol.c472 unsigned long excess = 0; in soft_limit_excess() local
475 excess = nr_pages - soft_limit; in soft_limit_excess()
477 return excess; in soft_limit_excess()
482 unsigned long excess; in mem_cgroup_update_tree() local
501 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree()
506 if (excess || mz->on_tree) { in mem_cgroup_update_tree()
1755 unsigned long excess; in mem_cgroup_soft_reclaim() local
1761 excess = soft_limit_excess(root_memcg); in mem_cgroup_soft_reclaim()
1781 if (total >= (excess >> 2) || in mem_cgroup_soft_reclaim()
3535 unsigned long excess; in mem_cgroup_soft_limit_reclaim() local
[all …]
H A DKconfig789 int "Turn on mmap() excess space trimming before booting"
797 the excess and return it to the allocator.
799 If trimming is enabled, the excess is trimmed off and returned to the
803 If trimming is disabled, the excess is kept, but not used, which for
808 excess pages there must be before trimming should occur, or zero if
812 of 1 says that all excess pages should be trimmed.
/openbmc/linux/drivers/nvdimm/
H A DKconfig119 the kernel will permanently reserve and strand excess
/openbmc/linux/Documentation/scsi/
H A Dhpsa.rst12 "split-brained" design of the cciss driver is a source of excess
/openbmc/linux/arch/powerpc/platforms/ps3/
H A DKconfig155 This driver allows you to use excess PS3 video RAM as volatile
/openbmc/linux/Documentation/admin-guide/mm/
H 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
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.4.rst58 - docs: suppress excess use of "following" word
H A Drelease-notes-4.0.17.rst67 - manuals: suppress excess use of "following" word
/openbmc/linux/Documentation/accel/qaic/
H A Dqaic.rst20 workload is known to trigger this condition, and can generate in excess of 100k
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c4183 u32 excess; in iso_stream_schedule() local
4199 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule()
4200 if (excess >= mod - 2 * SCHEDULE_SLOP) in iso_stream_schedule()
4201 start = next + excess - mod + period * in iso_stream_schedule()
4202 DIV_ROUND_UP(mod - excess, period); in iso_stream_schedule()
4204 start = next + excess + period; in iso_stream_schedule()
/openbmc/linux/Documentation/power/
H A Dpm_qos_interface.rst187 it may cause excess latencies to be visible to software, causing it to miss
/openbmc/linux/Documentation/usb/
H A Dmass-storage.rst130 in “file” argument is greater then the value of “luns”, all excess
/openbmc/linux/arch/m68k/fpsp040/
H A Dbindec.S69 | significant digits. The excess digits are collected
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dthin-provisioning.rst88 a warning will be issued and the excess space will not be used.
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst625 This value adjusts the excess page trimming behaviour of power-of-2 aligned
629 trims excess pages aggressively. Any value >= 1 acts as the watermark where
/openbmc/linux/net/ipv4/
H A DKconfig588 to utilize only the excess network bandwidth as compared to the

12