Searched refs:next_cbr (Results 1 – 1 of 1) sorted by relevance
512 dsl_prop_cb_record_t *cbr, *next_cbr; in dsl_prop_unregister_all() local517 next_cbr = list_head(&ds->ds_prop_cbs); in dsl_prop_unregister_all()518 while (next_cbr != NULL) { in dsl_prop_unregister_all()519 cbr = next_cbr; in dsl_prop_unregister_all()520 next_cbr = list_next(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister_all()