Home
last modified time | relevance | path

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

/lib/
Ddynamic_debug.c220 static int ddebug_tokenize(char *buf, char *words[], int maxwords) in ddebug_tokenize() argument
256 words[nwords++] = buf; in ddebug_tokenize()
264 pr_cont(" \"%s\"", words[i]); in ddebug_tokenize()
318 static int ddebug_parse_query(char *words[], int nwords, in ddebug_parse_query() argument
336 if (!strcmp(words[i], "func")) { in ddebug_parse_query()
337 rc = check_set(&query->function, words[i+1], "func"); in ddebug_parse_query()
338 } else if (!strcmp(words[i], "file")) { in ddebug_parse_query()
339 rc = check_set(&query->filename, words[i+1], "file"); in ddebug_parse_query()
340 } else if (!strcmp(words[i], "module")) { in ddebug_parse_query()
341 rc = check_set(&query->module, words[i+1], "module"); in ddebug_parse_query()
[all …]
Dstring.c1010 unsigned int words, prefix; in memchr_inv() local
1039 words = bytes / 8; in memchr_inv()
1041 while (words) { in memchr_inv()
1045 words--; in memchr_inv()
Dbch.c1252 unsigned int i, words; in init_bch() local
1297 words = DIV_ROUND_UP(m*t, 32); in init_bch()
1301 bch->mod8_tab = bch_alloc(words*1024*sizeof(*bch->mod8_tab), &err); in init_bch()
1302 bch->ecc_buf = bch_alloc(words*sizeof(*bch->ecc_buf), &err); in init_bch()
1303 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err); in init_bch()
Dtest_kasan.c158 u64 words[2]; in kmalloc_oob_16() member