Searched refs:check_path (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep.c | 2078 check_path(struct held_lock *target, struct lock_list *src_entry, in check_path() function 2111 ret = check_path(target, &src_entry, hlock_conflict, &target_entry); in check_noncircular() 2160 ret = check_path(target, &src_entry, hlock_equal, &target_entry); in check_redundant()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 7397 static int check_path(const char *path) in check_path() function 7437 err = check_path(path); in bpf_program__pin_instance() 7468 err = check_path(path); in bpf_program__unpin_instance() 7499 err = check_path(path); in bpf_program__pin() 7561 err = check_path(path); in bpf_program__unpin() 7643 err = check_path(map->pin_path); in bpf_map__pin() 7685 err = check_path(path); in bpf_map__unpin() 9244 err = check_path(path); in bpf_link__pin()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | lockdep.c | 2136 check_path(struct held_lock *target, struct lock_list *src_entry, in check_path() function 2172 ret = check_path(target, &src_entry, hlock_conflict, NULL, &target_entry); in check_noncircular() 2925 ret = check_path(target, &src_entry, hlock_equal, usage_skip, &target_entry); in check_redundant()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 8015 static int check_path(const char *path) in check_path() function 8059 err = check_path(path); in bpf_program__pin() 8083 err = check_path(path); in bpf_program__unpin() 8136 err = check_path(map->pin_path); in bpf_map__pin() 8178 err = check_path(path); in bpf_map__unpin() 10028 err = check_path(path); in bpf_link__pin()
|
Completed in 44 milliseconds