Searched refs:recovery (Results 1 - 25 of 74) sorted by path

123

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Drecovery.c100 struct ath6kl_fw_recovery *recovery = &ar->fw_recovery; local
103 INIT_WORK(&recovery->recovery_work, ath6kl_recovery_work);
104 recovery->seq_num = 0;
105 recovery->hb_misscnt = 0;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Ddm_common.h114 void rtl92c_phy_iq_calibrate(struct ieee80211_hw *hw, bool recovery);
/linux-master/fs/gfs2/
H A DMakefile8 recovery.o rgrp.o super.o sys.o trans.o util.o
/linux-master/fs/jbd2/
H A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/linux-master/fs/nilfs2/
H A DMakefile4 btnode.o bmap.o btree.o direct.o dat.o recovery.o \
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S207 $exception: # Destination for exception recovery(?)
H A Dev6-copy_user.S220 $exitout: # Destination for exception recovery(?)
/linux-master/arch/x86/events/intel/
H A Dcore.c406 EVENT_ATTR_STR_HT(topdown-recovery-bubbles, td_recovery_bubbles,
409 EVENT_ATTR_STR_HT(topdown-recovery-bubbles.scale, td_recovery_bubbles_scale,
1809 EVENT_ATTR_STR(topdown-recovery-bubbles, td_recovery_bubbles_glm, "event=0xca,umask=0x02");
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c728 * recovery need to make additional checks. Other
796 * During IFU recovery Sandy Bridge -EP4S processors set the RIPV and
1620 * recovery code specified in _ASM_EXTABLE_FAULT()) and the
1626 mce_panic("Failed kernel mode recovery", &m, msg);
2318 * mce=recovery force enable copy_mc_fragile()
2346 else if (!strcmp(str, "recovery"))
2347 cfg->recovery = 1;
2921 if (mca_cfg.recovery)
H A Dinternal.h173 recovery : 1, member in struct:mca_config
/linux-master/drivers/ata/
H A Dpata_cs5520.c40 int recovery; member in struct:pio_clocks
70 (cs5520_pio_clocks[pio].recovery << 4) |
75 (cs5520_pio_clocks[pio].recovery << 4) |
79 (cs5520_pio_clocks[pio].recovery << 4) |
H A Dpata_legacy.c679 int active, recovery; local
687 recovery = 18 - clamp_val(t.recover, 3, 18);
690 recovery = 15 - clamp_val(t.recover, 0, 15);
692 timing = (recovery << 4) | active | 0x08;
817 int active, recovery; local
830 recovery = (clamp_val(t.recover, 1, 15) + 1) & 0x0F;
831 timing = (active << 4) | recovery;
H A Dpata_sis.c234 static const u8 recovery[] = { 0x00, 0x06, 0x04, 0x03, 0x03 }; local
241 t1 &= ~0x0F; /* Clear active/recovery timings */
245 t2 |= recovery[speed];
349 /* bits 3-0 hold recovery timing bits 8-10 active timing and
389 /* bits 3-0 hold recovery timing bits 8-10 active timing and
697 /* force per drive recovery and active timings
/linux-master/drivers/i2c/busses/
H A Di2c-pxa.c267 struct i2c_bus_recovery_info recovery; member in struct:pxa_i2c
1301 * we transition to recovery; this avoids glitching the bus.
1303 gpiod_set_value(i2c->recovery.scl_gpiod, ibmr & IBMR_SCLS);
1304 gpiod_set_value(i2c->recovery.sda_gpiod, ibmr & IBMR_SDAS);
1321 "recovery: resetting controller, ISR=0x%08x\n", isr);
1327 dev_dbg(&i2c->adap.dev, "recovery: IBMR 0x%08x ISR 0x%08x\n",
1335 struct i2c_bus_recovery_info *bri = &i2c->recovery;
1340 * Bus recovery can only be performed when we are the master, which
1342 * not configure bus recovery.
1358 i2c->pinctrl_recovery = pinctrl_lookup_state(i2c->pinctrl, "recovery");
[all...]
H A Di2c-uniphier.c159 bool recovery = false;
171 /* This error is fatal. Needs recovery. */
173 recovery = true;
180 /* Failed to issue STOP. The bus needs recovery. */
181 recovery = true;
186 if (recovery)
201 * in a wrong state. Try bus recovery.
161 bool recovery = false; local
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.c2136 isert_get_dataout(struct iscsit_conn *conn, struct iscsit_cmd *cmd, bool recovery) argument
/linux-master/drivers/md/
H A Ddm-raid.c1112 * [[no]sync] Force or prevent recovery of the
1179 * 4) Device hadn't completed recovery after previous failure.
1489 rs->ti->error = "Bogus recovery rates";
1680 /* Setup recovery on @rs */
1694 * Other raid set types may skip recovery
2013 * - ongoing recovery
2424 * Partial recovery is performed on
2484 clear_bit(In_sync, &rdev->flags); /* Mandatory for recovery */
2678 * avoid false recovery positives in the constructor.
3155 * one, prohibit requesting recovery, allo
3369 decipher_sync_action(struct mddev *mddev, unsigned long recovery) argument
3426 rs_get_progress(struct raid_set *rs, unsigned long recovery, enum sync_state state, sector_t resync_max_sectors) argument
3520 unsigned long recovery; local
[all...]
H A Dmd-bitmap.c722 pr_warn("%s: bitmap file is out of date (%llu < %llu) -- forcing full recovery\n",
1166 pr_warn("%s: bitmap file is out of date, doing full recovery\n",
2011 /* Kick recovery in case any bits were set */
2012 set_bit(MD_RECOVERY_NEEDED, &bitmap->mddev->recovery);
2356 if (mddev->recovery || mddev->sync_thread) {
H A Dmd-cluster.c325 if (test_bit(MD_RESYNCING_REMOTE, &mddev->recovery) &&
326 test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery) &&
341 &mddev->recovery);
342 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery);
368 pr_warn("md-cluster: Could not create recovery thread\n");
380 pr_info("md-cluster: %s Node %d/%d down. My slot: %d. Initiating recovery.\n",
406 /* the ops is called when node join the cluster, and do lock recovery
452 * clear the REMOTE flag since resync or recovery is finished
455 clear_bit(MD_RESYNCING_REMOTE, &mddev->recovery);
457 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery);
[all...]
H A Dmd.c509 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery);
1476 /* active but not in sync implies recovery up to
2060 &mddev->recovery))
2569 /* May as well allow recovery to be retried once */
2765 * curr_resync_completed can only be used during recovery.
2772 test_bit(MD_RECOVERY_RUNNING, &mddev->recovery) &&
2773 test_bit(MD_RECOVERY_RECOVER, &mddev->recovery) &&
2774 !test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery) &&
2822 * then a recovery will happen and soon that array won't
2903 if (test_bit(MD_RECOVERY_RUNNING, &mddev->recovery))
4874 unsigned long recovery = mddev->recovery; local
[all...]
H A Dmd.h106 * recovery start point)
146 * bitmap-based recovery to get fully in sync.
376 * "recovery", or "reshape") is started. It holds this value even
411 unsigned long recovery; member in struct:mddev
412 /* If a RAID personality determines that recovery (of a particular
414 * takes a copy of this number and does not attempt recovery again
555 * If neither SYNC or RESHAPE are set, then it is a recovery.
558 MD_RECOVERY_SYNC, /* actually doing a resync, not a recovery */
559 MD_RECOVERY_RECOVER, /* doing recovery, or need to try it. */
591 if (!test_bit(MD_RECOVERY_RUNNING, &mddev->recovery))
[all...]
H A Draid1.c178 if (test_bit(MD_RECOVERY_REQUESTED, &pi->mddev->recovery))
465 conf->mddev->recovery);
735 /* still in recovery */
941 * either some resync/recovery, or reconfigure the array.
960 * If resync/recovery is interrupted, returns -EINTR;
997 test_bit(MD_RECOVERY_INTR, &conf->mddev->recovery),
1000 if (test_bit(MD_RECOVERY_INTR, &conf->mddev->recovery)) {
1723 * - recovery is disabled.
1725 * - recovery is interrupted.
1754 * if recovery i
[all...]
H A Draid10.c126 * When performing a recovery, we need 2 bios, one for read,
143 if (test_bit(MD_RECOVERY_SYNC, &conf->mddev->recovery) ||
144 test_bit(MD_RECOVERY_RESHAPE, &conf->mddev->recovery))
147 nalloc = 2; /* recovery */
190 &conf->mddev->recovery)) {
487 &rdev->mddev->recovery);
663 * or recovery, so reshape isn't happening
904 * either some resync/recovery, or reconfigure the array.
1077 if (!test_bit(MD_RECOVERY_RESHAPE, &rdev->mddev->recovery) ||
1130 while (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery)
[all...]
H A Draid5.c2892 &rdev->mddev->recovery);
2945 set_bit(MD_RECOVERY_INTR, &mddev->recovery);
3745 * non-sync devices, or abort the recovery
3747 if (test_bit(MD_RECOVERY_RECOVER, &conf->mddev->recovery)) {
3748 /* During recovery devices cannot be removed, so
4334 /* either failed parity check, or recovery is happening */
4367 if (test_bit(MD_RECOVERY_CHECK, &conf->mddev->recovery)) {
4532 if (test_bit(MD_RECOVERY_CHECK, &conf->mddev->recovery)) {
4825 * sync and recovery both need to read all devices, and so
4830 test_bit(MD_RECOVERY_REQUESTED, &(conf->mddev->recovery)))
[all...]
/linux-master/drivers/md/dm-vdo/
H A DMakefile32 recovery-journal.o \

Completed in 659 milliseconds

123