Searched refs:count_offset (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | bpf-utils.c | 17 int count_offset; /* e.g. offset of jited_prog_len */ member 140 info_len < desc->count_offset + sizeof(__u32) || in get_bpf_prog_info_linear() 149 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear() 172 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear() 175 desc->count_offset, count); in get_bpf_prog_info_linear() 208 count1 = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear() 210 desc->count_offset); in get_bpf_prog_info_linear()
|
| /linux/tools/accounting/ |
| H A D | delaytop.c | 143 unsigned long count_offset; /* Offset of count in task_info */ member 786 count1 = *(unsigned long *)((char *)t1 + cfg.sort_field->count_offset); in compare_tasks() 787 count2 = *(unsigned long *)((char *)t2 + cfg.sort_field->count_offset); in compare_tasks()
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 5100 unsigned int count_offset; in nfsd4_encode_SECINFO4resok() local 5123 count_offset = xdr->buf->len; in nfsd4_encode_SECINFO4resok() 5135 write_bytes_to_xdr_buf(xdr->buf, count_offset, &wire_count, in nfsd4_encode_SECINFO4resok() 5961 u32 cookie_offset, count_offset, eof; in nfsd4_encode_listxattrs() local 5982 count_offset = cookie_offset + 8; in nfsd4_encode_listxattrs() 6064 write_bytes_to_xdr_buf(xdr->buf, count_offset, &tmp, 4); in nfsd4_encode_listxattrs()
|