Home
last modified time | relevance | path

Searched refs:allowed_device (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h535 bool* allowed_device = bpf_map_lookup_elem(&allowed_devices, &dev_id); in is_dentry_allowed_for_filemod() local
537 if (allowed_device == NULL) in is_dentry_allowed_for_filemod()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h540 bool* allowed_device = bpf_map_lookup_elem(&allowed_devices, &dev_id); in is_dentry_allowed_for_filemod() local
542 if (allowed_device == NULL) in is_dentry_allowed_for_filemod()

Completed in 5 milliseconds