Searched refs:simple_buffer_page (Results 1 – 3 of 3) sorted by relevance
14 struct simple_buffer_page { struct23 struct simple_buffer_page *tail_page; argument24 struct simple_buffer_page *reader_page;25 struct simple_buffer_page *head_page;26 struct simple_buffer_page *bpages;41 int simple_ring_buffer_init(struct simple_rb_per_cpu *cpu_buffer, struct simple_buffer_page *bpages,58 struct simple_buffer_page *bpages,
21 static void simple_bpage_set_head_link(struct simple_buffer_page *bpage) in simple_bpage_set_head_link()36 static bool simple_bpage_unset_head_link(struct simple_buffer_page *bpage, in simple_bpage_unset_head_link()37 struct simple_buffer_page *dst, in simple_bpage_unset_head_link()47 static void simple_bpage_set_normal_link(struct simple_buffer_page *bpage) in simple_bpage_set_normal_link()54 static struct simple_buffer_page *simple_bpage_from_link(struct list_head *link) in simple_bpage_from_link()58 return container_of((struct list_head *)ptr, struct simple_buffer_page, link); in simple_bpage_from_link()61 static struct simple_buffer_page *simple_bpage_next_page(struct simple_buffer_page *bpage) in simple_bpage_next_page()66 static void simple_bpage_reset(struct simple_buffer_page *bpage) in simple_bpage_reset()74 static void simple_bpage_init(struct simple_buffer_page *bpage, void *page) in simple_bpage_init()93 struct simple_buffer_page *head; in simple_rb_find_head()[all …]
28 struct simple_buffer_page *bpages; in remote_test_load_simple_rb()62 struct simple_buffer_page *bpages; in remote_test_unload_simple_rb()