Searched refs:exit_wait (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/mips/kernel/ |
| H A D | spinlock_test.c | 46 atomic_t exit_wait; member 85 atomic_dec(&s->exit_wait); in multi_other() 86 while (atomic_read(&s->exit_wait)) in multi_other() 102 atomic_set(&ms.exit_wait, 2); in multi_get()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | iou-zcrx.py | 67 with bkg(rx_cmd, exit_wait=True): 98 with bkg(rx_cmd, exit_wait=True): 130 with bkg(rx_cmd, exit_wait=True):
|
| H A D | devmem.py | 30 with bkg(listen_cmd, exit_wait=True) as ncdevmem: 45 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as socat: 59 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as socat:
|
| H A D | csum.py | 22 with bkg(rx_cmd, exit_wait=True): 43 with bkg(rx_cmd, host=cfg.remote, exit_wait=True):
|
| H A D | toeplitz.py | 191 with bkg(" ".join(rx_cmd), ksft_ready=True, exit_wait=True) as rx_proc:
|
| H A D | tso.py | 42 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as nc:
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | utils.py | 113 with bkg("socat ...", exit_wait=True, host=cfg.remote) as nc: 123 exit_wait=False, ksft_ready=None, ksft_wait=None): 127 self.terminate = not exit_wait and not ksft_wait 128 self._exit_wait = exit_wait 115 __init__(self, comm, shell=True, fail=None, ns=None, host=None, exit_wait=False, ksft_wait=None) global() argument
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | ping.py | 39 with bkg(listen_cmd, exit_wait=True) as nc: 47 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as nc:
|
| H A D | xdp.py | 74 with bkg(rx_udp_cmd, exit_wait=True) as nc: 327 with bkg(rx_udp, host=cfg.remote, exit_wait=True) as rnc: 715 with bkg(rx_udp, host=rx_host, exit_wait=True):
|
| H A D | psp.py | 605 exit_wait=True) as srv:
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_bsg.c | 522 goto exit_wait; in qla4_83xx_wait_for_loopback_config_comp() 543 goto exit_wait; in qla4_83xx_wait_for_loopback_config_comp() 552 exit_wait: in qla4_83xx_wait_for_loopback_config_comp()
|