Searched refs:unlikely (Results 51 - 75 of 4131) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dsignalfd.h21 if (unlikely(waitqueue_active(&tsk->sighand->signalfd_wqh)))
/linux-master/include/linux/lockd/
H A Ddebug.h21 # define ifdebug(flag) if (unlikely(nlm_debug & NLMDBG_##flag))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dpool.h15 if (unlikely(ix >= params->num_channels))
/linux-master/arch/sh/boards/mach-se/7722/
H A Dirq.c51 if (unlikely(!se7722_irq_domain)) {
59 if (unlikely(irq == 0)) {
76 if (unlikely(!gc))
102 if (unlikely(!se7722_irq_regs)) {
/linux-master/arch/x86/pci/
H A Dnumachip.c34 if (unlikely((bus > 255) || (devfn > 255) || (reg > 4095))) {
40 if (unlikely(bus == 0 && devfn >= limit)) {
74 if (unlikely((bus > 255) || (devfn > 255) || (reg > 4095)))
78 if (unlikely(bus == 0 && devfn >= limit))
/linux-master/arch/x86/kernel/
H A Dprocess.h36 if (unlikely(next_tif & _TIF_WORK_CTXSW_NEXT ||
/linux-master/arch/parisc/include/asm/
H A Dfutex.h48 if (unlikely(get_user(oldval, uaddr) != 0)) {
77 if (unlikely(put_user(tmp, uaddr) != 0))
111 if (unlikely(get_user(val, uaddr) != 0)) {
116 if (val == oldval && unlikely(put_user(newval, uaddr) != 0)) {
/linux-master/drivers/md/
H A Ddm-audit.c29 if (unlikely(!ab))
47 if (unlikely(!ab))
55 if (unlikely(!ab))
77 if (unlikely(!ab))
/linux-master/arch/mips/bmips/
H A Ddma.c20 if (unlikely(bmips_rac_flush_disable))
/linux-master/arch/x86/include/asm/
H A Dcpumask.h35 #define arch_cpu_is_offline(cpu) unlikely(!arch_cpu_online(cpu))
/linux-master/include/linux/sched/
H A Ddeadline.h17 if (unlikely(prio < MAX_DL_PRIO))
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dsram.c35 if (unlikely(area == LCLASR_AREA_MASK)) {
51 if (unlikely(!vaddr)) {
61 if (unlikely(ret < 0)) {
/linux-master/arch/nios2/mm/
H A Dmmu_context.c65 if (unlikely(CTX_PID(next_mmu_context) == 0)) {
74 if (unlikely(CTX_VERSION(next_mmu_context) == 0))
89 if (unlikely(CTX_VERSION(next->context) !=
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dselq.h32 while (unlikely(txq >= num_channels))
39 if (unlikely(txq >= num_channels)) {
40 if (unlikely(txq >= num_channels << 3))
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_64k.c58 if (unlikely(old_pte & H_PAGE_BUSY))
61 if (unlikely(!check_pte_access(access, old_pte)))
167 if (unlikely(slot == -1)) {
177 if (unlikely(soft_invalid)) {
190 if (unlikely(slot == -1 || soft_invalid)) {
211 if (unlikely(slot == -2)) {
247 if (unlikely(old_pte & H_PAGE_BUSY))
250 if (unlikely(!check_pte_access(access, old_pte)))
257 unlikely(pte_ci(pte)))
276 if (unlikely(old_pt
[all...]
/linux-master/drivers/sh/intc/
H A Duserimask.c67 if (unlikely(!uimask))
81 if (unlikely(uimask))
85 if (unlikely(!uimask))
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_frontbuffer.h24 if (unlikely(rcu_access_pointer(obj->frontbuffer)))
32 if (unlikely(rcu_access_pointer(obj->frontbuffer)))
59 if (unlikely(!kref_get_unless_zero(&front->ref)))
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_lib.c183 if (unlikely(intr_status & DMA_STATUS_AIS)) {
184 if (unlikely(intr_status & DMA_STATUS_UNF)) {
188 if (unlikely(intr_status & DMA_STATUS_TJT))
191 if (unlikely(intr_status & DMA_STATUS_OVF))
194 if (unlikely(intr_status & DMA_STATUS_RU))
196 if (unlikely(intr_status & DMA_STATUS_RPS))
198 if (unlikely(intr_status & DMA_STATUS_RWT))
200 if (unlikely(intr_status & DMA_STATUS_ETI))
202 if (unlikely(intr_status & DMA_STATUS_TPS)) {
206 if (unlikely(intr_statu
[all...]
/linux-master/net/ipv4/
H A Dfou_bpf.c50 if (unlikely(!encap))
53 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX)))
92 if (unlikely(!info))
/linux-master/arch/sh/mm/
H A Dtlbex_32.c41 if (unlikely(address >= TASK_SIZE || !current->mm))
58 if (unlikely(pte_none(entry) || pte_not_present(entry)))
60 if (unlikely(error_code && !pte_write(entry)))
/linux-master/arch/csky/kernel/probes/
H A Dftrace.c15 if (unlikely(kprobe_ftrace_disabled))
26 if (unlikely(!p) || kprobe_disabled(p))
49 if (unlikely(p->post_handler)) {
/linux-master/arch/riscv/kernel/probes/
H A Dftrace.c14 if (unlikely(kprobe_ftrace_disabled))
22 if (unlikely(!p) || kprobe_disabled(p))
43 if (unlikely(p->post_handler)) {
/linux-master/arch/powerpc/kernel/
H A Dkprobes-ftrace.c24 if (unlikely(kprobe_ftrace_disabled))
33 if (unlikely(!p) || kprobe_disabled(p))
54 if (unlikely(p->post_handler)) {
/linux-master/arch/x86/kernel/kprobes/
H A Dftrace.c24 if (unlikely(kprobe_ftrace_disabled))
32 if (unlikely(!p) || kprobe_disabled(p))
51 if (unlikely(p->post_handler)) {
/linux-master/fs/nfs/
H A Dnfs3xdr.c146 if (unlikely(!p))
157 if (unlikely(!p))
200 if (unlikely(!p))
206 if (unlikely(!p))
235 if (unlikely(!p))
238 if (unlikely(count >= xdr->buf->page_len || count > NFS3_MAXPATHLEN))
241 if (unlikely(count > recvd))
286 if (unlikely(!p))
310 if (unlikely(!p))
341 if (unlikely(!
[all...]

Completed in 383 milliseconds

1234567891011>>