Searched refs:lgr_list (Results 1 – 3 of 3) sorted by relevance
59 return &lgr->smcd->lgr_list; in smc_lgr_list_head()207 struct list_head *lgr_list; in smc_lgr_cleanup_early() local214 lgr_list = smc_lgr_list_head(lgr, &lgr_lock); in smc_lgr_cleanup_early()217 if (!list_empty(lgr_list)) in smc_lgr_cleanup_early()218 list_del_init(lgr_list); in smc_lgr_cleanup_early()370 struct list_head *lgr_list; in smc_lgr_create() local419 lgr_list = &ini->ism_dev[ini->ism_selected]->lgr_list; in smc_lgr_create()438 lgr_list = &smc_lgr_list.list; in smc_lgr_create()444 list_add_tail(&lgr->list, lgr_list); in smc_lgr_create()961 list_for_each_entry_safe(lgr, l, &dev->lgr_list, list) { in smc_smcd_terminate()[all …]
318 INIT_LIST_HEAD(&smcd->lgr_list); in smcd_alloc_dev()
84 struct list_head lgr_list; member