Searched defs:ring_buffer_per_cpu (Results 1 – 1 of 1) sorted by relevance
433 struct ring_buffer_per_cpu { struct434 int cpu;435 atomic_t record_disabled;436 struct ring_buffer *buffer;437 raw_spinlock_t reader_lock; /* serialize readers */438 arch_spinlock_t lock;439 struct lock_class_key lock_key;440 unsigned long nr_pages;441 unsigned int current_context;442 struct list_head *pages;[all …]