Home
last modified time | relevance | path

Searched refs:sum_time (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/
H A Dmem_debug05.sh72 local sum_time=$(($sum_time_a + $sum_time_b))
74 if [ $sum_time -le $total_process_time ]; then
/kernel/linux/linux-5.10/mm/
H A Dslub.c4600 long long sum_time; member
4669 l->sum_time += age; in add_location()
4706 l->sum_time = age; in add_location()
4775 if (l->sum_time != l->min_time) { in list_locations()
4778 (long)div_u64(l->sum_time, l->count), in list_locations()
/kernel/linux/linux-6.6/mm/
H A Dslub.c5235 long long sum_time; member
5316 l->sum_time += age; in add_location()
5358 l->sum_time = age; in add_location()
6300 if (l->sum_time != l->min_time) { in slab_debugfs_show()
6302 l->min_time, div_u64(l->sum_time, l->count), in slab_debugfs_show()

Completed in 17 milliseconds