Searched refs:unlikely (Results 276 - 300 of 4104) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_wb.c118 if (unlikely(r != 0)) {
125 if (unlikely(r != 0)) {
157 if (unlikely(r)) {
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c3281 if (unlikely(!func)) {
3292 if (unlikely(ioctl->flags & KFD_IOC_FLAG_CHECKPOINT_RESTORE)) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c787 if (unlikely(!adev->nbio.funcs)) {
796 if (unlikely(!adev->nbio.funcs))
/linux-master/drivers/accel/ivpu/
H A Divpu_drv.h79 if (unlikely(IVPU_DBG_##type & ivpu_dbg_mask)) \
/linux-master/arch/x86/hyperv/
H A Dhv_apic.c121 if (unlikely(!ipi_arg))
/linux-master/arch/mips/kernel/
H A Dptrace.c1330 if (unlikely(test_thread_flag(TIF_SECCOMP))) {
1348 if (unlikely(test_thread_flag(TIF_SYSCALL_TRACEPOINT)))
1379 if (unlikely(test_thread_flag(TIF_SYSCALL_TRACEPOINT)))
/linux-master/arch/mips/include/asm/
H A Dptrace.h82 if (unlikely(offset > MAX_REG_OFFSET))
169 if (unlikely(!user_mode(regs)))
/linux-master/arch/loongarch/mm/
H A Dmmap.c30 if (unlikely(len > TASK_SIZE))
/linux-master/arch/loongarch/include/asm/
H A Dio.h81 (unlikely(__kfence_pool == NULL)) ? __va((unsigned long)paddr) : \
/linux-master/include/linux/
H A Dcompiler.h46 # ifndef unlikely
47 # define unlikely(x) (__branch_check__(x, 0, __builtin_constant_p(x))) macro
77 # define unlikely(x) __builtin_expect(!!(x), 0) macro
79 # define unlikely_notrace(x) unlikely(x)
/linux-master/fs/btrfs/
H A Dtransaction.c703 if (unlikely(type == TRANS_ATTACH ||
H A Ddelayed-inode.c1521 if (unlikely(ret)) {
1651 if (unlikely(ret)) {
/linux-master/kernel/time/
H A Dtimer.c1597 * be running again, but that's more than unlikely and just
1668 if (unlikely(ret < 0)) {
/linux-master/arch/x86/kernel/
H A Dsev.c245 if (unlikely(data->ghcb_active)) {
248 if (unlikely(data->backup_ghcb_active)) {
1949 if (unlikely(vc_from_invalid_context(regs))) {
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c765 * Don't get the IP here because it's unlikely to
1466 if (unlikely(mce_flags.p5))
1468 else if (unlikely(mce_flags.winchip))
1470 else if (unlikely(!mca_cfg.initialized))
/linux-master/arch/x86/events/intel/
H A Dds.c522 if (unlikely(!buffer))
577 if (unlikely(!buffer)) {
1597 * The TSC unstable case is a corner case and very unlikely to
2178 if (unlikely(base >= top)) {
2290 if (unlikely(base >= top)) {
/linux-master/sound/soc/sof/
H A Dipc4-mtrace.c129 if (unlikely(ret))
/linux-master/sound/soc/
H A Dsoc-ops.c658 if (unlikely(!name || max <= 0))
/linux-master/net/vmw_vsock/
H A Dvirtio_transport.c599 if (unlikely(len < sizeof(struct virtio_vsock_hdr) ||
/linux-master/net/sunrpc/
H A Dsvcsock.c272 if (unlikely(msg->msg_controllen != sizeof(u)))
930 if (unlikely(err < 0))
/linux-master/net/sched/
H A Dsch_api.c575 if (unlikely(!stab->szopts.tsize))
579 if (unlikely(slot < 0))
592 if (unlikely(pkt_len < 1))
H A Dact_skbmod.c38 if (unlikely(action == TC_ACT_SHOT))
66 if (unlikely(err)) /* best policy is to drop on the floor */
190 if (unlikely(!p)) {
/linux-master/net/mptcp/
H A Dsubflow.c179 if (unlikely(req->syncookie)) {
229 if (unlikely(req->syncookie)) {
604 if (unlikely(err < 0))
615 if (unlikely(err < 0))
950 if (unlikely(before(ssn, subflow->map_subflow_seq))) {
957 if (unlikely(!before(ssn, subflow->map_subflow_seq +
1013 if (unlikely(ssk->sk_state == TCP_CLOSE))
1036 if (unlikely(csum)) {
1167 if (unlikely(subflow->map_csum_reqd != csum_reqd))
1278 if (unlikely(statu
[all...]
/linux-master/net/ipv6/
H A Dip6_gre.c531 if (unlikely(!pskb_may_pull(skb, sizeof(*ershdr))))
544 if (unlikely(!pskb_may_pull(skb, len)))
611 if (unlikely(tpi.proto == htons(ETH_P_ERSPAN) ||
739 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX)))
772 unlikely(ip_tunnel_info_af(tun_info) != AF_INET6))
998 unlikely(ip_tunnel_info_af(tun_info) != AF_INET6))
/linux-master/net/ipv4/
H A Dip_gre.c283 if (unlikely(!pskb_may_pull(skb,
301 if (unlikely(!pskb_may_pull(skb, len)))
445 if (unlikely(tpi.proto == htons(ETH_P_ERSPAN) ||
492 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) ||
534 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) ||

Completed in 320 milliseconds

<<11121314151617181920>>