Searched refs:unlikely (Results 351 - 375 of 4104) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/ssb/
H A Dpci.c965 if (unlikely(ssb_pci_assert_buspower(bus)))
967 if (unlikely(bus->mapped_device != dev)) {
968 if (unlikely(ssb_pci_switch_core(bus, dev)))
978 if (unlikely(ssb_pci_assert_buspower(bus)))
980 if (unlikely(bus->mapped_device != dev)) {
981 if (unlikely(ssb_pci_switch_core(bus, dev)))
991 if (unlikely(ssb_pci_assert_buspower(bus)))
993 if (unlikely(bus->mapped_device != dev)) {
994 if (unlikely(ssb_pci_switch_core(bus, dev)))
1007 if (unlikely(ssb_pci_assert_buspowe
[all...]
/linux-master/net/sunrpc/
H A Dsocklib.c51 if (unlikely(skb_copy_bits(desc->skb, desc->offset, to, len)))
108 if (unlikely(pglen == 0))
110 if (unlikely(base >= pglen)) {
127 if (unlikely(*ppage == NULL)) {
193 if (unlikely(skb->ip_summed == CHECKSUM_COMPLETE) &&
275 if (unlikely(!sock))
/linux-master/kernel/
H A Dnotifier.c30 if (unlikely((*nl) == n)) {
86 if (unlikely(!func_ptr_is_kernel_text(nb->notifier_call))) {
268 if (unlikely(system_state == SYSTEM_BOOTING))
331 if (unlikely(system_state == SYSTEM_BOOTING))
490 if (unlikely(system_state == SYSTEM_BOOTING))
520 if (unlikely(system_state == SYSTEM_BOOTING))
/linux-master/drivers/xen/
H A Dgrant-dma-ops.c92 if (unlikely(data->broken))
127 if (unlikely(data->broken))
133 if (unlikely(!gnttab_end_foreign_access_ref(grant + i))) {
185 if (unlikely(data->broken))
218 if (unlikely(data->broken))
224 if (unlikely(!gnttab_end_foreign_access_ref(grant + i))) {
/linux-master/net/ipv6/
H A Drpl_iptunnel.c157 if (unlikely(err)) {
212 if (unlikely(err))
219 if (unlikely(!dst)) {
246 if (unlikely(err))
266 if (unlikely(err)) {
290 if (unlikely(err))
/linux-master/include/rv/
H A Dda_monitor.h122 if (unlikely(!rv_monitoring_on())) \
126 if (unlikely(!rv_##name.enabled)) \
142 if (unlikely(!da_monitoring_##name(da_mon))) \
418 if (unlikely(!da_monitoring_##name(da_mon))) { \
443 if (unlikely(!da_monitoring_##name(da_mon))) \
503 if (unlikely(!da_monitoring_##name(da_mon))) { \
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_exec.c182 if (unlikely(!atomic_read(&chan->killed)))
210 if (unlikely(p->va_len > NV50_DMA_PUSH_MAX_LENGTH)) {
358 if (unlikely(!abi16))
362 if (unlikely(!nouveau_cli_uvmm(cli)))
375 if (unlikely(atomic_read(&chan->killed)))
382 if (unlikely(req->push_count > push_max)) {
/linux-master/include/linux/
H A Dswapops.h186 return unlikely(swp_type(entry) == SWP_DEVICE_WRITE);
207 return unlikely(swp_type(entry) == SWP_DEVICE_EXCLUSIVE_WRITE);
254 return unlikely(swp_type(entry) == SWP_MIGRATION_READ ||
261 return unlikely(swp_type(entry) == SWP_MIGRATION_WRITE);
266 return unlikely(swp_type(entry) == SWP_MIGRATION_READ);
271 return unlikely(swp_type(entry) == SWP_MIGRATION_READ_EXCLUSIVE);
/linux-master/fs/nilfs2/
H A Dsegment.c209 if (unlikely(ret < 0))
320 if (sb_rdonly(sb) || unlikely(!sci) || !sci->sc_flush_request)
396 if (unlikely(ssp->offset + bytes > blocksize)) {
422 if (unlikely(err))
562 if (unlikely(required)) {
565 if (unlikely(err))
707 if (unlikely(start != 0 || end != LLONG_MAX)) {
718 if (unlikely(index > last) ||
728 if (unlikely(folio->mapping != mapping)) {
746 if (unlikely(ndirtie
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_mm.c110 if (unlikely(err)) {
148 if (unlikely(err)) {
H A Di915_gem.h97 #define GEM_BUG_ON(condition) do { if (unlikely((condition))) { \
113 #define GEM_WARN_ON(expr) ({ unlikely(!!(expr)); })
/linux-master/drivers/scsi/snic/
H A Dsnic_trc.h68 if (unlikely(snic_glob->trc.enable)) \
82 if (unlikely(snic_log_level & 0x2)) \
/linux-master/drivers/clk/ti/
H A Dclockdomain.c41 if (unlikely(!clk->clkdm)) {
75 if (unlikely(!clk->clkdm)) {
/linux-master/drivers/platform/x86/intel/
H A Drst.c106 if (unlikely(error))
110 if (unlikely(error))
/linux-master/drivers/input/misc/
H A Dad714x-spi.c41 if (unlikely(error)) {
63 if (unlikely(error)) {
/linux-master/arch/loongarch/lib/
H A Dcsum.c28 if (unlikely(len == 0))
59 while (unlikely(len > 64)) {
/linux-master/drivers/mfd/
H A Dsmpro-core.c34 if (unlikely(ret != count))
63 if (unlikely(ret != 2))
/linux-master/arch/x86/hyperv/
H A Dnested.c34 if (unlikely(!flush)) {
102 if (unlikely(!flush)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c30 if (unlikely(!xsk_buff_can_alloc(rq->xsk_pool, rq->mpwqe.pages_per_wqe)))
46 if (unlikely(!xsk_buffs[batch]))
64 } else if (unlikely(rq->mpwqe.umr_mode == MLX5E_MPWRQ_UMR_MODE_UNALIGNED)) {
133 else if (unlikely(rq->mpwqe.umr_mode == MLX5E_MPWRQ_UMR_MODE_OVERSIZED))
135 else if (unlikely(rq->mpwqe.umr_mode == MLX5E_MPWRQ_UMR_MODE_TRIPLE))
214 if (unlikely(!*frag->xskp))
232 if (unlikely(!skb)) {
258 if (unlikely(cqe_bcnt > rq->hw_mtu)) {
/linux-master/arch/loongarch/include/asm/
H A Dptrace.h71 if (unlikely(offset > MAX_REG_OFFSET))
169 if (unlikely(!user_mode(regs)))
/linux-master/drivers/net/ethernet/sfc/
H A Dtx.c43 if (unlikely(!page_buf->addr) &&
112 if (unlikely(!copy_buffer))
336 /* Handle TSO first - it's *possible* (although unlikely) that we might
433 if (unlikely(n && !xdpfs))
435 if (unlikely(!n))
439 if (unlikely(cpu >= efx->xdp_tx_queue_count))
443 if (unlikely(!tx_queue))
524 if (unlikely(efx_xmit_with_hwtstamp(skb)) &&
526 unlikely(efx_ptp_is_ptp_tx(efx, skb)))) {
H A Def100_tx.c68 if (unlikely(mss < 4)) {
117 if (unlikely(tx_queue->notify_count == tx_queue->write_count))
268 if (unlikely(nr_descs == 0))
276 if (unlikely(efv)) {
325 if (unlikely(efv))
404 if (unlikely(efv)) {
414 unlikely(efx_tx_buffer_in_use(buffer))) {
484 if (unlikely(efv) ||
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_req.c187 if (unlikely((qp_state(qp) == IB_QPS_SQD) &&
435 if (unlikely(!skb))
629 if (unlikely(ret)) {
636 if (unlikely(ret)) {
643 if (unlikely(ret)) {
687 if (unlikely(!qp->valid)) {
692 if (unlikely(qp_state(qp) == IB_QPS_ERR)) {
701 if (unlikely(qp_state(qp) == IB_QPS_RESET)) {
720 if (unlikely(qp->req.need_retry && !qp->req.wait_for_rnr_timer)) {
726 if (unlikely(!wq
[all...]
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dkup.h63 if (unlikely(kuap == KUAP_NONE))
77 if (unlikely(kuap != KUAP_NONE)) {
/linux-master/fs/lockd/
H A Dmon.c166 if (unlikely(res.status != 0))
168 if (unlikely(status < 0)) {
174 if (unlikely(nsm_local_state != res.state)) {
283 if (unlikely(new == NULL))
365 if (unlikely(new == NULL))
388 if (unlikely(cached == NULL)) {
505 if (unlikely(p == NULL))
523 if (unlikely(p == NULL))

Completed in 219 milliseconds

<<11121314151617181920>>