Searched refs:hit_count (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | memory.py | 39 report(bp.hit_count == 1, 40 "break @ %s (%s %d hits)" % (end_pc, sym.value(), bp.hit_count)) 51 if wp.hit_count > 0: 89 report(cbp.hit_count == 0, "didn't reach backstop")
|
H A D | sha1.py | 25 report(bp.hit_count == 1, 26 "break @ %s (%s %d hits)" % (end_pc, sym.value(), bp.hit_count))
|
/openbmc/qemu/tests/tcg/s390x/gdbstub/ |
H A D | test-signals-s390x.py | 25 report(illegal_op.hit_count == 1, "illegal_op.hit_count == 1") 26 report(stg.hit_count == 4, "stg.hit_count == 4") 27 report(mvc_8.hit_count == 4, "mvc_8.hit_count == 4")
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_recent.h | 30 __u32 hit_count; member 39 __u32 hit_count; member
|
/openbmc/linux/net/netfilter/ |
H A D | xt_recent.c | 305 if (!info->hit_count || ++hits >= info->hit_count) { in recent_mt() 358 (info->seconds || info->hit_count || in recent_mt_check() 363 if (info->hit_count >= XT_RECENT_MAX_NSTAMPS) { in recent_mt_check() 365 info->hit_count, XT_RECENT_MAX_NSTAMPS - 1); in recent_mt_check() 372 if (ip_pkt_list_tot && info->hit_count < ip_pkt_list_tot) in recent_mt_check() 374 else if (info->hit_count) in recent_mt_check() 375 nstamp_mask = roundup_pow_of_two(info->hit_count) - 1; in recent_mt_check()
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | phy.c | 314 uint16_t hit_count = 0; in phy_check_register() local 318 if ( ++hit_count >= hit_number ) { in phy_check_register() 325 hit_count = 0; in phy_check_register() 330 if ( hit_count < hit_number ) { in phy_check_register()
|