Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/oprofile/
Dhwsampler.c1213 int tmp_rc, rc, cpu; in hwsampler_stop_all() local
1229 tmp_rc = stop_sampling(cpu); in hwsampler_stop_all()
1230 if (tmp_rc) in hwsampler_stop_all()
1231 rc = tmp_rc; in hwsampler_stop_all()