Home
last modified time | relevance | path

Searched refs:unlikely (Results 1 – 20 of 20) sorted by relevance

/tools/include/asm/
Dbug.h10 if (unlikely(__ret_warn_on)) \
12 unlikely(__ret_warn_on); \
19 if (unlikely(__ret_warn_once)) \
22 unlikely(__ret_warn_once); \
/tools/testing/nvdimm/
Dpmem-dax.c24 if (unlikely(is_bad_pmem(&pmem->bb, sector, size))) in pmem_direct_access()
51 if (unlikely(pmem->bb.count)) in pmem_direct_access()
/tools/lib/lockdep/uinclude/linux/
Dcompiler.h5 #define unlikely macro
/tools/include/linux/
Derr.h32 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
Dcompiler.h49 #ifndef unlikely
50 # define unlikely(x) __builtin_expect(!!(x), 0) macro
/tools/virtio/linux/
Derr.h5 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
Dkernel.h107 # ifndef unlikely
108 # define unlikely(x) (__builtin_expect(!!(x), 0)) macro
Dscatterlist.h153 if (unlikely(sg_is_chain(sg))) in sg_next()
/tools/testing/radix-tree/
Diteration_check.c66 if (unlikely(!entry)) in tagged_iteration_fn()
106 if (unlikely(!entry)) in untagged_iteration_fn()
Dregression1.c95 if (unlikely(!page)) in find_get_pages()
123 if (unlikely(page != *((void **)pages[i]))) { in find_get_pages()
/tools/perf/
Dperf-sys.h95 if (unlikely(test_attr__enabled)) in sys_perf_event_open()
Dbuiltin-top.c206 if (unlikely(err)) { in perf_top__record_precise_ip()
/tools/virtio/ringtest/
Dptr_ring.c15 #define unlikely(x) (__builtin_expect(!!(x), 0)) macro
/tools/objtool/arch/x86/
Ddecode.c21 #define unlikely(cond) (cond) macro
/tools/objtool/arch/x86/insn/
Dinsn.c40 ({ if (unlikely(!validate_next(t, insn, 0))) goto err_out; __get_next(t, insn); })
43 ({ if (unlikely(!validate_next(t, insn, n))) goto err_out; __peek_nbyte_next(t, insn, n); })
124 if (unlikely(insn->prefixes.bytes[3])) { in insn_get_prefixes()
/tools/perf/util/
Dcpumap.c494 if (unlikely(!max_node_num)) in cpu__max_node()
502 if (unlikely(!max_cpu_num)) in cpu__max_cpu()
510 if (unlikely(cpunode_map == NULL)) { in cpu__get_node()
Dsort.h169 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit()
/tools/perf/util/intel-pt-decoder/
Dinsn.c40 ({ if (unlikely(!validate_next(t, insn, 0))) goto err_out; __get_next(t, insn); })
43 ({ if (unlikely(!validate_next(t, insn, n))) goto err_out; __peek_nbyte_next(t, insn, n); })
124 if (unlikely(insn->prefixes.bytes[3])) { in insn_get_prefixes()
/tools/virtio/
Dvirtio_test.c175 if (unlikely(!virtqueue_kick(vq->vq))) in run_test()
/tools/perf/bench/
Dnuma.c813 if (unlikely(d >= d1)) in do_work()
815 if (unlikely(d == d0)) in do_work()
831 if (unlikely(d < data)) in do_work()
833 if (unlikely(d == d0)) in do_work()