Searched refs:finish (Results 1 - 25 of 175) sorted by last modified time

1234567

/linux-master/drivers/regulator/
H A Dcore.c3953 goto finish;
4026 finish:
/linux-master/net/xfrm/
H A Dxfrm_input.c41 int (*finish)(struct net *net, struct sock *sk, struct sk_buff *skb); member in struct:xfrm_trans_cb
763 XFRM_TRANS_SKB_CB(skb)->finish(XFRM_TRANS_SKB_CB(skb)->net,
769 int (*finish)(struct net *, struct sock *,
781 XFRM_TRANS_SKB_CB(skb)->finish = finish;
792 int (*finish)(struct net *, struct sock *,
795 return xfrm_trans_queue_net(dev_net(skb->dev), skb, finish);
/linux-master/include/net/
H A Dxfrm.h1662 int (*finish)(struct net *, struct sock *,
1665 int (*finish)(struct net *, struct sock *,
/linux-master/net/core/
H A Dskbuff.c4437 config->finish = skb_ts_finish;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1239 /* Wait for firmware load to finish. */
1279 /* Wait for firmware load to finish. */
6231 goto finish;
6298 goto finish;
6341 finish:
10882 * commits to finish in this case because our IRQ handlers reference
/linux-master/net/wireless/
H A Dnl80211.c2433 goto finish;
3008 finish:
/linux-master/drivers/misc/cardreader/
H A Drtsx_pcr.c879 struct completion finish; local
881 pcr->finish_me = &finish;
882 init_completion(&finish);
890 wait_for_completion_interruptible_timeout(&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/kernel/power/
H A Dsuspend.c296 if (state != PM_SUSPEND_TO_IDLE && suspend_ops->finish)
297 suspend_ops->finish();
H A Dhibernate.c108 && ops->prepare && ops->finish && ops->enter && ops->pre_restore
164 * platform_end - Call platform to finish transition to the working state.
214 hibernation_ops->finish();
581 * hibernation_ops->finish() before saving the image, so we should let
630 hibernation_ops->finish();
968 * this to finish.
/linux-master/fs/bcachefs/
H A Dtests.c772 u64 finish;
795 j->finish = sched_clock();
867 time = j.finish - j.start;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c1088 * count and finish the destroy of the context.
4474 engine->reset.finish = guc_reset_nop;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mbx.c180 * Wait for active mailbox commands to finish by waiting at most tov
4743 qla81xx_fac_erase_sector(scsi_qla_host_t *vha, uint32_t start, uint32_t finish) argument
4760 mcp->mb[4] = LSW(finish);
4761 mcp->mb[5] = MSW(finish);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c351 goto finish;
369 finish:
1281 * generic completion handler to finish completion of the request.
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c3448 engine->reset.finish = execlists_reset_finish;
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.c2205 goto finish;
2221 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/drivers/tty/serial/
H A Dsamsung_tty.c731 goto finish;
753 finish:
/linux-master/drivers/misc/eeprom/
H A Deeprom_93xx46.c156 if (edev->pdata->finish)
157 edev->pdata->finish(edev);
208 if (edev->pdata->finish)
209 edev->pdata->finish(edev);
300 if (edev->pdata->finish)
301 edev->pdata->finish(edev);
353 if (pd->finish)
354 pd->finish(edev);
462 pd->finish = select_deassert;
/linux-master/arch/riscv/kernel/
H A Dsuspend.c52 int (*finish)(unsigned long arg,
60 if (!finish)
76 rc = finish(arg, __pa_symbol(__cpu_resume_enter),
/linux-master/arch/riscv/include/asm/
H A Dsuspend.h33 /* High-level CPU suspend which will save context and call finish() */
35 int (*finish)(unsigned long arg,
/linux-master/drivers/acpi/
H A Dsleep.c964 .finish = acpi_pm_finish,
1016 .finish = acpi_pm_finish,
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_resp.c1062 goto finish;
1149 finish:
/linux-master/include/media/
H A Dvideobuf2-core.h77 * @finish: called every time the buffer is passed back from the driver
134 void (*finish)(void *buf_priv); member in struct:vb2_mem_ops
264 * after the 'finish' memop is called.
272 * skip_cache_sync_on_finish: when set buffer's ->finish() function
410 * finish and give back all buffers it got from &buf_queue
517 * ->finish().
/linux-master/fs/ext4/
H A Dextents.c5642 finish:
5650 goto finish;
5656 goto finish;
5678 goto finish;
5697 goto finish;
5704 goto finish;
5723 goto finish;
5730 goto finish;
5740 goto finish;
5743 goto finish;
[all...]

Completed in 602 milliseconds

1234567