Searched refs:restart (Results 251 - 275 of 425) sorted by relevance

<<11121314151617

/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c833 restart:
856 goto restart;
885 goto restart;
/linux-master/fs/xfs/
H A Dxfs_file.c395 restart:
423 goto restart;
474 goto restart;
/linux-master/arch/arm/boot/compressed/
H A Dhead.S331 restart: adr r0, LC1 label
479 add r10, r10, #((reloc_code_end - restart + 256) & ~255)
483 adr r5, restart
537 badr r0, restart
673 .word _end - restart + 16384 + 1024*1024
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c2091 goto restart;
2101 goto restart;
2112 goto restart;
2116 restart:
2117 queue_work(il->workqueue, &il->restart);
2137 goto restart;
2147 goto restart;
2209 restart:
2210 queue_work(il->workqueue, &il->restart);
2417 /* tried to restart an
[all...]
/linux-master/mm/
H A Dvmscan.c3354 restart:
3393 goto restart;
3501 restart:
3559 goto restart;
3574 restart:
3592 goto restart;
3768 restart:
3791 goto restart;
4806 restart:
4853 /* restart i
[all...]
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c1470 restart:
1476 goto restart;
2680 restart:
2696 goto restart;
6202 restart:
6229 goto restart;
6237 goto restart;
6611 restart:
6635 * lock was dropped. Either way, restart the iterator to get it
6639 goto restart;
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccdc.c1620 /* Don't restart CCDC if we're just about to stop streaming. */
1651 int restart = 0; local
1686 restart = ccdc_isr_buffer(ccdc);
1692 if (restart)
1801 bool restart = false; local
1808 /* We now have a buffer queued on the output, restart the pipeline
1817 restart = true;
1822 if (restart)
H A Dispresizer.c1018 int restart = 0; local
1029 restart = 1;
1047 * restart the resizer. Otherwise restart it immediately.
1049 if (restart)
/linux-master/fs/quota/
H A Ddquot.c339 /* We add to the back of inuse list so we don't have to restart
577 restart:
603 * restart. */
604 goto restart;
613 goto restart;
822 restart:
836 goto restart;
841 goto restart;
/linux-master/security/apparmor/
H A Ddomain.c397 restart:
437 goto restart;
446 goto restart;
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dtx.c564 bool restart = false; local
579 restart = true;
585 if (restart) {
/linux-master/arch/arm/mach-footbridge/
H A Dnetwinder-hw.c771 .restart = netwinder_restart,
/linux-master/drivers/ps3/
H A Dps3-sys-manager.c628 * should only be called from ps3_restart() through ps3_sys_manager_ops.restart.
706 ops.restart = ps3_sys_manager_final_restart;
/linux-master/arch/mips/include/asm/
H A Dsgiarcs.h196 LONG restart; /* XXX soft reset??? */ member in struct:linux_romvec
/linux-master/arch/arm/mach-orion5x/
H A Dts78xx-setup.c573 .restart = orion5x_restart,
/linux-master/arch/arm/mach-sa1100/
H A Dassabet.c744 .restart = sa11x0_restart,
/linux-master/ipc/
H A Dsem.c811 * waiting operations. Therefore this function checks if the restart is
814 * Note that wait-for-zero operations are handled without restart.
827 * - complex operations always restart.
962 int error, restart; local
983 restart = 0;
987 restart = check_restart(sma, q);
991 if (restart)
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c584 .restart = pmac_restart,
/linux-master/drivers/watchdog/
H A Dimx2_wdt.c252 .restart = imx2_wdt_restart,
425 * from deep sleep state, need to restart the
H A Dimx7ulp_wdt.c234 .restart = imx7ulp_wdt_restart,
H A Daspeed_wdt.c276 .restart = aspeed_wdt_restart,
H A Dmtk_wdt.c384 .restart = mtk_wdt_restart,
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h824 struct work_struct restart; member in struct:iwl_priv
/linux-master/drivers/char/ipmi/
H A Dipmi_ssif.c1043 restart:
1066 goto restart;
1400 restart:
1427 goto restart;
/linux-master/drivers/scsi/
H A Dscsi_sysfs.c1480 * If blocked, we go straight to DEL and restart the queue so
1551 restart:
1570 goto restart;
1589 restart:
1605 goto restart;

Completed in 330 milliseconds

<<11121314151617