Home
last modified time | relevance | path

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

/mm/kfence/
Dkfence_test.c39 char lines[2][256]; member
60 strscpy(observed.lines[0], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
63 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
73 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available()
95 typeof(observed.lines) expect; in report_matches()
167 ret = strstr(observed.lines[0], expect[0]) && strstr(observed.lines[1], expect[1]); in report_matches()
807 for (i = 0; i < ARRAY_SIZE(observed.lines); i++) in test_init()
808 observed.lines[i][0] = '\0'; in test_init()
/mm/
Dslab.c1489 static void print_objinfo(struct kmem_cache *cachep, void *objp, int lines) in print_objinfo() argument
1504 for (i = 0; i < size && lines; i += 16, lines--) { in print_objinfo()
1517 int lines = 0; in check_poison_obj() local
1533 if (lines == 0) { in check_poison_obj()
1546 lines++; in check_poison_obj()
1548 if (lines > 5) in check_poison_obj()
1552 if (lines != 0) { in check_poison_obj()