Home
last modified time | relevance | path

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

/kernel/trace/
Dring_buffer.c33 static void update_pages_handler(struct work_struct *work);
1639 INIT_WORK(&cpu_buffer->update_pages_work, update_pages_handler); in rb_allocate_cpu_buffer()
2063 static void update_pages_handler(struct work_struct *work) in update_pages_handler() function