Searched refs:likely (Results 1 – 21 of 21) sorted by relevance
| /tools/virtio/linux/ |
| A D | kernel.h | 111 # ifndef likely 112 # define likely(x) (__builtin_expect(!!(x), 1)) macro
|
| /tools/include/linux/ |
| A D | compiler.h | 145 #ifndef likely 146 # define likely(x) __builtin_expect(!!(x), 1) macro
|
| /tools/testing/selftests/bpf/progs/ |
| A D | bpf_arena_spin_lock.h | 240 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 D | list_sort.c | 209 if (likely(bits)) { in list_sort()
|
| /tools/virtio/ringtest/ |
| A D | ptr_ring.c | 17 #define likely(x) (__builtin_expect(!!(x), 1)) macro
|
| /tools/lib/bpf/ |
| A D | bpf_helpers.h | 18 #ifndef likely 19 #define likely(x) (__builtin_expect(!!(x), 1)) macro
|
| A D | libbpf_internal.h | 95 #ifndef likely 96 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| /tools/testing/selftests/futex/ |
| A D | README | 12 examples for system libraries. These will likely be added to either a new lib/
|
| /tools/perf/Documentation/ |
| A D | perf-inject.txt | 99 and the time offset and time scale (multiplier) will likely be needed
|
| A D | perf-arm-spe.txt | 105 becomes twice as likely to appear in the sample population.
|
| A D | perf-intel-pt.txt | 676 user is likely to get an error as they exceed their mlock limit (Max locked
|
| /tools/testing/selftests/bpf/ |
| A D | vmtest.sh | 222 This likely indicates a bad rootfs image, Please download
|
| /tools/memory-model/ |
| A D | README | 34 in this release. A compatible model will likely be made available in
|
| /tools/sched_ext/include/scx/ |
| A D | common.bpf.h | 550 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| /tools/testing/vma/ |
| A D | vma_internal.h | 1317 if (likely(vma->anon_vma)) in anon_vma_prepare()
|
| /tools/testing/selftests/net/forwarding/ |
| A D | lib.sh | 2113 lldpad will likely $reason1, and this test will
|
| /tools/memory-model/Documentation/ |
| A D | simple.txt | 18 On the other hand, those coming in from other environments will likely
|
| A D | litmus-tests.txt | 1079 more likely to be addressed by incorporating the Linux-kernel memory model
|
| /tools/tracing/latency/ |
| A D | latency-collector.c | 72 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 354 likely part of the kernel entry code. Such code should probably be
|
| /tools/testing/radix-tree/ |
| A D | maple.c | 998 if (likely(mas->offset != MAPLE_NODE_SLOTS)) in mas_range_load()
|
Completed in 66 milliseconds