Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dring_buffer.c513 local_t entries_bytes; member
2014 local_sub(rb_page_commit(to_remove_page), &cpu_buffer->entries_bytes); in rb_remove_pages()
2523 local_sub(rb_page_commit(next_page), &cpu_buffer->entries_bytes); in rb_handle_head_page()
2706 local_add(BUF_PAGE_SIZE - tail, &cpu_buffer->entries_bytes); in rb_reset_tail()
3069 local_sub(event_length, &cpu_buffer->entries_bytes); in rb_try_to_discard()
3705 local_add(info->length, &cpu_buffer->entries_bytes); in __rb_reserve_next()
4235 ret = local_read(&cpu_buffer->entries_bytes) - cpu_buffer->read_bytes; in ring_buffer_bytes_cpu()
5282 local_set(&cpu_buffer->entries_bytes, 0); in rb_reset_cpu()