Searched refs:first_stage (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/
H A Ddm.c869 static void dm_requeue_add_io(struct dm_io *io, bool first_stage) argument
873 if (first_stage) {
883 static void dm_kick_requeue(struct mapped_device *md, bool first_stage) argument
885 if (first_stage)
895 static bool dm_handle_requeue(struct dm_io *io, bool first_stage) argument
923 handle_polled_eagain || first_stage) {
924 dm_requeue_add_io(io, first_stage);
937 dm_kick_requeue(md, first_stage);
942 static void __dm_io_complete(struct dm_io *io, bool first_stage) argument
949 requeued = dm_handle_requeue(io, first_stage);
[all...]
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c157 static struct completion first_stage; variable in typeref:struct:completion
870 complete(&first_stage);
3255 init_completion(&first_stage);
3262 wait_for_completion_timeout(&first_stage, msecs_to_jiffies(1000));
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c1168 const struct ia_css_pipeline_stage *first_stage)
1170 /* first_stage can be NULL */
1183 for (stage = first_stage; stage; stage = stage->next) {
1216 if (stage == first_stage) {
1166 ia_css_process_zoom_and_motion( struct ia_css_isp_parameters *params, const struct ia_css_pipeline_stage *first_stage) argument

Completed in 138 milliseconds