Home
last modified time | relevance | path

Searched refs:lp_list (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c610 list_for_each_entry(lprof, &lustre_profile_list, lp_list) { in class_get_profile()
634 INIT_LIST_HEAD(&lprof->lp_list); in class_add_profile()
659 list_add(&lprof->lp_list, &lustre_profile_list); in class_add_profile()
679 list_del(&lprof->lp_list); in class_del_profile()
693 list_for_each_entry_safe(lprof, n, &lustre_profile_list, lp_list) { in class_del_profiles()
694 list_del(&lprof->lp_list); in class_del_profiles()
/drivers/staging/lustre/lustre/include/
Dobd_class.h169 struct list_head lp_list; member