Searched refs:sleep_time (Results 1 – 8 of 8) sorted by relevance
122 unsigned int timeo, reset_timeo, sleep_time; in wait_for_ready() local132 sleep_time = chip_op_time / 2; in wait_for_ready()147 if (sleep_time >= 1000000/HZ) { in wait_for_ready()153 msleep(sleep_time/1000); in wait_for_ready()154 timeo -= sleep_time; in wait_for_ready()155 sleep_time = 1000000/HZ; in wait_for_ready()
837 unsigned long sleep_time = 0; in acpi_thermal_check() local923 sleep_time = tz->trips.passive.tsp * 100; in acpi_thermal_check()924 timeout_jiffies = jiffies + (HZ * sleep_time) / 1000; in acpi_thermal_check()926 sleep_time = tz->polling_frequency * 100; in acpi_thermal_check()927 timeout_jiffies = round_jiffies(jiffies + (HZ * sleep_time) / 1000); in acpi_thermal_check()931 tz->name, tz->temperature, sleep_time)); in acpi_thermal_check()937 if (!sleep_time) { in acpi_thermal_check()
1376 pkt->sleep_time = max(PACKET_WAIT_TIME, 1); in pkt_handle_queue()1496 if ((pkt->write_size < pkt->frames) && (pkt->sleep_time > 0)) in pkt_run_state_machine()1499 pkt->sleep_time = 0; in pkt_run_state_machine()1641 if (pkt->sleep_time && pkt->sleep_time < min_sleep_time) in kcdrwd()1642 min_sleep_time = pkt->sleep_time; in kcdrwd()1655 if (!pkt->sleep_time) in kcdrwd()1657 pkt->sleep_time -= min_sleep_time - residue; in kcdrwd()1658 if (pkt->sleep_time <= 0) { in kcdrwd()1659 pkt->sleep_time = 0; in kcdrwd()
1185 __le32 sleep_time; member1559 __le32 sleep_time; member
2070 __le32 sleep_time; member2515 __le32 sleep_time; member
1187 unsigned int timeo, sleep_time, reset_timeo; in inval_cache_and_wait_for_operation() local1198 sleep_time = chip_op_time / 2; in inval_cache_and_wait_for_operation()1213 if (sleep_time >= 1000000/HZ) { in inval_cache_and_wait_for_operation()1219 msleep(sleep_time/1000); in inval_cache_and_wait_for_operation()1220 timeo -= sleep_time; in inval_cache_and_wait_for_operation()1221 sleep_time = 1000000/HZ; in inval_cache_and_wait_for_operation()
2308 int sleep_time = 0; in ftdi_elan_check_controller() local2333 sleep_time = 0; in ftdi_elan_check_controller()2339 sleep_time = 10; in ftdi_elan_check_controller()2344 sleep_time = 50; in ftdi_elan_check_controller()2353 msleep(sleep_time); in ftdi_elan_check_controller()
1615 int sleep_time = 0; in u132_run() local1634 sleep_time = 0; in u132_run()1640 sleep_time = 10; in u132_run()1645 sleep_time = 50; in u132_run()1654 msleep(sleep_time); in u132_run()