Home
last modified time | relevance | path

Searched refs:count_total (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/mm/
Drun_vmtests.sh8 count_total=0
233 count_total=$(( count_total + 1 ))
237 echo "ok ${count_total} ${test}" | tap_output
241 echo "ok ${count_total} ${test} # SKIP" | tap_output
246 echo "not ok ${count_total} ${test} # exit=$ret" | tap_output
460 echo "1..${count_total}" | tap_output
/linux-6.12.1/mm/
Dslub.c6070 static int count_total(struct slab *slab) in count_total() function
6425 x = count_partial(n, count_total); in show_slab_objects()