Home
last modified time | relevance | path

Searched refs:unlikely (Results 1 – 13 of 13) 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/perf/util/
Dcpumap.h67 if (unlikely(!max_node_num)) in cpu__max_node()
75 if (unlikely(!max_cpu_num)) in cpu__max_cpu()
83 if (unlikely(cpunode_map == NULL)) { in cpu__get_node()
Dsort.h151 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit()
/tools/lib/lockdep/uinclude/linux/
Dcompiler.h5 #define unlikely macro
/tools/include/linux/
Dcompiler.h38 #ifndef unlikely
39 # define unlikely(x) __builtin_expect(!!(x), 0) macro
Derr.h32 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
/tools/virtio/linux/
Derr.h5 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
Dkernel.h94 # ifndef unlikely
95 # define unlikely(x) (__builtin_expect(!!(x), 0)) macro
Dscatterlist.h153 if (unlikely(sg_is_chain(sg))) in sg_next()
/tools/perf/
Dperf-sys.h95 if (unlikely(test_attr__enabled)) in sys_perf_event_open()
/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.c816 if (unlikely(d >= d1)) in do_work()
818 if (unlikely(d == d0)) in do_work()
834 if (unlikely(d < data)) in do_work()
836 if (unlikely(d == d0)) in do_work()