Home
last modified time | relevance | path

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

/kernel/trace/
Dring_buffer.c1312 int bsize; in __ring_buffer_alloc() local
1349 bsize = sizeof(void *) * nr_cpu_ids; in __ring_buffer_alloc()
1350 buffer->buffers = kzalloc(ALIGN(bsize, cache_line_size()), in __ring_buffer_alloc()