Searched refs:check_cnt (Results 1 – 2 of 2) sorted by relevance
76 check_cnt() {167 check_cnt $locks_clock_cnt locks clock170 check_cnt $clock_locks_cnt clock locks
553 int bytes_cnt = *bytes_cnt_p, check_cnt = *check_cnt_p, push = *push_p; in msg_verify_data() local575 check_cnt == verify_push_start + verify_push_len - push) { in msg_verify_data()584 check_cnt += skipped; in msg_verify_data()588 if (verify_pop_len > 0 && check_cnt == verify_pop_start) { in msg_verify_data()590 check_cnt += verify_pop_len; in msg_verify_data()596 check_cnt = 0; in msg_verify_data()601 check_cnt == verify_push_start + verify_push_len - push) in msg_verify_data()612 check_cnt++; in msg_verify_data()616 check_cnt = 0; in msg_verify_data()624 *check_cnt_p = check_cnt; in msg_verify_data()[all …]