Searched refs:unlikely (Results 1 – 20 of 20) sorted by relevance
/tools/include/asm/ |
D | bug.h | 10 if (unlikely(__ret_warn_on)) \ 12 unlikely(__ret_warn_on); \ 19 if (unlikely(__ret_warn_once)) \ 22 unlikely(__ret_warn_once); \
|
/tools/testing/nvdimm/ |
D | pmem-dax.c | 24 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/ |
D | compiler.h | 5 #define unlikely macro
|
/tools/include/linux/ |
D | err.h | 32 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
|
D | compiler.h | 49 #ifndef unlikely 50 # define unlikely(x) __builtin_expect(!!(x), 0) macro
|
/tools/virtio/linux/ |
D | err.h | 5 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
|
D | kernel.h | 107 # ifndef unlikely 108 # define unlikely(x) (__builtin_expect(!!(x), 0)) macro
|
D | scatterlist.h | 153 if (unlikely(sg_is_chain(sg))) in sg_next()
|
/tools/testing/radix-tree/ |
D | iteration_check.c | 66 if (unlikely(!entry)) in tagged_iteration_fn() 106 if (unlikely(!entry)) in untagged_iteration_fn()
|
D | regression1.c | 95 if (unlikely(!page)) in find_get_pages() 123 if (unlikely(page != *((void **)pages[i]))) { in find_get_pages()
|
/tools/perf/ |
D | perf-sys.h | 95 if (unlikely(test_attr__enabled)) in sys_perf_event_open()
|
D | builtin-top.c | 206 if (unlikely(err)) { in perf_top__record_precise_ip()
|
/tools/virtio/ringtest/ |
D | ptr_ring.c | 15 #define unlikely(x) (__builtin_expect(!!(x), 0)) macro
|
/tools/objtool/arch/x86/ |
D | decode.c | 21 #define unlikely(cond) (cond) macro
|
/tools/objtool/arch/x86/insn/ |
D | insn.c | 40 ({ 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/ |
D | cpumap.c | 494 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()
|
D | sort.h | 169 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit()
|
/tools/perf/util/intel-pt-decoder/ |
D | insn.c | 40 ({ 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/ |
D | virtio_test.c | 175 if (unlikely(!virtqueue_kick(vq->vq))) in run_test()
|
/tools/perf/bench/ |
D | numa.c | 813 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()
|