Home
last modified time | relevance | path

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

/lib/
Ddynamic_debug.c212 static int ddebug_tokenize(char *buf, char *words[], int maxwords) in ddebug_tokenize() argument
248 words[nwords++] = buf; in ddebug_tokenize()
256 pr_cont(" \"%s\"", words[i]); in ddebug_tokenize()
310 static int ddebug_parse_query(char *words[], int nwords, in ddebug_parse_query() argument
328 if (!strcmp(words[i], "func")) { in ddebug_parse_query()
329 rc = check_set(&query->function, words[i+1], "func"); in ddebug_parse_query()
330 } else if (!strcmp(words[i], "file")) { in ddebug_parse_query()
331 rc = check_set(&query->filename, words[i+1], "file"); in ddebug_parse_query()
332 } else if (!strcmp(words[i], "module")) { in ddebug_parse_query()
333 rc = check_set(&query->module, words[i+1], "module"); in ddebug_parse_query()
[all …]
Dstring.c1014 unsigned int words, prefix; in memchr_inv() local
1043 words = bytes / 8; in memchr_inv()
1045 while (words) { in memchr_inv()
1049 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.c157 u64 words[2]; in kmalloc_oob_16() member
DKconfig.debug1324 involving grace-period pre-initialization, in other words, it
1349 grace-period initialization, in other words, it makes your
1374 cleanup, in other words, it makes your kernel less stable.