Searched refs:ubatch (Results 1 – 2 of 2) sorted by relevance
1664 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in __htab_map_lookup_and_delete_batch() local1693 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()
1680 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in generic_map_lookup_batch() local1715 if (ubatch && copy_from_user(buf_prevkey, ubatch, map->key_size)) in generic_map_lookup_batch()1719 if (ubatch) in generic_map_lookup_batch()