Home
last modified time | relevance | path

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

/lib/
Ddynamic_debug.c237 static int ddebug_tokenize(char *buf, char *words[], int maxwords) in ddebug_tokenize() argument
273 words[nwords++] = buf; in ddebug_tokenize()
281 pr_cont(" \"%s\"", words[i]); in ddebug_tokenize()
370 static int ddebug_parse_query(char *words[], int nwords, in ddebug_parse_query() argument
384 char *keyword = words[i]; in ddebug_parse_query()
385 char *arg = words[i+1]; in ddebug_parse_query()
495 char *words[MAXWORDS]; in ddebug_exec_query() local
497 nwords = ddebug_tokenize(query_string, words, MAXWORDS); in ddebug_exec_query()
503 if (ddebug_parse_flags(words[nwords-1], &modifiers)) { in ddebug_exec_query()
507 if (ddebug_parse_query(words, nwords-1, &query, modname)) { in ddebug_exec_query()
Dstring.c1103 unsigned int words, prefix; in memchr_inv() local
1132 words = bytes / 8; in memchr_inv()
1134 while (words) { in memchr_inv()
1138 words--; in memchr_inv()
Dbch.c1323 unsigned int i, words; in bch_init() local
1374 words = DIV_ROUND_UP(m*t, 32); in bch_init()
1378 bch->mod8_tab = bch_alloc(words*1024*sizeof(*bch->mod8_tab), &err); in bch_init()
1379 bch->ecc_buf = bch_alloc(words*sizeof(*bch->ecc_buf), &err); in bch_init()
1380 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err); in bch_init()
Dtest_kasan.c406 u64 words[2]; in kmalloc_oob_16() member
428 u64 words[2]; in kmalloc_uaf_16() member
DKconfig.debug2041 hex "Size of interrupt coverage collection area in words"
2047 number of unsigned long words.