Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dring_buffer.c564 struct notifier_block flush_nb; member
2530 struct trace_buffer *buffer = container_of(nb, struct trace_buffer, flush_nb); in rb_flush_buffer_cb()
2669 buffer->flush_nb.notifier_call = rb_flush_buffer_cb; in alloc_buffer()
2670 atomic_notifier_chain_register(&panic_notifier_list, &buffer->flush_nb); in alloc_buffer()
2772 atomic_notifier_chain_unregister(&panic_notifier_list, &buffer->flush_nb); in ring_buffer_free()