Searched refs:recovery_thread (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/md/ |
H A D | md-cluster.c | 59 struct md_thread *recovery_thread; member in struct:md_cluster_info 290 if (!cinfo->recovery_thread) { recover_slot() 291 cinfo->recovery_thread = md_register_thread(recover_bitmaps, recover_slot() 293 if (!cinfo->recovery_thread) { recover_slot() 298 md_wakeup_thread(cinfo->recovery_thread); recover_slot() 732 md_unregister_thread(&cinfo->recovery_thread); leave()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | ocfs2_trace.h | 2628 void *recovery_thread, int map_set), 2629 TP_ARGS(node_num, osb_node_num, disable, recovery_thread, map_set), 2634 __field(void *, recovery_thread) 2641 __entry->recovery_thread = recovery_thread; 2646 __entry->recovery_thread, __entry->map_set)
|
Completed in 95 milliseconds