Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dsyscall.c620 static const struct vm_operations_struct bpf_map_default_vmops = { variable
655 vma->vm_ops = &bpf_map_default_vmops; in bpf_map_mmap()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch54 static const struct vm_operations_struct bpf_map_default_vmops = {