Searched refs:exit_wait (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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-6.15/tools/testing/selftests/drivers/net/hw/ |
| 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 | iou-zcrx.py | 45 with bkg(rx_cmd, host=cfg.remote, exit_wait=True): 71 with bkg(rx_cmd, host=cfg.remote, exit_wait=True):
|
| /linux-6.15/tools/testing/selftests/net/lib/py/ |
| H A D | utils.py | 115 exit_wait=False, ksft_wait=None): argument 119 self.terminate = not exit_wait and not ksft_wait
|
| /linux-6.15/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:
|
| /linux-6.15/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()
|