/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 80 * @excess: pool of excess entitlement not needed for device reserves or spare 93 struct vio_cmo_pool excess; member 135 * Allocations come from memory reserved for the devices and any excess 137 * hotplug must be equal to %VIO_CMO_MIN_ENT for the excess pool to be 156 /* If spare is not fulfilled, the excess pool can not be used. */ in vio_cmo_alloc() 158 excess_free = vio_cmo.excess.free; in vio_cmo_alloc() 167 vio_cmo.excess.free -= size; in vio_cmo_alloc() 182 * the reserve pool is used to reduce device entitlement, the excess 199 /* Amount of memory freed from the excess poo in vio_cmo_dealloc() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 82 * @excess: pool of excess entitlement not needed for device reserves or spare 95 struct vio_cmo_pool excess; member 137 * Allocations come from memory reserved for the devices and any excess 139 * hotplug must be equal to %VIO_CMO_MIN_ENT for the excess pool to be 158 /* If spare is not fulfilled, the excess pool can not be used. */ in vio_cmo_alloc() 160 excess_free = vio_cmo.excess.free; in vio_cmo_alloc() 169 vio_cmo.excess.free -= size; in vio_cmo_alloc() 184 * the reserve pool is used to reduce device entitlement, the excess 201 /* Amount of memory freed from the excess poo in vio_cmo_dealloc() [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_atm.c | 58 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() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | mremap.c | 344 unsigned long excess = 0; in move_vma() local 404 excess = vma->vm_end - vma->vm_start - old_len; in move_vma() 454 vm_unacct_memory(excess >> PAGE_SHIFT); in move_vma() 455 excess = 0; in move_vma() 466 if (excess) { in move_vma()
|
H A D | memcontrol.c | 680 unsigned long excess = 0; in soft_limit_excess() local 683 excess = nr_pages - soft_limit; in soft_limit_excess() 685 return excess; in soft_limit_excess() 690 unsigned long excess; in mem_cgroup_update_tree() local 703 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree() 708 if (excess || mz->on_tree) { in mem_cgroup_update_tree() 717 * If excess is 0, no tree ops. in mem_cgroup_update_tree() 719 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_update_tree() 1725 /* Calculate swap excess capacity from memsw limit */ in mem_cgroup_get_max() 1776 unsigned long excess; in mem_cgroup_soft_reclaim() local 3429 unsigned long excess; mem_cgroup_soft_limit_reclaim() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | spu.c | 337 u32 excess; in spum_ns2_ctx_max_payload() local 343 excess = max_payload % blocksize; in spum_ns2_ctx_max_payload() 345 return max_payload - excess; in spum_ns2_ctx_max_payload() 366 u32 excess; in spum_nsp_ctx_max_payload() local 372 excess = max_payload % blocksize; in spum_nsp_ctx_max_payload() 374 return max_payload - excess; in spum_nsp_ctx_max_payload()
|
H A D | spu2.c | 787 u32 excess = SPU2_MAX_PAYLOAD % blocksize; in spu2_ctx_max_payload() local 789 return SPU2_MAX_PAYLOAD - excess; in spu2_ctx_max_payload()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | spu.c | 335 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 D | spu2.c | 789 u32 excess = SPU2_MAX_PAYLOAD % blocksize; in spu2_ctx_max_payload() local 791 return SPU2_MAX_PAYLOAD - excess; in spu2_ctx_max_payload()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-iocost.c | 1686 * function also throws away @iocg's excess budget. 1693 s64 excess, delta, target, new_hwi; in hweight_after_donation() local 1704 /* throw away excess above target */ in hweight_after_donation() 1705 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation() 1706 if (excess > 0) { in hweight_after_donation() 1707 atomic64_add(excess, &iocg->vtime); in hweight_after_donation() 1708 atomic64_add(excess, &iocg->done_vtime); in hweight_after_donation() 1709 vtime += excess; in hweight_after_donation() 1710 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE); in hweight_after_donation() 2167 s64 excess; in ioc_timer_fn() local [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf_fdpic.c | 1028 unsigned long maddr, disp, excess, excess1; in elf_fdpic_map_file_by_direct_mmap() local 1125 excess = phdr->p_memsz - phdr->p_filesz; in elf_fdpic_map_file_by_direct_mmap() 1129 if (excess > excess1) { in elf_fdpic_map_file_by_direct_mmap() 1134 xmaddr = vm_mmap(NULL, xaddr, excess - excess1, in elf_fdpic_map_file_by_direct_mmap() 1139 loop, xaddr, excess - excess1, prot, flags, in elf_fdpic_map_file_by_direct_mmap() 1155 if (excess > 0) { in elf_fdpic_map_file_by_direct_mmap() 1157 loop, maddr + phdr->p_filesz, excess); in elf_fdpic_map_file_by_direct_mmap() 1158 if (clear_user((void *) maddr + phdr->p_filesz, excess)) in elf_fdpic_map_file_by_direct_mmap()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf_fdpic.c | 1023 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()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-iocost.c | 1737 * function also throws away @iocg's excess budget. 1744 s64 excess, delta, target, new_hwi; in hweight_after_donation() local 1755 /* throw away excess above target */ in hweight_after_donation() 1756 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation() 1757 if (excess > 0) { in hweight_after_donation() 1758 atomic64_add(excess, &iocg->vtime); in hweight_after_donation() 1759 atomic64_add(excess, &iocg->done_vtime); in hweight_after_donation() 1760 vtime += excess; in hweight_after_donation() 1761 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE); in hweight_after_donation() 2199 s64 excess; in ioc_check_iocgs() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | memcontrol.c | 481 unsigned long excess = 0; in soft_limit_excess() local 484 excess = nr_pages - soft_limit; in soft_limit_excess() 486 return excess; in soft_limit_excess() 491 unsigned long excess; in mem_cgroup_update_tree() local 510 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree() 515 if (excess || mz->on_tree) { in mem_cgroup_update_tree() 524 * If excess is 0, no tree ops. in mem_cgroup_update_tree() 526 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_update_tree() 1730 /* Calculate swap excess capacity from memsw limit */ in mem_cgroup_get_max() 1785 unsigned long excess; in mem_cgroup_soft_reclaim() local 3565 unsigned long excess; mem_cgroup_soft_limit_reclaim() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210-hcd.c | 4183 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()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 4183 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()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bindec.S | 69 | significant digits. The excess digits are collected 452 | digits. The excess digits are collected in INEX2. If mul, 453 | Check d2 for excess 10 exponential value. If not zero,
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bindec.S | 69 | significant digits. The excess digits are collected 452 | digits. The excess digits are collected in INEX2. If mul, 453 | Check d2 for excess 10 exponential value. If not zero,
|