Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Drun_vmtests.sh12 count_total=0
264 count_total=$(( count_total + 1 ))
268 echo "ok ${count_total} ${test}" | tap_output
272 echo "ok ${count_total} ${test} # SKIP" | tap_output
277 echo "not ok ${count_total} ${test} # exit=$ret" | tap_output
556 echo "1..${count_total}" | tap_output
/linux/mm/
H A Dslub.c8534 static int count_total(struct slab *slab) in count_inuse()
8853 x = count_partial(n, count_total); in show_slab_objects()
8537 static int count_total(struct slab *slab) count_total() function