Lines Matching full:check
23 unsigned long __weak ___ftmn_return_res(struct ftmn_check *check, in ___ftmn_return_res() argument
26 if (check->steps != steps) in ___ftmn_return_res()
28 if ((check->res ^ FTMN_DEFAULT_HASH) != res) in ___ftmn_return_res()
33 void __weak ___ftmn_expect_state(struct ftmn_check *check, enum ftmn_incr incr, in ___ftmn_expect_state() argument
36 if ((check->res ^ FTMN_DEFAULT_HASH) != res) in ___ftmn_expect_state()
38 if (check->steps != steps) in ___ftmn_expect_state()
40 check->steps += incr; in ___ftmn_expect_state()
82 struct ftmn_check *check, in ___ftmn_callee_done_check() argument
86 if ((check->res ^ FTMN_DEFAULT_HASH) != res) in ___ftmn_callee_done_check()
88 if (check->steps != steps) in ___ftmn_callee_done_check()
91 check->steps += incr; in ___ftmn_callee_done_check()
94 arg->res = check->res ^ FTMN_DEFAULT_HASH ^ arg->hash; in ___ftmn_callee_done_check()
108 void __weak ___ftmn_copy_linked_call_res(struct ftmn_check *check, in ___ftmn_copy_linked_call_res() argument
115 check->res = res ^ FTMN_DEFAULT_HASH; in ___ftmn_copy_linked_call_res()
116 check->steps += incr; in ___ftmn_copy_linked_call_res()
119 void __weak ___ftmn_set_check_res(struct ftmn_check *check, enum ftmn_incr incr, in ___ftmn_set_check_res() argument
122 check->steps += incr; in ___ftmn_set_check_res()
123 check->res = res ^ FTMN_DEFAULT_HASH; in ___ftmn_set_check_res()
126 void __weak ___ftmn_set_check_res_not_zero(struct ftmn_check *check, in ___ftmn_set_check_res_not_zero() argument
132 check->steps += incr; in ___ftmn_set_check_res_not_zero()
133 check->res = res ^ FTMN_DEFAULT_HASH; in ___ftmn_set_check_res_not_zero()
136 void __weak ___ftmn_set_check_res_memcmp(struct ftmn_check *check, in ___ftmn_set_check_res_memcmp() argument
151 check->steps += incr; in ___ftmn_set_check_res_memcmp()
152 check->res = FTMN_DEFAULT_HASH ^ res; in ___ftmn_set_check_res_memcmp()