Searched refs:bpf_cmp_likely (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 223 if (bpf_cmp_likely(filepart_length, <=, MAX_PATH)) { in read_full_cgroup_path() 306 if (bpf_cmp_likely(cgroup_root_length, <=, MAX_PATH)) { in populate_cgroup_info() 314 if (bpf_cmp_likely(cgroup_proc_length, <=, MAX_PATH)) { in populate_cgroup_info() 344 if (bpf_cmp_likely(comm_length, <=, TASK_COMM_LEN)) { in populate_var_metadata() 573 if (bpf_cmp_likely(sysctl_val_length, <=, CTL_MAXNAME)) { in BPF_KPROBE() 582 if (bpf_cmp_likely(sysctl_path_length, <=, MAX_PATH)) { in BPF_KPROBE() 648 if (bpf_cmp_likely(comm_length, <=, TASK_COMM_LEN)) { in raw_tracepoint__sched_process_exit() 657 if (bpf_cmp_likely(cgroup_proc_length, <=, KILL_TARGET_LEN)) { in raw_tracepoint__sched_process_exit() 717 if (bpf_cmp_likely(bin_path_length, <=, MAX_FILENAME_LEN)) { in raw_tracepoint__sched_process_exec() 727 if (bpf_cmp_likely(cmdline_length, <=, MAX_ARGS_LEN)) { in raw_tracepoint__sched_process_exec() [all …]
|
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_experimental.h | 333 #ifndef bpf_cmp_likely 334 #define bpf_cmp_likely(LHS, OP, RHS) \ macro
|