Searched refs:rpt (Results 1 – 3 of 3) sorted by relevance
214 int rpt = (sys_rand8_get() & 3) + 1; in stress_read() local216 for (int i = 0; i < rpt; i++) { in stress_read()239 int rpt = (sys_rand8_get() & 1) + 1; in stress_write() local243 for (int i = 0; i < rpt; i++) { in stress_write()
427 int rpt = (sys_rand8_get() & 3) + 1; in stress_read() local429 for (int i = 0; i < rpt; i++) { in stress_read()451 int rpt = (sys_rand8_get() & 1) + 1; in stress_write() local455 for (int i = 0; i < rpt; i++) { in stress_write()493 int rpt = sys_rand8_get() % 0x3; in stress_claim_free() local495 for (int i = 0; i < rpt; i++) { in stress_claim_free()517 int rpt = rnd % 0x3; in stress_alloc_commit() local521 for (int i = 0; i < rpt; i++) { in stress_alloc_commit()
200 uint32_t rpt = MAX(1, r & 0x7); in consumer() local204 for (uint32_t i = 0; i < rpt; i++) { in consumer()