Lines Matching refs:t
657 static void md_safemode_timeout(struct timer_list *t);
5827 static void md_safemode_timeout(struct timer_list *t) in md_safemode_timeout() argument
5829 struct mddev *mddev = from_timer(mddev, t, safemode_timer); in md_safemode_timeout()
8004 struct md_thread *t; in md_wakeup_thread_directly() local
8007 t = rcu_dereference(thread); in md_wakeup_thread_directly()
8008 if (t) in md_wakeup_thread_directly()
8009 wake_up_process(t->tsk); in md_wakeup_thread_directly()
8015 struct md_thread *t; in md_wakeup_thread() local
8018 t = rcu_dereference(thread); in md_wakeup_thread()
8019 if (t) { in md_wakeup_thread()
8020 pr_debug("md: waking up MD thread %s.\n", t->tsk->comm); in md_wakeup_thread()
8021 set_bit(THREAD_WAKEUP, &t->flags); in md_wakeup_thread()
8022 wake_up(&t->wqueue); in md_wakeup_thread()