Searched refs:next_cbr (Results 1 – 1 of 1) sorted by relevance
442 dsl_prop_cb_record_t *cbr, *next_cbr; in dsl_prop_unregister_all() local447 next_cbr = list_head(&ds->ds_prop_cbs); in dsl_prop_unregister_all()448 while (next_cbr != NULL) { in dsl_prop_unregister_all()449 cbr = next_cbr; in dsl_prop_unregister_all()450 next_cbr = list_next(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister_all()