Searched refs:unlikely (Results 476 - 500 of 4104) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/bcachefs/
H A Dbtree_write_buffer.h42 if (unlikely(!dst->room))
/linux-master/net/dsa/
H A Dtag_brcm.c149 if (unlikely(!pskb_may_pull(skb, BRCM_TAG_LEN)))
155 if (unlikely((brcm_tag[0] >> BRCM_OPCODE_SHIFT) & BRCM_OPCODE_MASK))
161 if (unlikely(brcm_tag[2] & BRCM_EG_RC_RSVD))
260 if (unlikely(!pskb_may_pull(skb, BRCM_LEG_PORT_ID)))
H A Dtag_mtk.c74 if (unlikely(!pskb_may_pull(skb, MTK_HDR_LEN)))
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c150 if (unlikely(!(cmd->flags & CMD_SEND_IN_RFKILL) &&
163 if (unlikely(trans->system_pm_mode == IWL_PLAT_PM_MODE_D3 &&
167 if (unlikely(test_bit(STATUS_FW_ERROR, &trans->status)))
170 if (unlikely(trans->state != IWL_TRANS_FW_ALIVE)) {
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_irq.c36 if (unlikely(!iir))
/linux-master/arch/x86/include/asm/
H A Dkmsan.h70 if (unlikely(x > y)) {
H A Dswitch_to.h58 if (unlikely(this_cpu_read(cpu_tss_rw.x86_tss.ss1) == thread->sysenter_cs))
/linux-master/net/llc/
H A Daf_llc.c131 if (unlikely(llc_data_accept_state(llc->state) ||
205 if (unlikely(sk == NULL))
350 if (unlikely(!sock_flag(sk, SOCK_ZAPPED) || addrlen != sizeof(*addr)))
355 if (unlikely(addr->sllc_family != AF_LLC || addr->sllc_arphrd != ARPHRD_ETHER))
451 if (unlikely(sk->sk_state != TCP_ESTABLISHED))
489 if (unlikely(addrlen != sizeof(*addr)))
492 if (unlikely(addr->sllc_family != AF_LLC))
494 if (unlikely(sk->sk_type != SOCK_STREAM))
497 if (unlikely(sock->state == SS_CONNECTING))
559 if (unlikely(soc
[all...]
/linux-master/include/linux/
H A Dptrace.h5 #include <linux/compiler.h> /* For unlikely. */
97 if (unlikely(child->ptrace))
119 if (unlikely(task->ptrace))
150 if (unlikely(ptrace_event_enabled(current, event))) {
208 if (unlikely(ptrace) && current->ptrace) {
H A Dbacking-dev.h226 if (wb && unlikely(!wb_tryget(wb)))
230 if (unlikely(!wb)) {
296 if (unlikely(cookie->locked))
314 if (unlikely(cookie->locked))
H A Ddynamic_queue_limits.h114 if (unlikely(now_hi != dql->history_head)) {
/linux-master/net/sched/
H A Dem_cmp.c18 return unlikely(cmp->flags & TCF_EM_CMP_TRANS);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dsetup.c132 if (unlikely(err))
136 if (unlikely(err))
141 if (unlikely(err))
151 if (unlikely(err))
/linux-master/net/ipv4/
H A Dgre_offload.c30 if (unlikely(tnl_hlen < sizeof(struct gre_base_hdr)))
33 if (unlikely(!pskb_may_pull(skb, tnl_hlen)))
142 if (unlikely(!greh))
179 if (unlikely(!greh))
/linux-master/net/xfrm/
H A Dxfrm_interface_bpf.c68 if (unlikely(skb_metadata_dst(skb)))
/linux-master/security/integrity/evm/
H A Devm.h48 if (unlikely(!inode->i_security))
/linux-master/drivers/gpu/drm/i915/
H A Di915_syncmap.c201 if (unlikely(!p))
234 if (unlikely(!p))
284 if (unlikely(!next))
319 if (unlikely(!next))
H A Di915_memcpy.c119 if (unlikely(((unsigned long)dst | (unsigned long)src | len) & 15))
/linux-master/arch/sh/kernel/
H A Dsetup.c132 if (unlikely(end <= start))
134 if (unlikely(start & ~PAGE_MASK)) {
139 if (unlikely(start < __MEMORY_START)) {
145 if (unlikely(end > memblock_end_of_DRAM())) {
/linux-master/arch/arm64/include/asm/
H A Darchrandom.h64 if (unlikely(!system_capabilities_finalized() && !preemptible()))
/linux-master/kernel/trace/
H A Dtrace_probe_tmpl.h93 if (unlikely(!maxlen))
152 if (unlikely(!dest)) {
242 if (unlikely(arg->dynamic)) {
267 if (unlikely(arg->dynamic))
/linux-master/include/drm/
H A Ddrm_exec.h122 if (unlikely(drm_exec_is_contended(exec))) \
/linux-master/fs/nfs/filelayout/
H A Dfilelayoutdev.c90 if (unlikely(!p))
108 if (unlikely(!p))
121 if (unlikely(!p))
157 if (unlikely(!p))
/linux-master/drivers/acpi/riscv/
H A Dcpuidle.c28 if (unlikely(!pr || !pr->flags.has_lpi))
/linux-master/kernel/entry/
H A Dcommon.c20 if (unlikely(audit_context())) {
60 if (unlikely(work & SYSCALL_WORK_SYSCALL_TRACEPOINT)) {
160 if (unlikely(current->syscall_dispatch.on_dispatch)) {
199 if (unlikely(work & SYSCALL_WORK_EXIT))

Completed in 375 milliseconds

<<11121314151617181920>>