Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/events/intel/
Duncore_snb.c1290 INTEL_UNCORE_EVENT_DESC(data_total, "event=0xff,umask=0x10"),
1291 INTEL_UNCORE_EVENT_DESC(data_total.scale, "6.103515625e-5"),
1292 INTEL_UNCORE_EVENT_DESC(data_total.unit, "MiB"),
/linux-5.19.10/drivers/media/common/siano/
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()