Lines Matching refs:size_t
97 size_t vcpu_cnt;
140 static int output_bytes(struct perf_inject *inject, void *buf, size_t sz)
321 size_t sz1 = sample->aux_sample.data - (void *)event;
322 size_t sz2 = event->header.size - sample->aux_sample.size - sz1;
863 static int guest_session__output_bytes(struct guest_session *gs, void *buf, size_t sz)
1116 static int synthesize_id_index(struct perf_inject *inject, size_t new_cnt)
1121 size_t from = evlist->core.nr_entries - new_cnt;
1299 static void free_hlist(struct hlist_head *heads, size_t hlist_sz)
1302 size_t i;
1379 size_t hdr_sz = sizeof(*hdr);
1883 static int read_file(int fd, u64 offs, void *buf, size_t sz)
1889 if ((size_t)ret != sz)
1898 size_t sz = inject->secs[feat].size;