Searched refs:nfound (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
H A D | test.c | 124 int nfound; in item_gang_check_present() local 131 nfound = radix_tree_gang_lookup(root, (void **)items, in item_gang_check_present() 133 assert(nfound == nr_to_find); in item_gang_check_present() 134 for (i = 0; i < nfound; i++) in item_gang_check_present() 149 int nfound; in item_full_scan() local 154 while ((nfound = radix_tree_gang_lookup(root, (void **)items, into, in item_full_scan() 156 // printf("At 0x%08lx, nfound=%d\n", into, nfound); in item_full_scan() 157 for (i = 0; i < nfound; i++) { in item_full_scan() 162 // items[0]->index, items[nfound in item_full_scan() [all...] |
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | test.c | 124 int nfound; in item_gang_check_present() local 131 nfound = radix_tree_gang_lookup(root, (void **)items, in item_gang_check_present() 133 assert(nfound == nr_to_find); in item_gang_check_present() 134 for (i = 0; i < nfound; i++) in item_gang_check_present() 149 int nfound; in item_full_scan() local 154 while ((nfound = radix_tree_gang_lookup(root, (void **)items, into, in item_full_scan() 156 // printf("At 0x%08lx, nfound=%d\n", into, nfound); in item_full_scan() 157 for (i = 0; i < nfound; i++) { in item_full_scan() 162 // items[0]->index, items[nfound in item_full_scan() [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | dynamic_debug.c | 154 unsigned int nfound = 0; in ddebug_change() local 203 nfound++; in ddebug_change() 225 if (!nfound && verbose) in ddebug_change() 228 return nfound; in ddebug_change() 498 int nwords, nfound; in ddebug_exec_query() local 516 nfound = ddebug_change(&query, &modifiers); in ddebug_exec_query() 517 vpr_info_dq(&query, nfound ? "applied" : "no-match"); in ddebug_exec_query() 519 return nfound; in ddebug_exec_query() 529 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local 547 nfound in ddebug_exec_queries() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | dynamic_debug.c | 180 unsigned int nfound = 0; in ddebug_change() local 244 nfound++; in ddebug_change() 267 if (!nfound && verbose) in ddebug_change() 270 return nfound; in ddebug_change() 538 int nwords, nfound; in ddebug_exec_query() local 556 nfound = ddebug_change(&query, &modifiers); in ddebug_exec_query() 557 vpr_info_dq(&query, nfound ? "applied" : "no-match"); in ddebug_exec_query() 559 return nfound; in ddebug_exec_query() 569 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local 587 nfound in ddebug_exec_queries() [all...] |
Completed in 5 milliseconds