Home
last modified time | relevance | path

Searched refs:entry_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dring_buffer.c69 __u32 entry_bytes; member
1959 unsigned long entry_bytes; member
2042 state->entry_bytes += rb_page_size(bpage); in rb_validate_buffer()
2195 local_set(&cpu_buffer->entries_bytes, state.entry_bytes); in rb_meta_validate_events()
2208 if (meta->entry_bytes) in rb_meta_validate_events()
2211 (state.entry_bytes == meta->entry_bytes) ? "PASSED" : "FAILED", in rb_meta_validate_events()
2212 (long)state.entry_bytes, (long)meta->entry_bytes); in rb_meta_validate_events()
2214 meta->entry_bytes = 0; in rb_meta_validate_events()
2704 unsigned long entry_bytes = 0; in rb_test_inject_invalid_pages() local
2744 entry_bytes += rb_data_page_size(dpage); in rb_test_inject_invalid_pages()
[all …]
/linux/fs/nfsd/
H A Dnfs4xdr.c4643 int entry_bytes; in nfsd4_encode_entry4() local
4701 entry_bytes = xdr->buf->len - start_offset; in nfsd4_encode_entry4()
4702 if (entry_bytes > cd->rd_maxcount) in nfsd4_encode_entry4()
4704 cd->rd_maxcount -= entry_bytes; in nfsd4_encode_entry4()