Searched refs:finished (Results 101 - 111 of 111) sorted by relevance

12345

/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2105 int (*finished)(struct vnic_dev *, int *),
2122 err = finished(vdev, &done);
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S323 bras A7_str |finished here
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_submit.c216 job->done_fence = dma_fence_get(&job->base.s_fence->finished);
/linux-master/include/linux/
H A Dphy.h1077 int (*cable_test_get_status)(struct phy_device *dev, bool *finished);
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py1014 finished = True
1025 finished = False
1027 if finished:
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c256 /* dump mem may return a zero when finished or we got a
2379 int finished = 0; local
2390 while (!finished && (index < (len - 4))) {
2413 finished = 0;
2416 finished = 1;
4915 * whether the scan host is finished.
4934 goto finished;
4941 goto finished;
4949 goto finished;
4953 goto finished;
[all...]
/linux-master/arch/arm/boot/compressed/
H A Dhead.S1275 0: cmp r0, r11 @ finished?
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c1898 if (dma_fence_is_signaled(&s_job->s_fence->finished)) {
1968 /* wait for jobs finished */
/linux-master/drivers/s390/block/
H A Ddasd.c1902 /* Rechain finished requests to final queue */
2117 goto finished;
2129 finished:
2580 * first the terminated cqr needs to be finished
2636 default: /* already finished or clear pending - do nothing */
2700 * Process finished error recovery ccw.
2828 /* Process finished ERP request. */
2834 /* Rechain finished requests to final queue */
3008 /* Process finished ERP request. */
3625 * should be finished befor
[all...]
/linux-master/fs/smb/client/
H A Dsmb2ops.c2565 goto finished;
2599 finished:
/linux-master/drivers/scsi/
H A Dhpsa.c5783 /* wait until any scan already in progress is finished. */
5841 int finished; local
5844 finished = h->scan_finished;
5846 return finished;

Completed in 313 milliseconds

12345