Home
last modified time | relevance | path

Searched refs:has_timeout (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py221 has_timeout = False
227 while not has_timeout and not eof:
249 has_timeout = True
303 if has_timeout:
/openbmc/linux/include/linux/
H A Drestart_block.h52 int has_timeout; member
/openbmc/linux/fs/
H A Dselect.c1054 if (restart_block->poll.has_timeout) { in do_restart_poll()
1092 restart_block->poll.has_timeout = 1; in SYSCALL_DEFINE3()
1094 restart_block->poll.has_timeout = 0; in SYSCALL_DEFINE3()
/openbmc/linux/drivers/platform/x86/
H A Dsony-laptop.c1761 unsigned int has_timeout; member
1916 kbdbl_ctl->has_timeout = handle != 0x0153; in sony_nc_kbd_backlight_setup()
1930 if (kbdbl_ctl->has_timeout) { in sony_nc_kbd_backlight_setup()
1962 if (kbdbl_ctl->has_timeout) in sony_nc_kbd_backlight_cleanup()
/openbmc/qemu/hw/ppc/
H A Dspapr.c2189 bool has_timeout = max_ns != -1; in htab_save_first_pass() local
2219 if (has_timeout && in htab_save_first_pass()