Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 21 of 21) sorted by relevance

/tools/virtio/linux/
A Dkernel.h111 # ifndef likely
112 # define likely(x) (__builtin_expect(!!(x), 1)) macro
/tools/include/linux/
A Dcompiler.h145 #ifndef likely
146 # define likely(x) __builtin_expect(!!(x), 1) macro
/tools/testing/selftests/bpf/progs/
A Dbpf_arena_spin_lock.h240 return likely(atomic_try_cmpxchg_acquire(&lock->val, &val, _Q_LOCKED_VAL)); in arena_spin_trylock()
501 if (likely(atomic_try_cmpxchg_acquire(&lock->val, &val, _Q_LOCKED_VAL))) in arena_spin_lock()
/tools/lib/
A Dlist_sort.c209 if (likely(bits)) { in list_sort()
/tools/virtio/ringtest/
A Dptr_ring.c17 #define likely(x) (__builtin_expect(!!(x), 1)) macro
/tools/lib/bpf/
A Dbpf_helpers.h18 #ifndef likely
19 #define likely(x) (__builtin_expect(!!(x), 1)) macro
A Dlibbpf_internal.h95 #ifndef likely
96 #define likely(x) __builtin_expect(!!(x), 1) macro
/tools/testing/selftests/futex/
A DREADME12 examples for system libraries. These will likely be added to either a new lib/
/tools/perf/Documentation/
A Dperf-inject.txt99 and the time offset and time scale (multiplier) will likely be needed
A Dperf-arm-spe.txt105 becomes twice as likely to appear in the sample population.
A Dperf-intel-pt.txt676 user is likely to get an error as they exceed their mlock limit (Max locked
/tools/testing/selftests/bpf/
A Dvmtest.sh222 This likely indicates a bad rootfs image, Please download
/tools/memory-model/
A DREADME34 in this release. A compatible model will likely be made available in
/tools/sched_ext/include/scx/
A Dcommon.bpf.h550 #define likely(x) __builtin_expect(!!(x), 1) macro
/tools/testing/vma/
A Dvma_internal.h1317 if (likely(vma->anon_vma)) in anon_vma_prepare()
/tools/testing/selftests/net/forwarding/
A Dlib.sh2113 lldpad will likely $reason1, and this test will
/tools/memory-model/Documentation/
A Dsimple.txt18 On the other hand, those coming in from other environments will likely
A Dlitmus-tests.txt1079 more likely to be addressed by incorporating the Linux-kernel memory model
/tools/tracing/latency/
A Dlatency-collector.c72 #define likely(x) __builtin_expect(!!(x), 1) macro
/tools/objtool/Documentation/
A Dobjtool.txt354 likely part of the kernel entry code. Such code should probably be
/tools/testing/radix-tree/
A Dmaple.c998 if (likely(mas->offset != MAPLE_NODE_SLOTS)) in mas_range_load()

Completed in 66 milliseconds