/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-mlxcpld.c | 267 int timeout = 0; in mlxcpld_i2c_wait_for_free() local 273 timeout += priv->polling_time; in mlxcpld_i2c_wait_for_free() 274 } while (timeout <= MLXCPLD_I2C_XFER_TO); in mlxcpld_i2c_wait_for_free() 276 if (timeout > MLXCPLD_I2C_XFER_TO) in mlxcpld_i2c_wait_for_free() 289 int status, i, timeout = 0; in mlxcpld_i2c_wait_for_tc() local 296 timeout += priv->polling_time; in mlxcpld_i2c_wait_for_tc() 297 } while (status == 0 && timeout < MLXCPLD_I2C_XFER_TO); in mlxcpld_i2c_wait_for_tc() 552 mlxcpld_i2c_adapter.timeout = usecs_to_jiffies(MLXCPLD_I2C_XFER_TO); in mlxcpld_i2c_probe()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_bt_sm.c | 85 long timeout; /* microseconds countdown */ member 237 bt->timeout = bt->BT_CAP_req2rsp; in bt_start_transaction() 390 bt->timeout = bt->BT_CAP_req2rsp; in error_recovery() 462 bt->timeout, in bt_event() 482 bt->timeout -= time; in bt_event() 483 if ((bt->timeout < 0) && (bt->state < BT_STATE_RESET1)) in bt_event() 591 bt->timeout = BT_RESET_DELAY * USEC_PER_SEC; in bt_event() 596 if (bt->timeout > 0) in bt_event() 605 bt->timeout = bt->BT_CAP_req2rsp; in bt_event()
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mgmt.c | 250 u16 resp_msg_id, u32 timeout) in msg_to_mgmt_sync() argument 280 timeo = msecs_to_jiffies(timeout ? timeout : MGMT_MSG_TIMEOUT); in msg_to_mgmt_sync() 357 u32 timeout = 0; in hinic_msg_to_mgmt() local 371 timeout = SET_FUNC_PORT_MBOX_TIMEOUT; in hinic_msg_to_mgmt() 374 in_size, buf_out, out_size, timeout); in hinic_msg_to_mgmt() 377 timeout = SET_FUNC_PORT_MGMT_TIMEOUT; in hinic_msg_to_mgmt() 379 timeout = UPDATE_FW_MGMT_TIMEOUT; in hinic_msg_to_mgmt() 383 MSG_NOT_RESP, timeout); in hinic_msg_to_mgmt()
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | disk-shock-protection.rst | 45 for the specified number of milliseconds. When the timeout expires and 48 timeout is 30000 milliseconds. Exceeding this limit will return 49 -EOVERFLOW, but heads will be parked anyway and the timeout will be 50 set to 30 seconds. However, you can always change a timeout to any 52 before the timeout of the previous one has expired. In particular, the 53 total timeout can exceed 30 seconds and, more importantly, you can 54 cancel a previously set timeout and resume normal operation 55 immediately by specifying a timeout of 0. Values below -2 are rejected 57 timeout specified for a recent head park request has not yet expired, 88 operations on that port will be deferred until the timeout specified
|
/openbmc/linux/net/9p/ |
H A D | trans_rdma.c | 80 long timeout; member 127 long timeout; member 160 if (rdma->timeout != P9_RDMA_TIMEOUT) in p9_rdma_show_options() 161 seq_printf(m, ",timeout=%lu", rdma->timeout); in p9_rdma_show_options() 184 opts->timeout = P9_RDMA_TIMEOUT; in parse_opts() 223 opts->timeout = option; in parse_opts() 583 rdma->timeout = opts->timeout; in alloc_rdma() 681 rdma->timeout); in rdma_create_trans() 689 err = rdma_resolve_route(rdma->cm_id, rdma->timeout); in rdma_create_trans()
|
/openbmc/linux/drivers/tty/serdev/ |
H A D | core.c | 272 long timeout) in serdev_device_write() argument 281 if (timeout == 0) in serdev_device_write() 282 timeout = MAX_SCHEDULE_TIMEOUT; in serdev_device_write() 299 timeout = wait_for_completion_interruptible_timeout(&serdev->write_comp, in serdev_device_write() 300 timeout); in serdev_device_write() 301 } while (timeout > 0); in serdev_device_write() 307 if (timeout <= 0 && written == 0) { in serdev_device_write() 308 if (timeout == -ERESTARTSYS) in serdev_device_write() 375 void serdev_device_wait_until_sent(struct serdev_device *serdev, long timeout) in serdev_device_wait_until_sent() argument 382 ctrl->ops->wait_until_sent(ctrl, timeout); in serdev_device_wait_until_sent()
|
/openbmc/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | omap-wdt.txt | 8 - timeout-sec : default watchdog timeout in seconds
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | common_baco.h | 41 uint32_t timeout; member 53 uint32_t timeout; member
|
/openbmc/linux/drivers/hwmon/ |
H A D | abituguru3.c | 636 int timeout = ABIT_UGURU3_WAIT_TIMEOUT; in abituguru3_wait_while_busy() local 640 timeout--; in abituguru3_wait_while_busy() 641 if (timeout == 0) in abituguru3_wait_while_busy() 647 if (timeout == 1) in abituguru3_wait_while_busy() 657 int timeout = ABIT_UGURU3_WAIT_TIMEOUT; in abituguru3_wait_for_read() local 661 timeout--; in abituguru3_wait_for_read() 662 if (timeout == 0) in abituguru3_wait_for_read() 668 if (timeout == 1) in abituguru3_wait_for_read() 680 int x, timeout = ABIT_UGURU3_SYNCHRONIZE_TIMEOUT; in abituguru3_synchronize() local 721 timeout--; in abituguru3_synchronize() [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | omap24xx_i2c.c | 222 int timeout = I2C_TIMEOUT; in wait_for_bb() local 233 I2C_STAT_BB) && timeout--) { in wait_for_bb() 238 if (timeout <= 0) { in wait_for_bb() 255 int timeout = I2C_TIMEOUT; in wait_for_event() local 266 I2C_STAT_AL)) && timeout--); in wait_for_event() 268 if (timeout <= 0) { in wait_for_event() 420 int timeout = I2C_TIMEOUT; in __omap24_i2c_init() local 436 I2C_SYSS_RDONE) && timeout--) { in __omap24_i2c_init() 437 if (timeout <= 0) { in __omap24_i2c_init() 710 int timeout = I2C_TIMEOUT; in __omap24_i2c_write() local [all …]
|
/openbmc/qemu/tests/vm/ |
H A D | basevm.py | 198 timeout = self.socket_timeout 200 timeout *= 8 201 self.console_init(timeout=timeout) 322 def console_init(self, timeout = None): argument 323 if timeout == None: 324 timeout = self.socket_timeout 326 vm.console_socket.settimeout(timeout) 354 except socket.timeout: 456 self._guest.shutdown(timeout=self._shutdown_timeout) 459 self._guest.wait(timeout=self._shutdown_timeout) [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | s5h1420.c | 167 unsigned long timeout; in s5h1420_send_master_cmd() local 189 timeout = jiffies + ((100*HZ) / 1000); in s5h1420_send_master_cmd() 190 while(time_before(jiffies, timeout)) { in s5h1420_send_master_cmd() 196 if (time_after(jiffies, timeout)) in s5h1420_send_master_cmd() 213 unsigned long timeout; in s5h1420_recv_slave_reply() local 222 timeout = jiffies + ((reply->timeout*HZ) / 1000); in s5h1420_recv_slave_reply() 223 while(time_before(jiffies, timeout)) { in s5h1420_recv_slave_reply() 229 if (time_after(jiffies, timeout)) { in s5h1420_recv_slave_reply() 267 unsigned long timeout; in s5h1420_send_burst() local 283 timeout = jiffies + ((100*HZ) / 1000); in s5h1420_send_burst() [all …]
|
/openbmc/linux/drivers/greybus/ |
H A D | arpc.h | 46 __le16 timeout; member 59 __le16 timeout; member
|
/openbmc/u-boot/include/ |
H A D | hwspinlock.h | 55 int hwspinlock_lock_timeout(struct hwspinlock *hws, unsigned int timeout); 76 int timeout) in hwspinlock_lock_timeout() argument
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-time-dd-test.sh | 64 -t|--timeout) 103 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | sched.h | 127 uint64_t timeout; member 141 uint32_t timeout; /* timeout */ member
|
/openbmc/linux/tools/testing/vsock/ |
H A D | Makefile | 4 vsock_test: vsock_test.o timeout.o control.o util.o 5 vsock_diag_test: vsock_diag_test.o timeout.o control.o util.o
|
/openbmc/linux/arch/mips/boot/compressed/ |
H A D | uart-16550.c | 46 int timeout = 1000000; in putc() local 48 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
|
/openbmc/u-boot/drivers/ata/ |
H A D | dwc_ahsata.c | 131 if (timeout <= 0) { in ahci_host_init() 189 timeout = 1000; in ahci_host_init() 191 && --timeout) in ahci_host_init() 205 timeout = 1000; in ahci_host_init() 207 && --timeout) in ahci_host_init() 209 if (timeout <= 0) { in ahci_host_init() 223 timeout = 1000; in ahci_host_init() 225 && --timeout) in ahci_host_init() 227 if (timeout <= 0) { in ahci_host_init() 494 && --timeout) in ahci_port_start() [all …]
|
/openbmc/linux/drivers/memory/ |
H A D | emif.c | 372 u32 pwr_mgmt_ctrl = 0, timeout; in get_pwr_mgmt_ctrl() local 397 if (timeout < 16) { in get_pwr_mgmt_ctrl() 398 timeout = 0; in get_pwr_mgmt_ctrl() 400 if (timeout & (timeout - 1)) in get_pwr_mgmt_ctrl() 401 timeout <<= 1; in get_pwr_mgmt_ctrl() 402 timeout = __fls(timeout) - 3; in get_pwr_mgmt_ctrl() 412 if (timeout < 6) in get_pwr_mgmt_ctrl() 413 timeout = 6; in get_pwr_mgmt_ctrl() 436 timeout, mask >> shift); in get_pwr_mgmt_ctrl() 437 timeout = mask >> shift; in get_pwr_mgmt_ctrl() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 114 self.timeout = self.server_timeout 164 def wait_for_idle(self, timeout=30): argument 229 elif not self.timeout and not ready: 271 if not self.timeout == -1.0 and not self.haveui and self.timeout and \ 272 (self.lastui + self.timeout) < time.time(): 318 if self.timeout: 319 self.timeout = float(self.timeout) 840 def wait(self, timeout=None): argument 841 return multiprocessing.connection.wait([self.reader], timeout) 843 def poll(self, timeout=None): argument [all …]
|
/openbmc/u-boot/drivers/mmc/ |
H A D | fsl_esdhc.c | 259 int timeout; in esdhc_setup_data() local 343 timeout -= 13; in esdhc_setup_data() 345 if (timeout > 14) in esdhc_setup_data() 346 timeout = 14; in esdhc_setup_data() 348 if (timeout < 0) in esdhc_setup_data() 349 timeout = 0; in esdhc_setup_data() 352 if ((timeout == 4) || (timeout == 8) || (timeout == 12)) in esdhc_setup_data() 353 timeout++; in esdhc_setup_data() 357 timeout = 0xE; in esdhc_setup_data() 513 timeout--; in esdhc_send_cmd_common() [all …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | n411.c | 80 int timeout; in n411_wait_for_ack() local 83 timeout = 500; in n411_wait_for_ack() 91 } while (timeout--); in n411_wait_for_ack()
|
/openbmc/linux/drivers/media/pci/mantis/ |
H A D | mantis_uart.c | 83 unsigned long timeout; in mantis_uart_work() local 96 timeout = jiffies + msecs_to_jiffies(10); in mantis_uart_work() 101 if (!time_is_after_jiffies(timeout)) in mantis_uart_work()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | 0001-os-linux-Fix-build-when-__NR_futex-is-not-available.patch | 40 @@ -239,10 +244,9 @@ direct_futex( int *uaddr, int op, int val, const struct timespec *timeout, int… 44 - ret = syscall( __NR_futex, uaddr, op, val, timeout, uaddr2, val3 ); 45 + ret = syscall( SYS_futex, uaddr, op, val, timeout, uaddr2, val3 );
|