Searched refs:underflows (Results 1 – 13 of 13) sorted by relevance
1 * Fix FIFO/buffer overflows and underflows
173 static atomic_t underflows; in percpu_ref_switch_to_atomic_rcu() local200 atomic_inc_return(&underflows) < 4) { in percpu_ref_switch_to_atomic_rcu()
1192 will detect preemption count underflows.
38 result underflows before rounding, but becomes a normalised number
457 const unsigned int *underflows, in check_entry_size_and_hooks() argument486 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()
594 const unsigned int *underflows, in check_entry_size_and_hooks() argument623 if ((unsigned char *)e - base == underflows[h]) { in check_entry_size_and_hooks()627 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
612 const unsigned int *underflows, in check_entry_size_and_hooks() argument641 if ((unsigned char *)e - base == underflows[h]) { in check_entry_size_and_hooks()645 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
118 leeway for computational errors (over/underflows). Example: if
205 the DCN pipeline without underflows or hangs in any given system configuration.
93 over/underflows and clamping issues of integer values in general. The usual
252 This can be forced to N to detect underflows (with a performance drop).
277 control mechanisms exist on both sides to prevent underflows and overflows.
265 prediction when the return stack buffer underflows while switching to
Completed in 47 milliseconds