Searched refs:unlikely (Results 1 - 25 of 4103) sorted by last modified time

1234567891011>>

/linux-master/fs/nfsd/
H A Dnfs4callback.c227 if (unlikely(p == NULL))
230 if (unlikely(op != expected))
291 if (unlikely(p == NULL))
297 if (unlikely(p == NULL))
443 if (unlikely(p == NULL))
485 if (unlikely(status || cb->cb_seq_status))
600 if (unlikely(status))
604 if (unlikely(status || cb->cb_seq_status))
632 if (unlikely(status))
636 if (unlikely(statu
[all...]
/linux-master/fs/btrfs/
H A Dscrub.c719 if (unlikely(sector_nr + sectors_per_tree > stripe->nr_sectors)) {
H A Dinode.c4656 if (unlikely(btrfs_fs_incompat(fs_info, EXTENT_TREE_V2))) {
4676 if (unlikely(btrfs_ino(BTRFS_I(inode)) == BTRFS_EMPTY_SUBVOL_DIR_OBJECTID)) {
6494 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
6502 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
6543 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
9193 if (unlikely(old_ino == BTRFS_FIRST_FREE_OBJECTID)) {
9213 if (unlikely(old_ino == BTRFS_FIRST_FREE_OBJECTID)) {
9229 if (unlikely(btrfs_ino(BTRFS_I(new_inode)) ==
10800 * It's unlikely we'll ever actually find ourselves
/linux-master/drivers/hid/
H A Dhid-nintendo.c865 if (unlikely(ctlr->ctlr_state != JOYCON_CTLR_STATE_READ))
1792 if (unlikely(mutex_is_locked(&ctlr->output_mutex))) {
2605 if (unlikely(mutex_is_locked(&ctlr->output_mutex)) &&
/linux-master/virt/kvm/
H A Dkvm_main.c420 if (unlikely(!mc->objects)) {
2643 if (unlikely(gen != vcpu->last_used_slot_gen)) {
2860 if (unlikely(!write_fault) && writable) {
2875 if (unlikely(!(vma->vm_flags & VM_READ)))
2878 if (write_fault && (unlikely(!(vma->vm_flags & VM_WRITE))))
3556 if (unlikely(!ghc->memslot))
3594 if (unlikely(!ghc->memslot))
4429 if (unlikely(_IOC_TYPE(ioctl) != KVMIO))
4449 if (unlikely(oldpid != task_pid(current))) {
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c283 if (unlikely(waitqueue_active(&rdma->sc_send_wait)))
304 if (unlikely(wc->status != IB_WC_SUCCESS))
H A Dsvc_rdma_rw.c141 if (unlikely(ret < 0)) {
159 if (unlikely(!cid->ci_completion_id))
305 if (unlikely(wc->status != IB_WC_SUCCESS))
/linux-master/kernel/sched/
H A Dsched.h245 return unlikely(dl_se->flags & SCHED_FLAG_SUGOV);
1815 if (unlikely(head->next || rq->balance_callback == &balance_push_callback))
/linux-master/include/linux/
H A Dblkdev.h869 if (unlikely(!is_power_of_2(chunk_sectors)))
/linux-master/fs/smb/server/
H A Dvfs.c98 if (unlikely(type != LAST_NORM)) {
240 if (unlikely(d_is_negative(d))) {
384 if (unlikely(count == 0))
H A Dsmb2pdu.c4059 if (unlikely(d_is_negative(dent))) {
/linux-master/fs/smb/client/
H A Dsmb2transport.c244 if (unlikely(!ses)) {
574 if (unlikely(rc)) {
H A Dsmb2pdu.c853 * e.g. if server only supported AES256_CCM (very unlikely)
2951 * Although unlikely to be possible for rsp to be null and rc not set,
3235 } else if (rsp == NULL) /* unlikely to happen, but safer to check */
3469 * Although unlikely to be possible for rsp to be null and rc not set,
3742 if (unlikely(check_add_overflow(input_len, sizeof(*req), &len) ||
H A Dsmb2ops.c922 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER))
4962 if (unlikely(check_add_overflow(*noff, sizeof(*t_hdr), noff)))
4967 if (unlikely(*noff && *noff < MID_HEADER_SIZE(server)))
H A Dmisc.c1097 if (unlikely(!sdesc) || !*sdesc)
H A Dsmb2misc.c268 if (unlikely(cifsFYI))
390 if (unlikely(*off < 0 || *off > max_off ||
H A Dfs_context.c560 if (unlikely(!devname || !*devname)) {
1652 if (unlikely(!ctx))
H A Dcifsglob.h2263 if (unlikely(is_vmalloc_addr((void *)addr))) {
2290 if (unlikely(is_vmalloc_addr((void *)addr))) {
/linux-master/fs/bcachefs/
H A Dsuper.c95 if (unlikely(stdio)) {
H A Drecovery.c159 if (unlikely(!btree_path_node(path, k->level))) {
H A Dfs.c190 if (unlikely(old != inode)) {
227 if (unlikely(!inode)) {
294 if (unlikely(!inode)) {
319 if (unlikely(ret))
328 if (unlikely(ret)) {
509 if (unlikely(ret))
535 if (unlikely(ret))
584 if (unlikely(ret))
588 if (unlikely(ret))
592 if (unlikely(re
[all...]
H A Dbtree_update_interior.c342 if (unlikely(ret))
1363 if (unlikely(!test_bit(JOURNAL_REPLAY_DONE, &c->journal.flags)))
2267 if (unlikely(!test_bit(BCH_FS_may_go_rw, &c->flags))) {
H A Dbtree_key_cache.c256 if (unlikely(ret)) {
266 if (unlikely(ret)) {
333 if (unlikely(!ck)) {
335 if (unlikely(!ck)) {
351 if (unlikely(rhashtable_lookup_insert_fast(&bc->table,
/linux-master/drivers/usb/host/
H A Dxhci-ring.c1115 if (unlikely(TRB_TO_SUSPEND_PORT(le32_to_cpu(trb->generic.field[3])))) {
3342 if (unlikely(ret))
3403 if (unlikely(running_total != urb->transfer_buffer_length))
3631 if (unlikely(ret < 0))
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c881 if (unlikely(!ep->ep.desc)) {

Completed in 598 milliseconds

1234567891011>>