Searched refs:unlikely (Results 451 - 475 of 4104) sorted by relevance

<<11121314151617181920>>

/linux-master/include/linux/
H A Dbpf_lsm.h36 if (unlikely(!inode->i_security))
H A Dseccomp.h29 if (unlikely(test_syscall_work(SECCOMP)))
/linux-master/net/openvswitch/
H A Dvport-netdev.c34 if (unlikely(!vport))
37 if (unlikely(skb_warn_if_lro(skb)))
44 if (unlikely(!skb))
61 if (unlikely(skb->pkt_type == PACKET_LOOPBACK))
/linux-master/arch/powerpc/include/asm/
H A Dcputime.h82 if (unlikely(local_paca->dtl_ridx != be64_to_cpu(lp->dtl_idx)))
H A Ddebug.h25 if (unlikely(__ ## __NAME)) \
H A Didle.h68 if (unlikely(get_lppaca()->idle == 1)) {
H A Dpgalloc.h10 if (unlikely(mm == &init_mm))
/linux-master/kernel/
H A Drseq.c320 if (unlikely(t->flags & PF_EXITING))
330 if (unlikely(ret < 0))
333 if (unlikely(rseq_update_cpu_node_id(t)))
389 if (unlikely(flags))
/linux-master/arch/alpha/lib/
H A Dfpreg.c24 if (unlikely(reg >= 32))
77 if (unlikely(reg >= 32))
133 if (unlikely(reg >= 32))
188 if (unlikely(reg >= 32))
/linux-master/arch/s390/kernel/
H A Dftrace.c244 if (unlikely(ftrace_graph_is_dead()))
246 if (unlikely(atomic_read(&current->tracing_graph_pause)))
305 if (!regs || unlikely(!p) || kprobe_disabled(p))
324 if (unlikely(p->post_handler)) {
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1300.h107 if (unlikely(gpio > 63))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_txrx.h37 if (unlikely(wi->resync_dump_frag_page)) {
/linux-master/arch/arm64/kernel/
H A Dcpuidle.c26 if (unlikely(!pr || !pr->flags.has_lpi))
H A Dtopology.c111 if (unlikely(!per_cpu(arch_const_cycles_prev, cpu) ||
124 if (unlikely(!max_rate || !ref_rate)) {
141 * be unlikely).
166 if (unlikely(core_cnt <= prev_core_cnt ||
197 if (unlikely(cpumask_subset(cpus, amu_fie_cpus)))
/linux-master/arch/csky/include/asm/
H A Dptrace.h93 if (unlikely(offset > MAX_REG_OFFSET))
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h191 if (unlikely(p4d_val(p4d) & ~PAGE_MASK))
249 if (unlikely(pmd_val(pmd) & _PAGE_HUGE))
253 if (unlikely(pmd_val(pmd) & ~PAGE_MASK))
262 if (unlikely(pmd_val(pmd) & _PAGE_HUGE))
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c54 if (unlikely(!dctx->sset)) {
83 if (unlikely(dctx->buflen)) {
125 if (unlikely(srclen)) {
137 if (unlikely(!dctx->sset))
/linux-master/arch/openrisc/kernel/
H A Dsignal.c270 if (unlikely(restart) && regs->pc == restart_addr) {
288 if (unlikely(restart) && regs->pc == restart_addr) {
304 if (unlikely(!user_mode(regs)))
309 if (unlikely(restart)) {
/linux-master/net/xdp/
H A Dxsk_queue.c42 if (unlikely(size == SIZE_MAX)) {
/linux-master/drivers/net/can/dev/
H A Dskb.c214 if (unlikely(!skb)) {
237 if (unlikely(!skb)) {
267 if (unlikely(!skb))
294 if (unlikely(!skb))
/linux-master/fs/proc/
H A Dself.c23 if (unlikely(!name))
/linux-master/kernel/locking/
H A Dspinlock_rt.c42 if (unlikely(!rt_mutex_cmpxchg_acquire(rtm, NULL, current)))
84 if (unlikely(!rt_mutex_cmpxchg_release(&lock->lock, current, NULL)))
105 if (unlikely(!rt_mutex_cmpxchg_acquire(&lock->lock, NULL, current)))
159 if (unlikely(!rt_mutex_cmpxchg_acquire(rtm, NULL, current)))
/linux-master/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.h42 if (unlikely(!tx)) {
/linux-master/include/asm-generic/
H A Dqspinlock.h94 if (unlikely(val))
/linux-master/arch/mips/mm/
H A Dfault.c84 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END))
87 if (unlikely(address >= MODULE_START && address < MODULE_END))
140 if (unlikely(!vma_is_accessible(vma)))
162 if (unlikely(fault & VM_FAULT_ERROR)) {

Completed in 199 milliseconds

<<11121314151617181920>>