Lines Matching defs:wpl
831 struct fmdump_pipeline *wpl;
862 wpl = srlzer_choose(srlzer);
863 ASSERT(wpl != NULL);
865 if (wpl == pl)
869 pipeline_continue(wpl);
888 struct fmdump_pipeline *wpl;
894 wpl = srlzer_choose(srlzer);
895 if (wpl != NULL)
896 pipeline_continue(wpl);
905 struct fmdump_pipeline *wpl;
914 srlzer->ds_pipecnt && (wpl = srlzer_choose(srlzer)) != NULL)
915 pipeline_continue(wpl);