Lines Matching refs:vec
897 * Fetch at most max event offsets into the buffer and put them into vec.
902 u32 __user *vec, unsigned int max)
931 if (put_user(cur_out, &vec[nevents])) {
1024 struct mon_pgmap *vec;
1030 vec = kcalloc(size / CHUNK_SIZE, sizeof(struct mon_pgmap),
1032 if (vec == NULL) {
1037 ret = mon_alloc_buff(vec, size/CHUNK_SIZE);
1039 kfree(vec);
1046 mon_free_buff(vec, size/CHUNK_SIZE);
1047 kfree(vec);
1052 rp->b_vec = vec;