Home
last modified time | relevance | path

Searched refs:exit_wait (Results 1 – 11 of 11) sorted by relevance

/linux/arch/mips/kernel/
H A Dspinlock_test.c46 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 Ddevmem.py30 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:
74 with bkg(listen_cmd, exit_wait=True) as ncdevmem:
H A Diou-zcrx.py98 with bkg(rx_cmd, exit_wait=True):
113 with bkg(rx_cmd, exit_wait=True):
151 with bkg(rx_cmd, exit_wait=True):
H A Dcsum.py22 with bkg(rx_cmd, exit_wait=True):
43 with bkg(rx_cmd, host=cfg.remote, exit_wait=True):
H A Dtoeplitz.py194 with bkg(" ".join(rx_cmd), ksft_ready=True, exit_wait=True) as rx_proc:
H A Dtso.py42 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as nc:
/linux/tools/testing/selftests/net/lib/py/
H A Dutils.py136 with bkg("socat ...", exit_wait=True, host=cfg.remote) as nc:
146 exit_wait=False, ksft_ready=None, ksft_wait=None):
150 self.terminate = not exit_wait and not ksft_wait
151 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 Dping.py39 with bkg(listen_cmd, exit_wait=True) as nc:
47 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as nc:
H A Dxdp.py74 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 Dpsp.py607 host=cfg.remote, exit_wait=True) as srv:
/linux/drivers/scsi/qla4xxx/
H A Dql4_bsg.c522 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()