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