Home
last modified time | relevance | path

Searched refs:time_to_wait (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/testing/selftests/hid/
Dhidraw.c194 struct timespec time_to_wait; in TEST_F() local
206 clock_gettime(CLOCK_REALTIME, &time_to_wait); in TEST_F()
207 time_to_wait.tv_sec += 2; in TEST_F()
212 err = pthread_cond_timedwait(&uhid_output_cond, &uhid_output_mtx, &time_to_wait); in TEST_F()
Dhid_bpf.c457 struct timespec time_to_wait; in TEST_F() local
471 clock_gettime(CLOCK_REALTIME, &time_to_wait); in TEST_F()
472 time_to_wait.tv_sec += 2; in TEST_F()
475 cond_err = pthread_cond_timedwait(&uhid_output_cond, &uhid_output_mtx, &time_to_wait); in TEST_F()
/linux-6.12.1/drivers/scsi/bnx2i/
D57xx_iscsi_hsi.h1072 u16 time_to_wait; member
1076 u16 time_to_wait; member
Dbnx2i_hwi.c1628 resp_hdr->t2wait = cpu_to_be32(logout->time_to_wait); in bnx2i_process_logout_resp()