Searched refs:count3 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bp_signal.c | 167 long long count1, count2, count3; in test__bp_signal() local 209 * incq (%rdi) - fd3 event watchpoint hit -> count3 == 1 (wp and bp in one insn) in test__bp_signal() 217 * the_var++ - fd3 event watchpoint hit -> count3 == 2 (standalone watchpoint) in test__bp_signal() 256 count3 = bp_count(fd3); in test__bp_signal() 262 pr_debug("count1 %lld, count2 %lld, count3 %lld, overflow %d, overflows_2 %d\n", in test__bp_signal() 263 count1, count2, count3, overflows, overflows_2); in test__bp_signal() 281 if (count3 != 2) in test__bp_signal() 282 pr_debug("failed: wrong count for bp3 (%lld), expected 2\n", count3); in test__bp_signal() 284 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | bp_signal.c | 167 long long count1, count2, count3; in test__bp_signal() local 214 * incq (%rdi) - fd3 event watchpoint hit -> count3 == 1 (wp and bp in one insn) in test__bp_signal() 222 * the_var++ - fd3 event watchpoint hit -> count3 == 2 (standalone watchpoint) in test__bp_signal() 261 count3 = bp_count(fd3); in test__bp_signal() 267 pr_debug("count1 %lld, count2 %lld, count3 %lld, overflow %d, overflows_2 %d\n", in test__bp_signal() 268 count1, count2, count3, overflows, overflows_2); in test__bp_signal() 286 if (count3 != 2) in test__bp_signal() 287 pr_debug("failed: wrong count for bp3 (%lld), expected 2\n", count3); in test__bp_signal() 289 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.h | 93 unsigned int count3; /* 0x00000000 */ member
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.h | 91 unsigned int count3; /* 0x00000000 */ member
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | jr3_pci.h | 565 u32 count3; /* offset 0x00ea */ member
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | jr3_pci.h | 565 u32 count3; /* offset 0x00ea */ member
|
Completed in 6 milliseconds