Searched refs:restart (Results 1 - 25 of 32) sorted by relevance

12

/xnu-2782.1.97/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c122 restart:
131 goto restart;
/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_rmclass.h269 void (*restart)(struct ifclassq *); /* Restart routine. */ member in struct:rm_ifdat
H A Dpktsched_rmclass.c719 * 'restart' is the driver-specific routine that the generic 'delay
720 * until under limit' action will call to restart output. `maxq'
730 void (*restart)(struct ifclassq *), u_int32_t qid, int maxq, int maxqueued,
756 ifd->restart = restart;
1611 * a 'backstop' to restart this class.
1651 if (ifd->queued_ < ifd->maxqueued_ && ifd->restart != NULL) {
1653 (ifd->restart)(ifd->ifq_);
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_node.c612 restart:
664 goto restart;
677 goto restart;
698 goto restart;
709 goto restart;
741 goto restart;
H A Dnfs4_vnops.c574 restart:
619 goto restart;
1685 int restart = nfs_mount_state_error_should_restart(error); local
1688 return (restart);
1690 if (restart && (error != NFSERR_OLD_STATEID) && (error != NFSERR_GRACE)) {
1705 return (restart);
1709 * Does the error mean we should restart/redo a state-related operation?
1728 * In some cases we may want to limit how many times we restart a
2700 restart:
2723 goto restart;
3580 int error = 0, error2, willsplit = 0, delay, slpflag, busy = 0, inuse = 0, restart, inqueue = 0; local
[all...]
H A Dnfs_vnops.c780 restart:
803 goto restart;
874 goto restart;
1077 restart:
1090 goto restart;
1112 goto restart;
1848 restart:
1864 goto restart;
1881 goto restart;
2073 goto restart;
2612 uint32_t stategenid = 0, restart = 0; local
3375 uint32_t stategenid = 0, vrestart = 0, restart = 0; local
6987 uint32_t stategenid = 0, restart = 0; local
7299 uint32_t stategenid = 0, vrestart = 0, restart = 0, vrestarts = 0, restarts = 0; local
[all...]
H A Dnfs4_subs.c2449 restart:
2484 goto restart;
2569 /* restart recovery? */
2576 goto restart;
2625 /* restart recovery? */
2632 goto restart;
2657 goto restart;
/xnu-2782.1.97/osfmk/kern/
H A Ddebug.c173 * didn't simply assert before we were able to restart the
295 restart:
307 goto restart;
/xnu-2782.1.97/bsd/kern/
H A Dkern_authorization.c245 * Note that we have to restart the scan every time we remove an entry
248 restart:
264 goto restart;
988 restart:
1015 goto restart;
H A Dkern_guarded.c586 restart:
701 goto restart;
752 goto restart;
H A Duipc_socket.c1608 restart:
1711 goto restart;
2620 restart:
2748 goto restart;
2803 goto restart;
3372 goto restart;
3552 restart:
3640 goto restart;
3648 goto restart;
3842 goto restart;
[all...]
H A Dkern_event.c1002 * Cancel and restart the timer based on new user data. When
1202 * until it is dropped. So, we can just restart again
1422 /* don't restart after signals... */
1665 restart:
1815 goto restart;
H A Dkern_memorystatus.c665 restart:
698 goto restart;
2457 /* Failure - unwind and restart. */
2590 /* Failure - unwind and restart. */
H A Duipc_usrreq.c2140 goto restart;
/xnu-2782.1.97/bsd/net/
H A Dradix.c954 * in dimension (smaller than before), we simply restart the walk
957 restart:
1048 /* If one or more nodes got deleted, restart from top */
1050 goto restart;
1074 * in dimension (smaller than before), we simply restart the walk
1077 restart:
1101 /* If one or more nodes got deleted, restart from top */
1103 goto restart;
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h389 @abstract Take a stackshot of the system and restart the system.
492 // Handle platform halt and restart notifications
541 void takeStackshot(bool restart, bool isOSXWatchdog);
542 void sleepWakeDebugTrig(bool restart);
/xnu-2782.1.97/osfmk/vm/
H A Dvm_purgeable.c790 restart:
810 goto restart;
829 goto restart;
H A Dvm_page.h272 restart:1, /* Page was pushed higher in shadow member in struct:vm_page
275 unusual:1, /* Page is absent, error, restart or
H A Dvm_fault.c1106 if (m->restart) {
1108 * The pager wants us to restart
2401 * in the object tree, we must restart
3569 if (m->unusual && (m->error || m->restart || m->private || m->absent)) {
5206 (m->unusual && ( m->error || m->restart || m->absent))) {
5733 if (m->busy || m->error || m->restart || m->absent) {
H A Dvm_pageout.c772 if (m->absent || m->error || m->restart || (!m->dirty && !m->precious)) {
5297 * requested. So no need for the "restart" bit.
5299 dst_page->restart = FALSE;
7012 m->restart = TRUE;
7017 m->restart = FALSE;
7021 m->restart = FALSE;
7743 dst_page->restart ||
H A Dmemory_object.c185 if (m->absent || m->error || m->restart) {
H A Dvm_resident.c569 m->restart = FALSE;
3805 (p->restart ? "" : "!"),
4492 m2->restart = m1->restart;
H A Dvm_object.c5115 * page will restart with the new
6385 restart:
6392 goto restart;
6408 goto restart;
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c2032 restart:
2036 goto restart;
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_voucher.c934 restart:
967 goto restart;

Completed in 175 milliseconds

12