Searched refs:open_timeout (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-reconnect-on-open | 33 def create_args(open_timeout): argument 39 def check_fail_to_connect(open_timeout): argument 43 qemu_io_log(*create_args(open_timeout), check=False) 46 max_delta = open_timeout + 0.2 47 if open_timeout <= delta_t <= max_delta: 50 note = 'too early' if delta_t < open_timeout else 'too long'
|
/openbmc/linux/drivers/watchdog/ |
H A D | xilinx_wwdt.c | 73 u64 open_timeout; member 87 iowrite32((u32)xdev->open_timeout, xdev->base + XWWDT_SWR_OFFSET); in xilinx_wwdt_start() 192 xdev->open_timeout = XWWDT_MAX_COUNT_WINDOW; in xwwdt_probe() 218 xdev->open_timeout = timeout_count - xdev->closed_timeout; in xwwdt_probe()
|
H A D | watchdog_dev.c | 63 static unsigned open_timeout = CONFIG_WATCHDOG_OPEN_TIMEOUT; variable 72 data->open_deadline = open_timeout ? in watchdog_set_open_deadline() 73 ktime_get() + ktime_set(open_timeout, 0) : KTIME_MAX; in watchdog_set_open_deadline() 1324 module_param(open_timeout, uint, 0644); 1325 MODULE_PARM_DESC(open_timeout,
|
H A D | Kconfig | 68 "watchdog.open_timeout".
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_vhci.c | 41 struct delayed_work open_timeout; member 517 cancel_delayed_work_sync(&data->open_timeout); in vhci_get_user() 627 open_timeout.work); in vhci_open_timeout() 644 INIT_DELAYED_WORK(&data->open_timeout, vhci_open_timeout); in vhci_open() 650 schedule_delayed_work(&data->open_timeout, msecs_to_jiffies(1000)); in vhci_open() 660 cancel_delayed_work_sync(&data->open_timeout); in vhci_release()
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-is-sensor.c | 13 .open_timeout = S5K6A3_OPEN_TIMEOUT,
|
H A D | fimc-is-sensor.h | 35 unsigned short open_timeout; member
|
H A D | fimc-is.c | 649 sensor->drvdata->open_timeout); in fimc_is_hw_open_sensor()
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | client.py | 119 open_timeout=self.timeout,
|
/openbmc/qemu/block/ |
H A D | nbd.c | 99 uint32_t open_timeout; member 1897 s->open_timeout = qemu_opt_get_number(opts, "open-timeout", 0); in nbd_process_options() 1931 if (s->open_timeout) { in nbd_open() 1934 s->open_timeout * NANOSECONDS_PER_SECOND); in nbd_open()
|
/openbmc/linux/Documentation/watchdog/ |
H A D | watchdog-parameters.rst | 17 open_timeout:
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.min.js | 4 …lement.find("ul").hide().end()})})}(a),a.jstree.defaults.dnd={copy:!0,open_timeout:500,is_draggabl… property in AnonymousClassf811328e15501 5 …sed")&&i.settings.dnd.open_timeout&&(e=setTimeout(function(a,b){return function(){a.open_node(b)}}…
|