Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c2494 static int cf_count = 0; in check_write() local
2500 cf_count++; in check_write()
2502 if (cf_inter == 0 || (cf_count % cf_inter != 0)) { in check_write()
2507 cf_count); in check_write()
2697 static int cf_count = 0; in check_file() local
2705 cf_count++; in check_file()
2707 if (cf_inter == 0 || (cf_count % cf_inter != 0)) { in check_file()
2712 cf_count); in check_file()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp469 ++s.cf_count; in collect_stats()
516 sblog << " cf_count : " << cf_count << "\n"; in dump()
Dsb_ir.h730 unsigned cf_count; member
742 cf_count(), fetch_count(), region_count(), in node_stats()