Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c842 list_for_each_entry(lprof, &lustre_profile_list, lp_list) { in class_get_profile()
866 INIT_LIST_HEAD(&lprof->lp_list); in class_add_profile()
894 list_add(&lprof->lp_list, &lustre_profile_list); in class_add_profile()
916 list_del(&lprof->lp_list); in class_del_profile()
931 list_for_each_entry_safe(lprof, n, &lustre_profile_list, lp_list) { in class_del_profiles()
932 list_del(&lprof->lp_list); in class_del_profiles()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h203 struct list_head lp_list; member