Home
last modified time | relevance | path

Searched refs:max_wait (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/pseries/
Deeh_pseries.c376 static int pseries_eeh_wait_state(struct device_node *dn, int max_wait) in pseries_eeh_wait_state() argument
403 if (max_wait <= 0) { in pseries_eeh_wait_state()
405 __func__, max_wait); in pseries_eeh_wait_state()
419 max_wait -= mwait; in pseries_eeh_wait_state()
/linux-3.4.99/block/
Dblk-throttle.c690 unsigned long bps_wait = 0, iops_wait = 0, max_wait = 0; in tg_may_dispatch() local
726 max_wait = max(bps_wait, iops_wait); in tg_may_dispatch()
729 *wait = max_wait; in tg_may_dispatch()
731 if (time_before(tg->slice_end[rw], jiffies + max_wait)) in tg_may_dispatch()
732 throtl_extend_slice(td, tg, rw, jiffies + max_wait); in tg_may_dispatch()
/linux-3.4.99/arch/powerpc/include/asm/
Deeh.h102 int (*wait_state)(struct device_node *dn, int max_wait);
/linux-3.4.99/drivers/scsi/megaraid/
Dmegaraid_sas_base.c2624 u8 max_wait; in megasas_transition_to_ready() local
2645 max_wait = MEGASAS_RESET_WAIT_TIME; in megasas_transition_to_ready()
2672 max_wait = MEGASAS_RESET_WAIT_TIME; in megasas_transition_to_ready()
2691 max_wait = MEGASAS_RESET_WAIT_TIME; in megasas_transition_to_ready()
2728 max_wait = MEGASAS_RESET_WAIT_TIME; in megasas_transition_to_ready()
2736 max_wait = MEGASAS_RESET_WAIT_TIME; in megasas_transition_to_ready()
2741 max_wait = MEGASAS_RESET_WAIT_TIME; in megasas_transition_to_ready()
2746 max_wait = MEGASAS_RESET_WAIT_TIME; in megasas_transition_to_ready()
2751 max_wait = MEGASAS_RESET_WAIT_TIME; in megasas_transition_to_ready()
2756 max_wait = MEGASAS_RESET_WAIT_TIME; in megasas_transition_to_ready()
[all …]
/linux-3.4.99/drivers/media/video/omap3isp/
Dispccdc.c1346 unsigned int max_wait) in ccdc_sbl_wait_idle() argument
1350 if (max_wait == 0) in ccdc_sbl_wait_idle()
1351 max_wait = 10000; /* 10 ms */ in ccdc_sbl_wait_idle()
1353 for (wait = 0; wait <= max_wait; wait++) { in ccdc_sbl_wait_idle()
/linux-3.4.99/Documentation/scsi/
DChangeLog.megaraid_sas259 and Increase the max_wait to 60 from 10 in the controller
260 operational status. With this max_wait increase, driver will
/linux-3.4.99/drivers/scsi/
Dst.c903 int attentions, waits, max_wait, scode; in test_ready() local
909 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready()
939 if (waits < max_wait) { in test_ready()