Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-mini-test.c1159 long nr_to_fill; in cover_buf_with_bt_entries() local
1164 nr_to_fill = buf_len / (sizeof(unsigned long) * ratio); in cover_buf_with_bt_entries()
1166 if (!nr_to_fill) in cover_buf_with_bt_entries()
1167 dprintf3("%s() nr_to_fill: %ld\n", __func__, nr_to_fill); in cover_buf_with_bt_entries()
1177 for (i = 0; i < nr_to_fill; i++) { in cover_buf_with_bt_entries()
1195 return nr_to_fill; in cover_buf_with_bt_entries()