Searched refs:cgroup_proc_length (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h303 cgroup_data->cgroup_proc_length = 0;
314 size_t cgroup_proc_length = local
317 if (bpf_cmp_likely(cgroup_proc_length, <=, MAX_PATH)) {
318 cgroup_data->cgroup_proc_length = cgroup_proc_length;
319 payload += cgroup_proc_length;
656 size_t cgroup_proc_length = local
660 if (bpf_cmp_likely(cgroup_proc_length, <=, KILL_TARGET_LEN)) {
661 kill_data->kill_target_cgroup_proc_length = cgroup_proc_length;
662 payload += cgroup_proc_length;
[all...]
H A Dprofiler.h81 uint16_t cgroup_proc_length; member in struct:cgroup_data_t

Completed in 253 milliseconds