Searched refs:mismatch_cnt (Results 1 – 7 of 7) sorted by relevance
20 int mismatch_cnt = 0; variable62 __sync_fetch_and_add(&mismatch_cnt, 1); in BPF_PROG()
27 int mismatch_cnt = 0; variable86 __sync_fetch_and_add(&mismatch_cnt, 1); in BPF_PROG()
266 3: <sync_ratio> <sync_action> <mismatch_cnt>307 <mismatch_cnt>. No changes are made to the314 <mismatch_cnt> The number of discrepancies found between mirror copies317 is performed. A healthy array has a 'mismatch_cnt' of 0.390 New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt.392 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
38 ASSERT_EQ(skel->bss->mismatch_cnt, 0, "mismatch_cnt"); in test_sys_enter_exit()
63 ASSERT_EQ(skel->bss->mismatch_cnt, 0, "mismatch_cnt"); in test_tp_btf()
674 found. The count in ``mismatch_cnt`` is the number of sectors
4876 static struct md_sysfs_entry md_mismatches = __ATTR_RO(mismatch_cnt);
Completed in 21 milliseconds