Searched defs:recovery (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h58 int recovery; member in struct:rum_amrr
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h58 int recovery; member in struct:ural_amrr
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h121 int recovery; member in struct:wpi_amrr
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h96 int recovery; member in struct:iwh_amrr
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h94 int recovery; member in struct:iwk_amrr
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h96 int recovery; member in struct:iwp_amrr
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c123 * "recover" by redriving the mount compund (LOOKUP ops). This recovery
124 * code is needed outside of the recovery framework because mount is a
126 * of the server path being mounted. The recovery code recovers real
1245 int recovery = !(flags & NFS4_GETFH_NEEDSOP); local
1258 if (! recovery) {
1279 if (needrecov && !recovery && num_retry-- > 0) {
1282 "getlinktext_otw: initiating recovery\n"));
1298 if (! recovery)
1307 if (! recovery)
1322 if (! recovery)
1691 int recovery = !(flags & NFS4_GETFH_NEEDSOP); local
3178 nfs4setclientid(mntinfo4_t *mi, cred_t *cr, bool_t recovery, nfs4_error_t *n4ep) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c614 int buddy; /* cpu that ran recovery */
615 clock_t lbolt; /* when recovery started */
616 hrtime_t recovery_time; /* time spent in recovery */
634 hrtime_t hrt; /* maximum recovery time */
635 int recovery; /* recovered */ member in struct:__anon9780
636 int full_claimed; /* maximum pages claimed in full recovery */
886 * The return value indicates to the caller if we have exhausted all recovery
903 * Wait while recovery takes place
981 CHEETAH_LIVELOCK_STAT(recovery);
2211 * need to do a little more for recovery o
[all...]

Completed in 80 milliseconds