Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-mini-test.c923 #define mpx_random() __mpx_random(__LINE__) macro
1178 long index = (mpx_random() % buf_len_in_ptrs); in cover_buf_with_bt_entries()
1346 int rand_index = (mpx_random() % NR_MALLOCS); in do_one_malloc()
1354 if (mpx_random() % (NR_MALLOCS*3) == 3) { in do_one_malloc()
1360 if ((mpx_random() % zap_all_every_this_many_mallocs) == 4) in do_one_malloc()
1365 sz = (1 + mpx_random() % 1000) * 1000; in do_one_malloc()