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.c594 struct notifier_block flush_nb; member
2760 struct trace_buffer *buffer = container_of(nb, struct trace_buffer, flush_nb); in rb_flush_buffer_cb()
2894 buffer->flush_nb.notifier_call = rb_flush_buffer_cb; in alloc_buffer()
2895 atomic_notifier_chain_register(&panic_notifier_list, &buffer->flush_nb); in alloc_buffer()
2997 atomic_notifier_chain_unregister(&panic_notifier_list, &buffer->flush_nb); in ring_buffer_free()