Searched refs:unlikely (Results 226 - 250 of 4104) sorted by last modified time

1234567891011>>

/linux-master/fs/ceph/
H A Daddr.c1042 if (unlikely(!PageDirty(page)) ||
1043 unlikely(page->mapping != mapping)) {
/linux-master/drivers/pci/
H A Dquirks.c1504 if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_ASUSTEK)) {
1559 } else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_HP)) {
1578 } else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_SAMSUNG)) {
1584 } else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_COMPAQ)) {
/linux-master/drivers/md/
H A Draid1.c1235 if (unlikely(!page))
1497 if (rdev && unlikely(test_bit(Blocked, &rdev->flags))) {
1554 if (unlikely(blocked_rdev)) {
1673 if (unlikely(bio->bi_opf & REQ_PREFLUSH)
1966 if (unlikely(number >= conf->raid_disks))
/linux-master/drivers/iommu/intel/
H A Dsvm.c657 if (unlikely(!req->pasid_present)) {
665 if (unlikely(!is_canonical_address(address))) {
671 if (unlikely(req->pm_req && (req->rd_req | req->wr_req))) {
677 if (unlikely(req->exe_req && req->rd_req)) {
684 if (unlikely(req->lpig && !req->rd_req && !req->wr_req))
H A Diommu.c1457 if (unlikely(bitmask & pfn)) {
2075 if (unlikely(!domain_pfn_supported(domain, iov_pfn + nr_pages - 1)))
4086 if (unlikely(!pfn_to_dma_pte(dmar_domain, iova >> VTD_PAGE_SHIFT,
/linux-master/drivers/iommu/amd/
H A Diommu.c1111 if (unlikely(msb_diff > 51)) {
1619 if (unlikely(amd_iommu_np_cache)) {
H A Dinit.c1782 if (unlikely(iommu->index >= MAX_IOMMUS)) {
/linux-master/drivers/ata/
H A Dlibata-scsi.c156 if (unlikely(!dev)) {
664 if (unlikely(ata_port_is_frozen(ap)))
1540 if (unlikely(scmd->cmd_len < 10)) {
1552 if (unlikely(scmd->cmd_len < 6)) {
1568 if (unlikely(scmd->cmd_len < 16)) {
1696 if (unlikely(scsi_bufflen(cmd) < 1)) {
2588 if (unlikely(err_mask || qc->flags & ATA_QCFLAG_SENSE_VALID)) {
2760 if (unlikely(scsidev->channel || scsidev->lun))
2764 if (unlikely(scsidev->id || scsidev->lun))
2793 if (unlikely(!de
[all...]
H A Dlibata-core.c213 if (unlikely(ap->slave_link))
221 if (unlikely(link == ap->slave_link))
781 if (unlikely(!ata_set_rwcmd_protocol(dev, tf)))
799 if (unlikely(!ata_set_rwcmd_protocol(dev, tf)))
4630 unlikely(qc->nbytes & 15))
4822 if (unlikely(qc->flags & ATA_QCFLAG_CLEAR_EXCL &&
4890 if (unlikely(qc->err_mask))
4897 if (unlikely(ata_tag_internal(qc->tag))) {
4905 if (unlikely(qc->flags & ATA_QCFLAG_EH)) {
4966 if (unlikely(de
[all...]
/linux-master/block/
H A Dblk-core.c480 if (unlikely(blk_queue_dying(q)))
569 if (unlikely(should_fail_request(p, bio->bi_iter.bi_size)))
617 if (unlikely(!blk_crypto_bio_prep(&bio)))
762 if (unlikely(bio_check_eod(bio)))
764 if (bdev->bd_partno && unlikely(blk_partition_remap(bio)))
990 if (unlikely(time_after(now, stamp))) {
1197 if (unlikely(!rq_list_empty(plug->cached_rq)))
H A Dblk-cgroup.c398 if (unlikely(!new_blkg)) {
866 if (unlikely(!new_blkg)) {
1831 if (unlikely(cur < sub)) {
1965 if (unlikely(current->flags & PF_KTHREAD))
/linux-master/net/xdp/
H A Dxsk.c194 if (unlikely(xdp_data_meta_unsupported(from)))
631 if (unlikely(!skb))
646 if (unlikely(i >= MAX_SKB_FRAGS))
695 if (unlikely(!skb))
702 if (unlikely(err)) {
713 if (unlikely(nr_frags == (MAX_SKB_FRAGS - 1) && xp_mb_desc(desc))) {
719 if (unlikely(!page)) {
733 if (unlikely(xs->pool->tx_metadata_len == 0)) {
739 if (unlikely(!xsk_buff_valid_tx_metadata(meta))) {
745 if (unlikely(met
[all...]
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c328 if (unlikely(skb->nf_trace))
352 if (unlikely(stackidx >= private->stacksize)) {
/linux-master/net/ipv6/
H A Dip6_fib.c1567 if (unlikely(args->offset == 0))
H A Daddrconf.c1181 if (unlikely(err < 0)) {
1405 if (unlikely(idev->desync_factor > max_desync_factor)) {
1739 if (unlikely(score->addr_type == IPV6_ADDR_ANY ||
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c305 if (unlikely(skb->nf_trace))
331 if (unlikely(stackidx >= private->stacksize)) {
H A Darp_tables.c257 if (unlikely(stackidx >= private->stacksize)) {
/linux-master/net/batman-adv/
H A Dtranslation-table.c751 if (unlikely(hash_added != 0)) {
1650 if (unlikely(hash_added != 0)) {
/linux-master/kernel/trace/
H A Dtrace_events.c1681 if (unlikely(!id))
3921 if (unlikely(!list_empty(&tr->events)))
H A Dring_buffer.c620 * the unlikely event that the latest time stamp incremented
628 if (unlikely(abs < save_ts))
648 * In the highly unlikely case that the event was nested more than
1042 int _____ret = unlikely(cond); \
2624 if (unlikely(next_page == commit_page)) {
2677 if (unlikely((cpu_buffer->commit_page !=
2766 if (unlikely(info->delta > (1ULL << 59))) {
2825 if (unlikely(info->add_timestamp))
2994 if (unlikely(cpu_buffer->commit_page != READ_ONCE(cpu_buffer->tail_page)))
3023 if (unlikely(local_rea
[all...]
/linux-master/kernel/
H A Dkprobes.c989 if (unlikely(_p))
1011 if (unlikely(_p) && reopt)
1162 if (unlikely(kprobe_ftrace(kp)))
1176 if (unlikely(kprobe_ftrace(kp)))
1504 if (unlikely(!ap))
1596 if (unlikely(!try_module_get(*probed_mod))) {
1719 if (unlikely(orig_p == NULL))
1933 if (unlikely(!kprobes_initialized))
2418 if (unlikely(p == NULL)) {
/linux-master/include/net/
H A Dip_tunnels.h511 if (unlikely(err))
H A Daddrconf.h417 if (unlikely(!idev))
/linux-master/fs/tracefs/
H A Devent_inode.c367 if (unlikely(!inode))
406 if (unlikely(!inode))
778 if (unlikely(!inode))
/linux-master/fs/bcachefs/
H A Dsnapshot.c144 if (unlikely(c->recovery_pass_done < BCH_RECOVERY_PASS_check_snapshots)) {
1057 if (unlikely(ret)) {
1115 if (unlikely(ret))
1142 if (unlikely(ret))
1270 if (unlikely(ret)) {

Completed in 686 milliseconds

1234567891011>>