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

/linux-master/kernel/bpf/
H A Dhashtab.c1691 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); local
1720 if (ubatch && copy_from_user(&batch, ubatch, sizeof(batch)))
1896 ubatch = u64_to_user_ptr(attr->batch.out_batch);
1897 if (copy_to_user(ubatch, &batch, sizeof(batch)) ||
H A Dsyscall.c1900 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); local
1935 if (ubatch && copy_from_user(buf_prevkey, ubatch, map->key_size))
1939 if (ubatch)

Completed in 170 milliseconds