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

/external/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c2481 static int cf_count = 0; local
2487 cf_count++;
2489 if (cf_inter == 0 || (cf_count % cf_inter != 0)) {
2494 cf_count);
2684 static int cf_count = 0; local
2692 cf_count++;
2694 if (cf_inter == 0 || (cf_count % cf_inter != 0)) {
2699 cf_count);
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp467 ++s.cf_count;
514 sblog << " cf_count : " << cf_count << "\n"; local
H A Dsb_ir.h739 unsigned cf_count; member in struct:r600_sb::node_stats
750 cf_count(), fetch_count(), region_count(),

Completed in 107 milliseconds