Searched refs:check_path (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/locking/ |
| H A D | lockdep.c | 2140 check_path(struct held_lock *target, struct lock_list *src_entry, 2176 ret = check_path(target, &src_entry, hlock_conflict, NULL, &target_entry); in check_noncircular() 2968 ret = check_path(target, &src_entry, hlock_equal, usage_skip, &target_entry); 2124 check_path(struct held_lock *target, struct lock_list *src_entry, check_path() function
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 9206 static int check_path(const char *path) in check_path() function 9247 err = check_path(path); in bpf_program__pin() 9270 err = check_path(path); in bpf_program__unpin() 9327 err = check_path(map->pin_path); in bpf_map__pin() 9368 err = check_path(path); in bpf_map__unpin() 11490 err = check_path(path); in bpf_link__pin()
|