Home
last modified time | relevance | path

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

/lib/
Ddynamic_debug.c222 static int ddebug_tokenize(char *buf, char *words[], int maxwords) in ddebug_tokenize() argument
258 words[nwords++] = buf; in ddebug_tokenize()
266 pr_cont(" \"%s\"", words[i]); in ddebug_tokenize()
320 static int ddebug_parse_query(char *words[], int nwords, in ddebug_parse_query() argument
338 if (!strcmp(words[i], "func")) { in ddebug_parse_query()
339 rc = check_set(&query->function, words[i+1], "func"); in ddebug_parse_query()
340 } else if (!strcmp(words[i], "file")) { in ddebug_parse_query()
341 rc = check_set(&query->filename, words[i+1], "file"); in ddebug_parse_query()
342 } else if (!strcmp(words[i], "module")) { in ddebug_parse_query()
343 rc = check_set(&query->module, words[i+1], "module"); in ddebug_parse_query()
[all …]
Dstring.c1034 unsigned int words, prefix; in memchr_inv() local
1063 words = bytes / 8; in memchr_inv()
1065 while (words) { in memchr_inv()
1069 words--; in memchr_inv()
Dbch.c1262 unsigned int i, words; in init_bch() local
1313 words = DIV_ROUND_UP(m*t, 32); in init_bch()
1317 bch->mod8_tab = bch_alloc(words*1024*sizeof(*bch->mod8_tab), &err); in init_bch()
1318 bch->ecc_buf = bch_alloc(words*sizeof(*bch->ecc_buf), &err); in init_bch()
1319 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err); in init_bch()
Dtest_kasan.c188 u64 words[2]; in kmalloc_oob_16() member