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

12

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c122 restart:
131 goto restart;
/darwin-on-arm/xnu/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_);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_purgeable.c659 restart:
679 goto restart;
694 goto restart;
H A Dvm_fault.c1048 if (m->restart) {
1050 * The pager wants us to restart
2192 * in the object tree, we must restart
3049 if (m->unusual && (m->error || m->restart || m->private || m->absent)) {
4390 (m->unusual && ( m->error || m->restart || m->absent))) {
4893 if (m->busy || m->error || m->restart || m->absent) {
H A Dvm_page.h232 restart:1, /* Page was pushed higher in shadow member in struct:vm_page
235 unusual:1, /* Page is absent, error, restart or
H A Dvm_pageout.c747 if (m->absent || m->error || m->restart || (!m->dirty && !m->precious)) {
4094 * requested. So no need for the "restart" bit.
4096 dst_page->restart = FALSE;
5603 m->restart = TRUE;
5608 m->restart = FALSE;
5612 m->restart = FALSE;
6133 dst_page->restart ||
H A Dvm_resident.c543 m->restart = FALSE;
3450 (p->restart ? "" : "!"),
3774 m->cleaning || m->overwriting || m->restart || m->unusual || m->pageout) {
4030 m1->cleaning || m1->overwriting || m1->restart || m1->unusual || m1->busy)) {
H A Dmemory_object.c189 if (m->absent || m->error || m->restart) {
H A Dvm_object.c4518 * page will restart with the new
5717 restart:
5724 goto restart;
5740 goto restart;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c599 restart:
638 goto restart;
651 goto restart;
672 goto restart;
683 goto restart;
715 goto restart;
H A Dnfs4_vnops.c569 restart:
614 goto restart;
1679 int restart = nfs_mount_state_error_should_restart(error); local
1682 return (restart);
1684 if (restart && (error != NFSERR_OLD_STATEID) && (error != NFSERR_GRACE)) {
1699 return (restart);
1703 * Does the error mean we should restart/redo a state-related operation?
1722 * In some cases we may want to limit how many times we restart a
2694 restart:
2717 goto restart;
3574 int error = 0, error2, willsplit = 0, delay, slpflag, busy = 0, inuse = 0, restart, inqueue = 0; local
[all...]
H A Dnfs_vnops.c758 restart:
781 goto restart;
852 goto restart;
1055 restart:
1068 goto restart;
1090 goto restart;
1599 restart:
1615 goto restart;
1632 goto restart;
1824 goto restart;
2327 uint32_t stategenid = 0, restart = 0; local
3078 uint32_t stategenid = 0, vrestart = 0, restart = 0; local
6675 uint32_t stategenid = 0, restart = 0; local
6987 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;
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.c262 restart:
274 goto restart;
/darwin-on-arm/xnu/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 Duipc_socket.c1369 restart:
1445 goto restart;
2008 restart:
2119 goto restart;
2173 goto restart;
2689 goto restart;
H A Dkern_event.c909 * Cancel and restart the timer based on new user data. When
1093 * until it is dropped. So, we can just restart again
1304 /* don't restart after signals... */
1545 restart:
1695 goto restart;
H A Duipc_usrreq.c2093 goto restart;
/darwin-on-arm/xnu/bsd/net/
H A Dradix.c957 * in dimension (smaller than before), we simply restart the walk
960 restart:
1051 /* If one or more nodes got deleted, restart from top */
1053 goto restart;
1077 * in dimension (smaller than before), we simply restart the walk
1080 restart:
1104 /* If one or more nodes got deleted, restart from top */
1106 goto restart;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c1951 restart:
1955 goto restart;
H A Dvfs_bio.c3309 * and restart the search.
4435 restart:
4469 goto restart;
H A Dvfs_subr.c855 restart:
891 goto restart;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c4147 * namei/lookup and restart the rename operation. EEXIST is an allowable errno to be bubbled
4150 * will be swallowed and it will restart the operation.
5478 restart:
5534 goto restart;
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c851 restart:
906 goto restart;

Completed in 405 milliseconds

12