Lines Matching defs:scheduler_ctx
113 struct scheduler_ctx { struct
114 struct scheduler_mq_ctx queue_ctx;
115 qdf_event_t sch_start_event;
116 qdf_thread_t *sch_thread;
117 qdf_event_t sch_shutdown;
118 qdf_wait_queue_head_t sch_wait_queue;
119 unsigned long sch_event_flag;
120 qdf_event_t resume_sch_event;
121 qdf_spinlock_t sch_thread_lock;
122 uint8_t sch_last_qidx;
123 uint16_t watchdog_msg_type;
124 hdd_suspend_callback hdd_callback;
125 scheduler_msg_process_fn_t legacy_wma_handler;
126 scheduler_msg_process_fn_t legacy_sys_handler;
127 uint32_t timeout;
128 qdf_timer_t watchdog_timer;
129 void *watchdog_callback;