Searched defs:forced (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/aacraid/
H A Dcommsup.c1247 static int _aac_reset_adapter(struct aac_dev *aac, int forced) argument
1280 retval = aac_adapter_restart(aac, forced ? 0 : aac_adapter_check_health(aac));
1392 int aac_reset_adapter(struct aac_dev * aac, int forced) argument
1415 if (forced < 2) for (retval = 60; retval; --retval) {
1442 if (forced < 2)
1445 retval = _aac_reset_adapter(aac, forced ? forced : ((aac_check_reset != 0) && (aac_check_reset != 1)));
1448 if ((forced < 2) && (retval == -ENODEV)) {
/drivers/block/drbd/
H A Ddrbd_nl.c571 int forced = 0; local
606 forced = 1;
657 if (forced)
680 && device->ldev->md.uuid[UI_BITMAP] == 0) || forced)
692 /* if this was forced, we should consider sync */
693 if (forced)
1037 drbd_warn(device, "Resize while not connected was forced by the user!\n");
2420 * necessary, if this was a forced disconnect during a receiver
H A Ddrbd_receiver.c3174 int forced = (hg == -100); local
3191 if (forced) {
4129 * forced to be UpToDate with --overwrite-data */
/drivers/video/fbdev/
H A Dsh_mobile_hdmi.c854 char *forced; local
909 fb_get_options("sh_mobile_lcdc", &forced);
910 if (forced && *forced) {
912 i = sscanf(forced, "%ux%u@%u",

Completed in 572 milliseconds