Searched refs:pong (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
H A D | tm-trap.c | 181 /* Got a USR1 signal from ping(), so just tell pong() to exit */ in usr1_signal_handler() 229 /* Tell pong() to exit before leaving */ in ping() 234 void *pong(void *not_used) in pong() function 282 * Bind thread ping() and pong() both to CPU 0 so they ping-pong and in tm_trap_test() 308 /* Launch pong() */ in tm_trap_test() 309 rc = pthread_create(&t1_pong, &attr, pong, NULL); in tm_trap_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
H A D | tm-trap.c | 181 /* Got a USR1 signal from ping(), so just tell pong() to exit */ in usr1_signal_handler() 229 /* Tell pong() to exit before leaving */ in ping() 234 void *pong(void *not_used) in pong() function 283 * Bind thread ping() and pong() both to CPU 0 so they ping-pong and in tm_trap_test() 309 /* Launch pong() */ in tm_trap_test() 310 rc = pthread_create(&t1_pong, &attr, pong, NULL); in tm_trap_test()
|
/kernel/linux/linux-5.10/samples/qmi/ |
H A D | qmi_sample_client.c | 110 char pong[4]; member 143 pong), 348 else if (!resp->pong_valid || memcmp(resp->pong, "pong", 4)) in ping_pong_cb()
|
/kernel/linux/linux-6.6/samples/qmi/ |
H A D | qmi_sample_client.c | 110 char pong[4]; member 143 pong), 348 else if (!resp->pong_valid || memcmp(resp->pong, "pong", 4)) in ping_pong_cb()
|
Completed in 3 milliseconds