Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dring_buffer.c2026 struct list_head *head_page_with_bit; in rb_insert_pages() local
2037 head_page_with_bit = (struct list_head *) in rb_insert_pages()
2040 last_page->next = head_page_with_bit; in rb_insert_pages()
2043 r = cmpxchg(&prev_page->next, head_page_with_bit, first_page); in rb_insert_pages()
2045 if (r == head_page_with_bit) { in rb_insert_pages()