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.c7904 static int md_thread(void *arg) in md_thread() function
7957 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread()
/kernel/linux/linux-6.6/drivers/md/
Dmd.h732 struct md_thread { struct
733 void (*run) (struct md_thread *thread); argument
734 struct mddev *mddev;
735 wait_queue_head_t wqueue;
736 unsigned long flags;
737 struct task_struct *tsk;
738 unsigned long timeout;
739 void *private;
Dmd.c7966 static int md_thread(void *arg) in md_thread() function
8035 struct md_thread *md_register_thread(void (*run) (struct md_thread *), in md_register_thread()