Searched refs:finish (Results 126 - 150 of 175) sorted by relevance

1234567

/linux-master/lib/
H A Dbch.c1215 goto finish;
1256 finish:
/linux-master/crypto/
H A Dskcipher.c128 goto finish;
179 finish:
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.c355 unsigned long time, finish; local
375 finish = jiffies + MCDI_RPC_TIMEOUT;
390 if (time_after(time, finish))
/linux-master/drivers/crypto/stm32/
H A Dstm32-hash.c1051 /* done task will not finish it, so do it here */
1234 goto finish;
1238 goto finish;
1243 finish:
/linux-master/drivers/crypto/
H A Datmel-sha.c1142 /* done_task will not finish it, so do it here */
1329 goto finish;
1342 goto finish;
1347 finish:
1348 /* finish curent request */
1903 /* Restore context to finish computing SHA((K' + opad) | d). */
H A Ds5p-sss.c1318 * s5p_hash_finish_req() - finish request
1423 /* hash_tasklet_cb will not finish it, so do it here */
1460 goto finish;
1466 finish:
1467 /* finish curent request */
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c976 /* check transfer finish */
1026 /* check transfer finish */
1047 int finish = 0; local
1073 /* check transfer finish */
1079 finish = 1;
1091 if ((ep->pipenum != 0) && finish)
1430 /* check transfer finish */
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_pm.c52 static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish);
1842 static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish) argument
1849 finish ? "exit" : "entry");
/linux-master/drivers/accel/habanalabs/common/
H A Ddevice.c1394 * hl_device_open to finish
1447 "Waiting for all unmap operations to finish before hard reset\n");
2445 * to always finish. However, in Gaudi, because of all the network
2468 "%s Failed to remove device because reset function did not finish\n",
2683 goto finish;
2693 goto finish;
2710 finish:
/linux-master/drivers/mmc/host/
H A Drtsx_usb_sdmmc.c817 goto finish;
872 finish:
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.c470 /* Issue a configure endpoint command and wait for it to finish. */
1021 goto finish;
1054 finish:
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_resp.c1062 goto finish;
1149 finish:
/linux-master/fs/ceph/
H A Dmds_client.c833 * We need to wait for the inflight async unlink requests to finish
3410 goto finish;
3416 goto finish;
3421 goto finish;
3427 goto finish;
3438 goto finish;
3449 goto finish;
3462 goto finish;
3540 * stuck too long or fail in thoery, to finish when forwarding
3585 finish
[all...]
/linux-master/include/net/
H A Dxfrm.h1662 int (*finish)(struct net *, struct sock *,
1665 int (*finish)(struct net *, struct sock *,
/linux-master/arch/arm/mach-pxa/
H A Dsharpsl_pm.c816 .finish = pxa_pm_finish,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ring_submission.c1134 engine->reset.finish = reset_finish;
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S367 b ccmerge ! finish it off, above
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c4036 goto finish;
4061 goto finish;
4068 goto finish;
4193 finish:
/linux-master/fs/xfs/
H A Dxfs_trace.h1571 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish),
1572 TP_ARGS(ip, start, finish),
1578 __field(xfs_off_t, finish)
1585 __entry->finish = finish;
1587 TP_printk("dev %d:%d ino 0x%llx disize 0x%llx start 0x%llx finish 0x%llx",
1592 __entry->finish)
/linux-master/net/smc/
H A Dsmc_llc.c319 /* finish the current llc flow */
1826 goto finish;
1838 finish:
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c804 int finish)
891 if (finish) {
803 hfcsusb_rx_frame(struct usb_fifo *fifo, __u8 *data, unsigned int len, int finish) argument
/linux-master/net/ieee802154/
H A Dnl802154.c471 goto finish;
553 finish:
/linux-master/drivers/md/
H A Draid5.c4994 goto finish;
4999 goto finish;
5006 goto finish;
5159 goto finish;
5240 goto finish;
5271 finish:
5509 * for it to finish
5965 * won't proceed until we finish with the stripe.
6224 /* shouldn't happen, but just in case, finish up.*/
6235 goto finish;
[all...]
/linux-master/fs/udf/
H A Dinode.c1736 goto finish;
1859 finish:
/linux-master/drivers/tty/serial/
H A Dsamsung_tty.c731 goto finish;
753 finish:

Completed in 964 milliseconds

1234567