Searched refs:count3 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | bp_signal.c | 171 long long count1, count2, count3; in test__bp_signal() local 260 count3 = bp_count(fd3); in test__bp_signal() 267 count1, count2, count3, overflows, overflows_2); in test__bp_signal() 285 if (count3 != 2) in test__bp_signal() 288 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
/Linux-v4.19/drivers/s390/crypto/ |
D | zcrypt_msgtype6.h | 100 unsigned int count3; /* 0x00000000 */ member
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 565 u32 count3; /* offset 0x00ea */ member
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_pm.c | 7711 u32 count1, count2, count3, m = 0, c = 0; in __i915_chipset_val() local 7729 count3 = I915_READ(CSIEC); in __i915_chipset_val() 7731 total_count = count1 + count2 + count3; in __i915_chipset_val()
|