Searched refs:restart (Results 201 - 225 of 425) sorted by relevance

1234567891011>>

/linux-master/drivers/watchdog/
H A Dapple_wdt.c146 .restart = apple_wdt_restart,
H A Dbcm2835_wdt.c131 .restart = bcm2835_restart,
/linux-master/arch/arm/mach-ep93xx/
H A Dvision_ep9307.c320 .restart = ep93xx_restart,
/linux-master/drivers/net/phy/
H A Dphy-c45.c332 * genphy_c45_restart_aneg - Enable and restart auto-negotiation
337 * Enable and restart auto-negotiation.
352 * genphy_c45_check_and_restart_aneg - Enable and restart auto-negotiation
354 * @restart: whether aneg restart is requested
358 * Check, and restart auto-negotiation if needed.
360 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart) argument
368 if (!restart) {
369 /* Configure and restart aneg if it wasn't set before */
375 restart
[all...]
/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;
/linux-master/arch/powerpc/platforms/44x/
H A Dwarp.c51 .restart = ppc4xx_reset_system,
/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h62 void __noreturn (*restart)(char *cmd); member in struct:machdep_calls
/linux-master/fs/bcachefs/
H A Ddebug.c608 restart:
640 goto restart;
854 restart:
879 goto restart;
/linux-master/fs/nfs/
H A Dnfs42proc.c182 bool *restart)
238 *restart = true;
317 bool *restart)
391 dst, &args->src_stateid, restart);
438 bool restart = false; local
459 nss, cnr_stateid, &restart);
470 if (!restart) {
176 handle_async_copy(struct nfs42_copy_res *res, struct nfs_server *dst_server, struct nfs_server *src_server, struct file *src, struct file *dst, nfs4_stateid *src_stateid, bool *restart) argument
309 _nfs42_proc_copy(struct file *src, struct nfs_lock_context *src_lock, struct file *dst, struct nfs_lock_context *dst_lock, struct nfs42_copy_args *args, struct nfs42_copy_res *res, struct nl4_server *nss, nfs4_stateid *cnr_stateid, bool *restart) argument
/linux-master/kernel/time/
H A Dposix-cpu-timers.c1521 struct restart_block *restart; local
1581 restart = &current->restart_block;
1582 restart->nanosleep.expires = expires;
1583 if (restart->nanosleep.type != TT_NONE)
1584 error = nanosleep_copyout(restart, &it.it_value);
/linux-master/drivers/md/
H A Ddm-crypt.c54 struct completion restart; member in struct:convert_context
1229 init_completion(&ctx->restart);
1577 complete(&ctx->restart);
1595 if (try_wait_for_completion(&ctx->restart)) {
1611 wait_for_completion(&ctx->restart);
1613 reinit_completion(&ctx->restart);
2068 wait_for_completion(&ctx->restart);
2069 reinit_completion(&ctx->restart);
2077 wait_for_completion(&ctx->restart);
2140 wait_for_completion(&ctx->restart);
[all...]
/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
/linux-master/drivers/net/ethernet/ibm/
H A Dibmveth.c797 int restart = 0; local
800 restart = 1;
867 if (restart)
879 int restart = 0; local
882 restart = 1;
927 if (restart)
/linux-master/fs/orangefs/
H A Ddevorangefs-req.c188 restart:
304 goto restart;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c628 B43_DEBUGFS_FOPS(restart, NULL, restart_write_file);
721 ADD_FILE(restart, 0200);
/linux-master/net/netfilter/
H A Dnfnetlink_cthelper.c584 restart:
609 goto restart;
H A Dnf_conncount.c328 restart:
365 goto restart;
/linux-master/drivers/target/
H A Dtarget_core_tpg.c329 restart:
340 goto restart;
/linux-master/drivers/bluetooth/
H A Dhci_ldisc.c156 restart:
178 goto restart;
/linux-master/kernel/gcov/
H A Dfs.c641 restart:
647 /* Several nodes may have gone - restart loop. */
648 goto restart;
/linux-master/fs/notify/
H A Dmark.c613 restart:
621 goto restart;
/linux-master/drivers/regulator/
H A Dof_regulator.c767 restart:
797 goto restart;
/linux-master/net/bluetooth/
H A Daf_bluetooth.c248 restart:
268 goto restart;
/linux-master/net/sched/
H A Dcls_route.c163 restart:
186 goto restart;
/linux-master/kernel/
H A Dsoftirq.c463 * We restart softirq processing for at most MAX_SOFTIRQ_RESTART times,
534 restart:
576 goto restart;

Completed in 241 milliseconds

1234567891011>>