Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlockdep.c2124 check_path(struct held_lock *target, struct lock_list *src_entry, in check_path() function
2160 ret = check_path(target, &src_entry, hlock_conflict, NULL, &target_entry); in check_noncircular()
2952 ret = check_path(target, &src_entry, hlock_equal, usage_skip, &target_entry); in check_redundant()
/linux/tools/lib/bpf/
H A Dlibbpf.c9074 static int check_path(const char *path) in bpf_program__unpin()
9115 err = check_path(path); in bpf_map__pin()
9138 err = check_path(path); in bpf_map__pin()
9195 err = check_path(map->pin_path); in bpf_map__set_pin_path()
9236 err = check_path(path); in bpf_object__pin_maps()
11340 err = check_path(path); in bpf_program__attach_perf_event()
9019 static int check_path(const char *path) check_path() function