Searched refs:lgr_list (Results 1 – 3 of 3) sorted by relevance
63 return &lgr->smcd->lgr_list; in smc_lgr_list_head()516 list_for_each_entry(lgr, &dev->lgr_list, list) { in smc_nl_handle_smcd_lgr()544 if (list_empty(&smcd_dev->lgr_list)) in smc_nl_fill_smcd_dev()585 struct list_head *lgr_list; in smc_lgr_cleanup_early() local592 lgr_list = smc_lgr_list_head(lgr, &lgr_lock); in smc_lgr_cleanup_early()595 if (!list_empty(lgr_list)) in smc_lgr_cleanup_early()596 list_del_init(lgr_list); in smc_lgr_cleanup_early()761 struct list_head *lgr_list; in smc_lgr_create() local810 lgr_list = &ini->ism_dev[ini->ism_selected]->lgr_list; in smc_lgr_create()829 lgr_list = &smc_lgr_list.list; in smc_lgr_create()[all …]
424 INIT_LIST_HEAD(&smcd->lgr_list); in smcd_alloc_dev()
84 struct list_head lgr_list; member