Home
last modified time | relevance | path

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

/linux/kernel/events/
A Dring_buffer.c911 void *all_buf; in rb_alloc() local
924 all_buf = vmalloc_user((nr_pages + 1) * PAGE_SIZE); in rb_alloc()
925 if (!all_buf) in rb_alloc()
928 rb->user_page = all_buf; in rb_alloc()
929 rb->data_pages[0] = all_buf + PAGE_SIZE; in rb_alloc()

Completed in 5 milliseconds