Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Duncore_snb.c1227 INTEL_UNCORE_EVENT_DESC(data_total, "event=0xff,umask=0x10"),
1228 INTEL_UNCORE_EVENT_DESC(data_total.scale, "6.103515625e-5"),
1229 INTEL_UNCORE_EVENT_DESC(data_total.unit, "MiB"),
/OK3568_Linux_fs/kernel/drivers/media/common/siano/
H A Dsmscoreapi.c1482 static int data_total; /* = 0; */ in smscore_onresponse() local
1490 (int)((data_total * 1000) / in smscore_onresponse()
1494 data_total = 0; in smscore_onresponse()
1497 data_total += cb->size; in smscore_onresponse()