Searched refs:msgburst (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 415 static int burst_write_test(uint repeat, uint msgburst, uint msgsz, bool var) in burst_write_test() argument 424 printf("%s: repeat %u: burst %u: msgsz %u: variable %s\n", __func__, repeat, msgburst, in burst_write_test() 435 for (j = 0; j < msgburst; j++) { in burst_write_test() 512 static int select_test(uint repeat, uint msgburst, uint msgsz) in select_test() argument 533 printf("sending burst: %u msg\n", msgburst); in select_test() 536 for (j = 0; j < msgburst; j++) { in select_test()
|