Searched refs:restart (Results 51 - 75 of 425) sorted by last modified time

1234567891011>>

/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c585 restart:
603 goto restart;
633 goto restart;
/linux-master/arch/x86/kvm/
H A Dx86.c9238 restart:
9290 goto restart;
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c2637 restart:
2653 goto restart;
6214 restart:
6241 goto restart;
6249 goto restart;
6624 restart:
6648 * lock was dropped. Either way, restart the iterator to get it
6652 goto restart;
6739 restart:
6760 goto restart;
[all...]
/linux-master/arch/powerpc/xmon/
H A Dxmon.c1238 ppc_md.restart(tmp);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c626 restart:
661 goto restart;
669 * restart the search.
674 goto restart;
/linux-master/arch/powerpc/kernel/
H A Dsetup-common.c142 if (ppc_md.restart)
143 ppc_md.restart(cmd);
/linux-master/net/xfrm/
H A Dxfrm_state.c818 restart:
836 goto restart;
862 restart:
878 goto restart;
H A Dxfrm_policy.c929 restart:
968 goto restart;
1063 /* restart */
/linux-master/net/sched/
H A Dsch_teql.c288 restart:
340 goto restart;
/linux-master/net/openvswitch/
H A Ddatapath.c2279 restart:
2314 goto restart;
/linux-master/net/netfilter/
H A Dnf_tables_api.c11474 bool restart = false; local
11504 restart = deleted >= ARRAY_SIZE(to_delete);
11509 if (restart)
/linux-master/net/ipv6/
H A Daddrconf.c173 static void addrconf_dad_run(struct inet6_dev *idev, bool restart);
3894 restart:
3905 goto restart;
4382 static void addrconf_dad_run(struct inet6_dev *idev, bool restart) argument
4390 ifp->state == INET6_IFADDR_STATE_DAD) || restart) {
4391 if (restart)
4622 restart:
4664 goto restart;
4676 goto restart;
4700 goto restart;
[all...]
/linux-master/net/ipv4/
H A Dtcp_input.c841 * restart window, so that we send ACKs quickly.
3201 * RFC2988 recommends to restart timer to now+rto.
5341 restart:
5350 goto restart;
H A Dtcp.c1134 restart:
1158 goto restart;
H A Dinet_timewait_sock.c282 restart:
298 goto restart;
315 * not the expected one, we must restart lookup.
319 goto restart;
H A Digmp.c814 restart:
821 goto restart;
/linux-master/net/hsr/
H A Dhsr_netlink.c437 bool restart = false; local
458 restart:
474 if (!restart) {
491 restart = true;
492 goto restart;
/linux-master/net/core/
H A Ddev.c3223 * Mark device as attached from system and restart if needed.
6356 restart:
6416 goto restart;
/linux-master/kernel/time/
H A Dhrtimer.c1138 bool restart, bool keep_local)
1162 if (!restart)
1651 int restart; variable
1687 restart = fn(timer);
1702 if (restart != HRTIMER_NORESTART &&
2000 int nanosleep_copyout(struct restart_block *restart, struct timespec64 *ts) argument
2002 switch(restart->nanosleep.type) {
2005 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp))
2010 if (put_timespec64(ts, restart->nanosleep.rmtp))
2021 struct restart_block *restart; local
1137 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart, bool keep_local) argument
2054 hrtimer_nanosleep_restart(struct restart_block *restart) argument
2070 struct restart_block *restart; local
[all...]
/linux-master/include/linux/
H A Drhashtable.h603 restart:
624 goto restart;
1245 * Note that if you restart a walk after rhashtable_walk_stop you
H A Dphy.h509 * Once complete, move to UP to restart the PHY.
1856 int genphy_check_and_restart_aneg(struct phy_device *phydev, bool restart);
1891 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart);
/linux-master/fs/gfs2/
H A Dsuper.c597 restart:
605 goto restart;
H A Dlog.c212 restart:
226 goto restart;
H A Dlock_dlm.c843 restart:
877 goto restart;
954 goto restart;
976 goto restart;
986 goto restart;
995 goto restart;
1017 restart:
1046 goto restart;
/linux-master/fs/
H A Dfs-writeback.c671 bool restart = false; local
676 return restart;
699 restart = isw_prepare_wbs_switch(isw, &wb->b_attached, &nr);
700 if (!restart)
701 restart = isw_prepare_wbs_switch(isw, &wb->b_dirty_time, &nr);
709 return restart;
721 return restart;
990 restart:
1044 goto restart;

Completed in 442 milliseconds

1234567891011>>