Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h211 size_t filepart_length; in read_full_cgroup_path() local
217 filepart_length = in read_full_cgroup_path()
225 barrier_var(filepart_length); in read_full_cgroup_path()
226 payload += filepart_length; in read_full_cgroup_path()
487 size_t filepart_length; in read_absolute_file_path_from_dentry() local
494 filepart_length = in read_absolute_file_path_from_dentry()
497 barrier_var(filepart_length); in read_absolute_file_path_from_dentry()
498 if (filepart_length > MAX_PATH) in read_absolute_file_path_from_dentry()
500 barrier_var(filepart_length); in read_absolute_file_path_from_dentry()
501 payload += filepart_length; in read_absolute_file_path_from_dentry()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A DREADME.rst125 filepart_length = bpf_probe_read_str(payload, ...);
126 if (filepart_length <= MAX_PATH) {
127 barrier_var(filepart_length); // workaround
128 payload += filepart_length;