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 Diou-zcrx.py67 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 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:
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.py191 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.py113 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 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.py605 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()