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