Lines Matching refs:sched
62 static inline void scheduler_watchdog_notify(struct scheduler_ctx *sched) in scheduler_watchdog_notify() argument
66 if (sched->watchdog_callback) in scheduler_watchdog_notify()
67 qdf_sprint_symbol(symbol, sched->watchdog_callback); in scheduler_watchdog_notify()
70 sched->watchdog_callback ? symbol : "<null>", in scheduler_watchdog_notify()
71 sched->watchdog_msg_type, in scheduler_watchdog_notify()
72 sched->timeout / 1000); in scheduler_watchdog_notify()
77 struct scheduler_ctx *sched = arg; in scheduler_watchdog_timeout() local
84 scheduler_watchdog_notify(sched); in scheduler_watchdog_timeout()
85 if (sched->sch_thread) in scheduler_watchdog_timeout()
86 qdf_print_thread_trace(sched->sch_thread); in scheduler_watchdog_timeout()
89 if (qdf_atomic_test_bit(MC_SHUTDOWN_EVENT_MASK, &sched->sch_event_flag)) in scheduler_watchdog_timeout()