Searched refs:restart (Results 151 - 175 of 425) sorted by path

1234567891011>>

/linux-master/arch/x86/kvm/
H A Dx86.c9238 restart:
9290 goto restart;
/linux-master/arch/x86/platform/ce4100/
H A Dce4100.c20 #include <asm/emergency-restart.h>
/linux-master/arch/x86/platform/olpc/
H A Dolpc.c131 restart:
136 * If we time out during an OBF check, we can restart the command;
169 goto restart;
253 * Tell the wireless module to restart USB communication.
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1224 .restart = xen_restart,
/linux-master/block/
H A Dblk-cgroup.c581 restart:
601 goto restart;
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h54 /* This is used to stop/restart our threads.
1003 extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);
H A Ddrbd_main.c223 /* this extra list walk restart is paranoia,
322 restart:
341 goto restart;
439 void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait) argument
443 enum drbd_thread_state ns = restart ? RESTARTING : EXITING;
450 if (restart)
/linux-master/drivers/bluetooth/
H A Dhci_ldisc.c156 restart:
178 goto restart;
/linux-master/drivers/char/ipmi/
H A Dipmi_si_intf.c754 restart:
772 goto restart;
789 goto restart;
821 goto restart;
831 goto restart;
857 goto restart;
993 * handler won't restart the timer even though it is
H A Dipmi_ssif.c1043 restart:
1066 goto restart;
1400 restart:
1427 goto restart;
H A Dipmi_watchdog.c554 restart:
612 goto restart;
1097 /* If it comes back, restart it properly. */
/linux-master/drivers/crypto/
H A Dhifn_795x.c542 #define HIFN_COMP_CMD_MPPC_RESTART 0x0004 /* MPPC: restart */
567 #define HIFN_COMP_RES_RESTART 0x0004 /* MPPC: restart */
1853 u32 dmacsr, restart; local
1874 restart = dmacsr & (HIFN_DMACSR_R_OVER | HIFN_DMACSR_D_OVER);
1875 if (restart) {
1888 restart = dmacsr & (HIFN_DMACSR_C_ABORT | HIFN_DMACSR_S_ABORT |
1890 if (restart) {
/linux-master/drivers/dma-buf/
H A Ddma-fence-unwrap.c112 restart:
140 goto restart;
143 goto restart;
H A Ddma-resv.c437 bool restart; local
441 restart = dma_resv_fences_list(cursor->obj) != cursor->fences;
443 if (restart)
446 restart = true;
/linux-master/drivers/edac/
H A Dskx_base.c281 restart:
324 goto restart;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1870 * restart to ensure to get the latest CPU pages mapping to GPU, then start
2256 restart:
2281 goto restart;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c1287 restart:
1305 goto restart;
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c319 restart:
322 goto restart;
/linux-master/drivers/gpu/drm/radeon/
H A Dcik.c4489 u32 restart[3]; member in struct:bonaire_mqd
H A Dradeon_legacy_tv.c427 int restart; local
475 /* adjust restart */
476 restart = const_ptr->def_restart;
489 restart -= v_offset + h_offset;
491 DRM_DEBUG_KMS("compute_restarts: def = %u h = %d v = %d, p1 = %04x, p2 = %04x, restart = %d\n",
492 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart);
494 tv_dac->tv.hrestart = restart % h_total;
495 restart /= h_total;
496 tv_dac->tv.vrestart = restart % v_total;
497 restart /
[all...]
/linux-master/drivers/iommu/intel/
H A Ddmar.c1401 restart:
1473 goto restart;
/linux-master/drivers/md/
H A Ddm-crypt.c56 struct completion restart; member in struct:convert_context
1232 init_completion(&ctx->restart);
1580 complete(&ctx->restart);
1598 if (try_wait_for_completion(&ctx->restart)) {
1614 wait_for_completion(&ctx->restart);
1616 reinit_completion(&ctx->restart);
2071 wait_for_completion(&ctx->restart);
2072 reinit_completion(&ctx->restart);
2080 wait_for_completion(&ctx->restart);
2143 wait_for_completion(&ctx->restart);
[all...]
H A Ddm-writecache.c1976 restart:
1984 goto restart;
/linux-master/drivers/media/i2c/
H A Dmsp3400-driver.c308 state->restart = 1;
319 state->restart, timeout);
321 return state->restart;
862 state->restart = 1;
H A Dmsp3400-driver.h111 unsigned int restart:1; member in struct:msp_state

Completed in 466 milliseconds

1234567891011>>