Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c1128 long nr_to_fill; in cover_buf_with_bt_entries() local
1133 nr_to_fill = buf_len / (sizeof(unsigned long) * ratio); in cover_buf_with_bt_entries()
1135 if (!nr_to_fill) in cover_buf_with_bt_entries()
1136 dprintf3("%s() nr_to_fill: %ld\n", __func__, nr_to_fill); in cover_buf_with_bt_entries()
1146 for (i = 0; i < nr_to_fill; i++) { in cover_buf_with_bt_entries()
1164 return nr_to_fill; in cover_buf_with_bt_entries()