Home
last modified time | relevance | path

Searched refs:cb_next (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Druntime_instr.h79 static inline void restore_ri_cb(struct runtime_instr_cb *cb_next, in restore_ri_cb() argument
82 if (cb_next) in restore_ri_cb()
83 load_runtime_instr_cb(cb_next); in restore_ri_cb()
/linux-4.4.14/fs/xfs/
Dxfs_log.h91 struct xfs_log_callback *cb_next; member
Dxfs_log.c575 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() local
2756 for (; cb; cb = cb_next) { in xlog_state_do_callback()
2757 cb_next = cb->cb_next; in xlog_state_do_callback()