| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | vio.c | 93 struct vio_cmo_pool excess; member 158 excess_free = vio_cmo.excess.free; in vio_cmo_alloc() 167 vio_cmo.excess.free -= size; in vio_cmo_alloc() 218 vio_cmo.excess.size -= tmp; in vio_cmo_dealloc() 250 vio_cmo.excess.size -= tmp; in vio_cmo_dealloc() 258 vio_cmo.excess.free += excess_freed; in vio_cmo_dealloc() 299 vio_cmo.excess.size += delta; in vio_cmo_entitlement_update() 300 vio_cmo.excess.free += delta; in vio_cmo_entitlement_update() 307 avail = vio_cmo.excess.free; in vio_cmo_entitlement_update() 329 tmp = min(vio_cmo.excess.free, delta); in vio_cmo_entitlement_update() [all …]
|
| /OK3568_Linux_fs/kernel/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() 426 if (flow->excess) in atm_tc_enqueue() 427 flow = flow->excess; in atm_tc_enqueue() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | area_formulas.hpp | 347 CT excess; in spherical() local 369 excess = alp2 - alp1; in spherical() 380 excess = CT(2.0) in spherical() 386 return excess; in spherical() 457 CT excess; in ellipsoidal() local 472 excess = CT(2) * atan2(sin_omg12 * (sin_bet1 * cos_bet2p1 + sin_bet2 * cos_bet1p1), in ellipsoidal() 483 excess = alp2 - alp1; in ellipsoidal() 486 result.spherical_term = excess; in ellipsoidal()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mremap.c | 549 unsigned long excess = 0; in move_vma() local 622 excess = vma->vm_end - vma->vm_start - old_len; in move_vma() 672 vm_unacct_memory(excess >> PAGE_SHIFT); in move_vma() 673 excess = 0; in move_vma() 684 if (excess) { in move_vma()
|
| H A D | memcontrol.c | 672 unsigned long excess = 0; in soft_limit_excess() local 675 excess = nr_pages - soft_limit; in soft_limit_excess() 677 return excess; in soft_limit_excess() 682 unsigned long excess; in mem_cgroup_update_tree() local 695 excess = soft_limit_excess(memcg); in mem_cgroup_update_tree() 700 if (excess || mz->on_tree) { in mem_cgroup_update_tree() 711 __mem_cgroup_insert_exceeded(mz, mctz, excess); in mem_cgroup_update_tree() 1780 unsigned long excess; in mem_cgroup_soft_reclaim() local 1786 excess = soft_limit_excess(root_memcg); in mem_cgroup_soft_reclaim() 1806 if (total >= (excess >> 2) || in mem_cgroup_soft_reclaim() [all …]
|
| H A D | Kconfig | 361 int "Turn on mmap() excess space trimming before booting" 369 the excess and return it to the allocator. 371 If trimming is enabled, the excess is trimmed off and returned to the 375 If trimming is disabled, the excess is kept, but not used, which for 380 excess pages there must be before trimming should occur, or zero if 384 of 1 says that all excess pages should be trimmed.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-humidity-hdc2010 | 7 rid of excess condensation.
|
| H A D | sysfs-bus-iio-humidity-hdc100x | 7 rid of excess condensation.
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0111-fs-nilfs2-Reject-too-large-keys.patch | 7 indices in excess of that.
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-iocost.c | 1677 s64 excess, delta, target, new_hwi; in hweight_after_donation() local 1689 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation() 1690 if (excess > 0) { in hweight_after_donation() 1691 atomic64_add(excess, &iocg->vtime); in hweight_after_donation() 1692 atomic64_add(excess, &iocg->done_vtime); in hweight_after_donation() 1693 vtime += excess; in hweight_after_donation() 1694 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE); in hweight_after_donation() 2151 s64 excess; in ioc_timer_fn() local 2159 excess = now.vnow - vtime - ioc->margins.target; in ioc_timer_fn() 2160 if (excess > 0) { in ioc_timer_fn() [all …]
|
| /OK3568_Linux_fs/buildroot/package/agentpp/ |
| H A D | 0001-Fix-build-when-SNMPv3-is-disabled.patch | 7 is missing one and it has a few ones in excess. Fix them.
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | quota.rst | 27 the process which caused the excess. This method has the disadvantage that
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | sht3x.rst | 80 heater_enable: heater enable, heating element removes excess humidity from
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | hpsa.rst | 12 "split-brained" design of the cciss driver is a source of excess
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | wide-int.h | 861 int excess = len * HOST_BITS_PER_WIDE_INT - precision; 862 if (excess > 0) 863 high <<= excess; 1879 int excess = HOST_BITS_PER_WIDE_INT - precision; 1880 if (excess > 0) 1881 diff <<= excess;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | wide-int.h | 861 int excess = len * HOST_BITS_PER_WIDE_INT - precision; 862 if (excess > 0) 863 high <<= excess; 1879 int excess = HOST_BITS_PER_WIDE_INT - precision; 1880 if (excess > 0) 1881 diff <<= excess;
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | Kconfig | 144 This driver allows you to use excess PS3 video RAM as volatile
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | nommu-mmap.rst | 118 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
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | fotg210-hcd.c | 4186 u32 excess; in iso_stream_schedule() local 4202 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule() 4203 if (excess >= mod - 2 * SCHEDULE_SLOP) in iso_stream_schedule() 4204 start = next + excess - mod + period * in iso_stream_schedule() 4205 DIV_ROUND_UP(mod - excess, period); in iso_stream_schedule() 4207 start = next + excess + period; in iso_stream_schedule()
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | pm_qos_interface.rst | 187 it may cause excess latencies to be visible to software, causing it to miss
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | mass-storage.rst | 130 in “file” argument is greater then the value of “luns”, all excess
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miarc.c | 2269 int excess; in angleToLength() local 2291 excess = angle - dashIndexToXAngle(di); in angleToLength() 2297 if (excess > 0) { in angleToLength() 2299 ((double) excess) / dashXAngleStep; in angleToLength()
|