Searched refs:unlikely (Results 426 - 450 of 4104) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.c77 if (unlikely(ret))
/linux-master/include/linux/
H A Dratelimit.h60 if (unlikely(rtn && __ratelimit(&_rs))) \
H A Dcookie.h38 unlikely((val & (COOKIE_LOCAL_BATCH - 1)) == 0)) {
H A Dbug.h83 bool corruption = unlikely(condition); \
H A Doom.h95 if (unlikely(test_bit(MMF_UNSTABLE, &mm->flags)))
/linux-master/include/crypto/
H A Dcurve25519.h50 if (unlikely(!crypto_memneq(secret, curve25519_null_point,
/linux-master/arch/mips/loongson2ef/lemote-2f/
H A Dirq.c43 if (unlikely(irq == 7)) {
/linux-master/kernel/trace/
H A Dtrace_clock.c126 if (unlikely(in_nmi()))
/linux-master/net/dccp/ccids/lib/
H A Dtfrc_equation.c699 if (unlikely(loss_event_rate == 0)) /* map 1/0 into 100% */
/linux-master/arch/arm/kernel/
H A Dinsn.c47 if (unlikely(offset < -33554432 || offset > 33554428)) {
/linux-master/lib/
H A Drefcount.c79 if (unlikely(val == REFCOUNT_SATURATED))
/linux-master/arch/s390/include/asm/vdso/
H A Dgettimeofday.h31 if (unlikely((s64) adj > 0))
/linux-master/arch/riscv/lib/
H A Ddelay.c90 if (unlikely(usecs > MAX_UDELAY_US)) {
/linux-master/arch/sh/kernel/cpu/
H A Dfpu.c58 if (unlikely(!user_mode(regs))) {
/linux-master/drivers/net/wireless/intersil/p54/
H A Dtxrx.c95 if (unlikely(skb_queue_len(&priv->tx_queue) == 32)) {
119 if (unlikely(!target_skb)) {
139 unlikely(GET_HW_QUEUE(skb) == P54_QUEUE_BEACON))
156 if (unlikely(!skb))
160 if (unlikely(ret))
171 if (unlikely(priv->mode == NL80211_IFTYPE_UNSPECIFIED))
198 if (unlikely(queue->len >= queue->limit && IS_QOS_QUEUE(p54_queue))) {
206 if (unlikely(queue->len == queue->limit && IS_QOS_QUEUE(p54_queue))) {
225 if (unlikely(GET_HW_QUEUE(skb) == P54_QUEUE_BEACON)) {
239 if (unlikely(!sk
[all...]
/linux-master/include/linux/mlx5/
H A Deq.h43 if (unlikely(cc >= MLX5_NUM_SPARE_EQE)) {
/linux-master/arch/sh/kernel/
H A Dtopology.c55 if (unlikely(ret))
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_object.h35 if (unlikely(r != 0)) {
/linux-master/arch/s390/kernel/
H A Dalternative.c37 if (unlikely(a->instrlen % 2)) {
/linux-master/include/net/netfilter/
H A Dnf_conntrack_extend.h64 if (unlikely(ext->gen_id))
/linux-master/arch/riscv/kernel/
H A Dcompat_signal.c28 * future. Though this is unlikely, other architectures put uc_sigmask
57 if (unlikely(err))
67 if (unlikely(err))
85 if (unlikely(err))
91 if (unlikely(err))
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h24 if (unlikely(pgd == NULL))
/linux-master/kernel/locking/
H A Dqrwlock.c26 if (unlikely(in_interrupt())) {
/linux-master/mm/
H A Dfailslab.c22 if (unlikely(s == kmem_cache))
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_wopcm.c170 if (unlikely(range_overflows(guc_wopcm_base, guc_wopcm_size, size))) {
179 if (unlikely(guc_wopcm_size < size)) {
188 if (unlikely(guc_wopcm_base < size)) {
271 * math. In the extremely unlikely case that the registers
289 if (unlikely(i915->media_gt)) {

Completed in 225 milliseconds

<<11121314151617181920>>