Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dhashtab.c1664 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in __htab_map_lookup_and_delete_batch() local
1693 if (ubatch && copy_from_user(&batch, ubatch, sizeof(batch))) in __htab_map_lookup_and_delete_batch()
1868 ubatch = u64_to_user_ptr(attr->batch.out_batch); in __htab_map_lookup_and_delete_batch()
1869 if (copy_to_user(ubatch, &batch, sizeof(batch)) || in __htab_map_lookup_and_delete_batch()
Dsyscall.c1680 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in generic_map_lookup_batch() local
1715 if (ubatch && copy_from_user(buf_prevkey, ubatch, map->key_size)) in generic_map_lookup_batch()
1719 if (ubatch) in generic_map_lookup_batch()