Searched refs:chd_next_log (Results 1 – 2 of 2) sorted by relevance
309 loghandle = cathandle->u.chd.chd_next_log; in llog_cat_current_log()311 cathandle->u.chd.chd_next_log = NULL; in llog_cat_current_log()392 } else if (cathandle->u.chd.chd_next_log == NULL) { in llog_cat_declare_add_rec()395 if (cathandle->u.chd.chd_next_log == NULL) { in llog_cat_declare_add_rec()399 cathandle->u.chd.chd_next_log = loghandle; in llog_cat_declare_add_rec()422 next = cathandle->u.chd.chd_next_log; in llog_cat_declare_add_rec()
81 struct llog_handle *chd_next_log; /* llog to be used next */ member