Lines Matching refs:handled
646 int handled = 0; in hsw_module_message() local
658 handled = 1; in hsw_module_message()
661 handled = hsw_process_reply(hsw, header); in hsw_module_message()
665 return handled; in hsw_module_message()
672 int handled = 0; in hsw_stream_message() local
680 return handled; in hsw_stream_message()
694 handled = hsw_process_reply(hsw, header); in hsw_stream_message()
698 return handled; in hsw_stream_message()
728 int handled = 1; in hsw_process_notification() local
738 return handled; in hsw_process_notification()
758 handled = hsw_stream_message(hsw, header); in hsw_process_notification()
761 handled = hsw_log_message(hsw, header); in hsw_process_notification()
764 handled = hsw_module_message(hsw, header); in hsw_process_notification()
772 return handled; in hsw_process_notification()
781 int handled; in hsw_irq_thread() local
793 handled = hsw_process_reply(hsw, ipcx); in hsw_irq_thread()
795 if (handled > 0) { in hsw_irq_thread()
810 handled = hsw_process_notification(hsw); in hsw_irq_thread()
813 if (handled > 0) { in hsw_irq_thread()