Lines Matching defs:ftmn
104 struct ftmn { struct
105 struct ftmn_check check; argument
106 struct ftmn_func_arg arg; argument
107 struct ftmn_func_arg *saved_arg; argument
108 struct ftmn_func_arg **arg_pp; argument
114 * enum ftmn_incr - increase counter values argument
284 static inline void __ftmn_push_linked_call(struct ftmn *ftmn, in __ftmn_push_linked_call()
300 static inline void __ftmn_pop_linked_call(struct ftmn *ftmn) in __ftmn_pop_linked_call()
355 static inline void __ftmn_callee_done_check(struct ftmn *ftmn, in __ftmn_callee_done_check()
373 static inline void __ftmn_set_check_res(struct ftmn *ftmn, enum ftmn_incr incr, in __ftmn_set_check_res()
380 static inline void __ftmn_set_check_res_not_zero(struct ftmn *ftmn, in __ftmn_set_check_res_not_zero()
413 #define FTMN_PUSH_LINKED_CALL(ftmn, called_func_hash) \ argument
429 #define FTMN_SET_CHECK_RES_FROM_CALL(ftmn, incr, res) \ argument
438 #define FTMN_POP_LINKED_CALL(ftmn) __ftmn_pop_linked_call((ftmn)) argument
457 #define FTMN_CALL_FUNC(res, ftmn, incr, func, ...) \ argument
513 #define FTMN_CALLEE_DONE_CHECK(ftmn, incr, exp_steps, res) \ argument
581 #define FTMN_SET_CHECK_RES(ftmn, incr, res) \ argument
597 #define FTMN_SET_CHECK_RES_NOT_ZERO(ftmn, incr, res) \ argument
600 static inline int ftmn_set_check_res_memcmp(struct ftmn *ftmn, in ftmn_set_check_res_memcmp()
634 static inline void ftmn_checkpoint(struct ftmn *ftmn, enum ftmn_incr incr) in ftmn_checkpoint()
659 static inline void ftmn_expect_state(struct ftmn *ftmn, in ftmn_expect_state()
682 static inline unsigned long ftmn_return_res(struct ftmn *ftmn, in ftmn_return_res()