Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dhashtab.c1687 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in __htab_map_lookup_and_delete_batch() local
1716 if (ubatch && copy_from_user(&batch, ubatch, sizeof(batch))) in __htab_map_lookup_and_delete_batch()
1896 ubatch = u64_to_user_ptr(attr->batch.out_batch); in __htab_map_lookup_and_delete_batch()
1897 if (copy_to_user(ubatch, &batch, sizeof(batch)) || in __htab_map_lookup_and_delete_batch()
H A Dsyscall.c2003 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in generic_map_lookup_batch() local
2038 if (ubatch && copy_from_user(buf_prevkey, ubatch, map->key_size)) in generic_map_lookup_batch()
2042 if (ubatch) in generic_map_lookup_batch()