Home
last modified time | relevance | path

Searched refs:underflows (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/lib/
H A Dpercpu-refcount.c173 static atomic_t underflows; in percpu_ref_switch_to_atomic_rcu() local
200 atomic_inc_return(&underflows) < 4) { in percpu_ref_switch_to_atomic_rcu()
H A DKconfig.debug1360 will detect preemption count underflows.
/linux-6.15/Documentation/arch/arm/vfp/
H A Drelease-notes.rst38 result underflows before rounding, but becomes a normalised number
/linux-6.15/net/ipv4/netfilter/
H A Darp_tables.c457 const unsigned int *underflows, in check_entry_size_and_hooks() argument
486 if ((unsigned char *)e - base == underflows[h]) { in check_entry_size_and_hooks()
490 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
H A Dip_tables.c592 const unsigned int *underflows, in check_entry_size_and_hooks() argument
621 if ((unsigned char *)e - base == underflows[h]) { in check_entry_size_and_hooks()
625 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
/linux-6.15/net/ipv6/netfilter/
H A Dip6_tables.c610 const unsigned int *underflows, in check_entry_size_and_hooks() argument
639 if ((unsigned char *)e - base == underflows[h]) { in check_entry_size_and_hooks()
643 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
/linux-6.15/Documentation/fb/
H A Dintel810.rst118 leeway for computational errors (over/underflows). Example: if
/linux-6.15/Documentation/gpu/amdgpu/display/
H A Ddcn-overview.rst207 the DCN pipeline without underflows or hangs in any given system configuration.
/linux-6.15/Documentation/process/
H A Dbotching-up-ioctls.rst93 over/underflows and clamping issues of integer values in general. The usual
/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Drsb.rst175 underflows are mitigated by IBRS or eIBRS:
H A Dspectre.rst264 prediction when the return stack buffer underflows while switching to
/linux-6.15/net/
H A DKconfig287 This can be forced to N to detect underflows (with a performance drop).
/linux-6.15/Documentation/driver-api/
H A Dxillybus.rst277 control mechanisms exist on both sides to prevent underflows and overflows.