Home
last modified time | relevance | path

Searched refs:filepart_length (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/
DREADME.rst41 filepart_length = bpf_probe_read_str(payload, ...);
42 if (filepart_length <= MAX_PATH) {
43 barrier_var(filepart_length); // workaround
44 payload += filepart_length;
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h212 size_t filepart_length; in read_full_cgroup_path() local
218 filepart_length = in read_full_cgroup_path()
224 if (filepart_length <= MAX_PATH) { in read_full_cgroup_path()
225 barrier_var(filepart_length); in read_full_cgroup_path()
226 payload += filepart_length; in read_full_cgroup_path()
481 size_t filepart_length; in read_absolute_file_path_from_dentry() local
488 filepart_length = bpf_probe_read_str(payload, MAX_PATH, in read_absolute_file_path_from_dentry()
490 barrier_var(filepart_length); in read_absolute_file_path_from_dentry()
491 if (filepart_length > MAX_PATH) in read_absolute_file_path_from_dentry()
493 barrier_var(filepart_length); in read_absolute_file_path_from_dentry()
[all …]