Searched refs:next_cbr (Results 1 – 1 of 1) sorted by relevance
483 dsl_prop_cb_record_t *cbr, *next_cbr; in dsl_prop_unregister_all() local488 next_cbr = list_head(&ds->ds_prop_cbs); in dsl_prop_unregister_all()489 while (next_cbr != NULL) { in dsl_prop_unregister_all()490 cbr = next_cbr; in dsl_prop_unregister_all()491 next_cbr = list_next(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister_all()