Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_task_vma.c20 #define D_PATH_BUF_SIZE 1024 macro
21 char d_path_buf[D_PATH_BUF_SIZE] = {};
52 bpf_d_path(&file->f_path, d_path_buf, D_PATH_BUF_SIZE); in proc_maps()