Searched refs:commit_func (Results 1 – 12 of 12) sorted by relevance
200 state_p->traced = (prbctl_p->commit_func == in tnfctl_probe_state_get()324 prbctl_p->commit_func = (tnf_probe_func_t) hndl->commitfunc; in tnfctl_probe_trace()326 offsetof(struct tnf_probe_control, commit_func), in tnfctl_probe_trace()351 prbctl_p->commit_func = (tnf_probe_func_t) hndl->rollbackfunc; in tnfctl_probe_untrace()353 offsetof(struct tnf_probe_control, commit_func), in tnfctl_probe_untrace()
355 probebuf.traced = (p->wrkprbctl.commit_func == PRBK_DUMMY_COMMIT); in _tnfctl_prbk_flush()435 p->wrkprbctl.commit_func = (probebuf.traced) ? in _tnfctl_refresh_kernel()
575 if (prbctl_p->wrkprbctl.commit_func == NULL) { in read_a_probe()578 prbctl_p->wrkprbctl.commit_func = in read_a_probe()
159 extern cmd_func_t cancel_func, clear_func, commit_func, create_func;
201 $$->cmd_handler = &commit_func;
1211 commit_func(cmd_t *cmd) in commit_func() function
202 extern void commit_func(cmd_t *);
339 $$->cmd_handler = &commit_func;348 $$->cmd_handler = &commit_func;
6701 commit_func(cmd_t *cmd) in commit_func() function6948 commit_func(cmd); in cleanup()
114 tnf_probe_func_t commit_func;
343 (set_p->probe_p->commit_func)(set_p); in tnf_trace_end()
106 tnf_probe_func_t commit_func; member