Home
last modified time | relevance | path

Searched defs:md_thread (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
Dmd.h676 struct md_thread { struct
677 void (*run) (struct md_thread *thread); argument
700 extern struct md_thread *md_register_thread( argument
Dmd.c7938 static int md_thread(void *arg) in md_thread() function
7991 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread()
/kernel/linux/linux-6.6/drivers/md/
Dmd.h738 struct md_thread { struct
739 void (*run) (struct md_thread *thread); argument
740 struct mddev *mddev;
741 wait_queue_head_t wqueue;
742 unsigned long flags;
743 struct task_struct *tsk;
744 unsigned long timeout;
745 void *private;
Dmd.c7973 static int md_thread(void *arg) in md_thread() function
8042 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread()