Lines Matching refs:arg
43 void __weak ___ftmn_callee_done(struct ftmn_func_arg *arg, in ___ftmn_callee_done() argument
47 arg->hash ^= my_hash; in ___ftmn_callee_done()
48 arg->res = arg->hash ^ res; in ___ftmn_callee_done()
51 void __weak ___ftmn_callee_done_not_zero(struct ftmn_func_arg *arg, in ___ftmn_callee_done_not_zero() argument
57 arg->hash ^= my_hash; in ___ftmn_callee_done_not_zero()
58 arg->res = arg->hash ^ res; in ___ftmn_callee_done_not_zero()
61 void __weak ___ftmn_callee_done_memcmp(struct ftmn_func_arg *arg, in ___ftmn_callee_done_memcmp() argument
76 arg->hash ^= my_hash; in ___ftmn_callee_done_memcmp()
77 arg->res = arg->hash ^ res; in ___ftmn_callee_done_memcmp()
80 void __weak ___ftmn_callee_done_check(struct ftmn_func_arg *arg, in ___ftmn_callee_done_check() argument
92 if (arg) { in ___ftmn_callee_done_check()
93 arg->hash ^= my_hash; in ___ftmn_callee_done_check()
94 arg->res = check->res ^ FTMN_DEFAULT_HASH ^ arg->hash; in ___ftmn_callee_done_check()
99 void ___ftmn_callee_update_not_zero(struct ftmn_func_arg *arg, in ___ftmn_callee_update_not_zero() argument
104 arg->res = arg->hash ^ res; in ___ftmn_callee_update_not_zero()
110 struct ftmn_func_arg *arg, in ___ftmn_copy_linked_call_res() argument
113 if ((arg->res ^ arg->hash) != res) in ___ftmn_copy_linked_call_res()