Searched refs:gp_cds_sched_context (Results 1 – 1 of 1) sorted by relevance
71 static p_cds_sched_context gp_cds_sched_context; variable490 gp_cds_sched_context = pSchedContext; in cds_sched_open()513 cds_free_ol_rx_pkt_freeq(gp_cds_sched_context); in cds_sched_open()516 gp_cds_sched_context = NULL; in cds_sched_open()620 if (!gp_cds_sched_context) { in cds_close_rx_thread()625 if (!gp_cds_sched_context->ol_rx_thread) in cds_close_rx_thread()629 set_bit(RX_SHUTDOWN_EVENT, &gp_cds_sched_context->ol_rx_event_flag); in cds_close_rx_thread()630 set_bit(RX_POST_EVENT, &gp_cds_sched_context->ol_rx_event_flag); in cds_close_rx_thread()631 wake_up_interruptible(&gp_cds_sched_context->ol_rx_wait_queue); in cds_close_rx_thread()632 wait_for_completion(&gp_cds_sched_context->ol_rx_shutdown); in cds_close_rx_thread()[all …]