Searched refs:check_path (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/tools/lib/bpf/ |
D | libbpf.c | 6965 static int check_path(const char *path) in check_path() function 7005 err = check_path(path); in bpf_program__pin_instance() 7036 err = check_path(path); in bpf_program__unpin_instance() 7068 err = check_path(path); in bpf_program__pin() 7130 err = check_path(path); in bpf_program__unpin() 7212 err = check_path(map->pin_path); in bpf_map__pin() 7254 err = check_path(path); in bpf_map__unpin() 8957 err = check_path(path); in bpf_link__pin()
|
/Linux-v5.15/kernel/locking/ |
D | lockdep.c | 2085 check_path(struct held_lock *target, struct lock_list *src_entry, in check_path() function 2119 ret = check_path(target, &src_entry, hlock_conflict, NULL, &target_entry); in check_noncircular() 2864 ret = check_path(target, &src_entry, hlock_equal, usage_skip, &target_entry); in check_redundant()
|