Searched refs:cb_next (Results 1 – 3 of 3) sorted by relevance
79 static inline void restore_ri_cb(struct runtime_instr_cb *cb_next, in restore_ri_cb() argument82 if (cb_next) in restore_ri_cb()83 load_runtime_instr_cb(cb_next); in restore_ri_cb()
91 struct xfs_log_callback *cb_next; member
575 cb->cb_next = NULL; in xfs_log_notify()577 iclog->ic_callback_tail = &(cb->cb_next); in xfs_log_notify()2621 xfs_log_callback_t *cb, *cb_next; in xlog_state_do_callback() local2756 for (; cb; cb = cb_next) { in xlog_state_do_callback()2757 cb_next = cb->cb_next; in xlog_state_do_callback()