Lines Matching refs:list
58 list_add_rcu(&pnd->list, &pndevs->list);
68 list_for_each_entry(pnd, &pndevs->list, list) {
80 list_for_each_entry_rcu(pnd, &pndevs->list, list) {
97 list_del_rcu(&pnd->list);
116 list_for_each_entry_rcu(pnd, &pndevs->list, list) {
162 list_del_rcu(&pnd->list);
214 list_for_each_entry_rcu(pnd, &pndevs->list, list) {
312 INIT_LIST_HEAD(&pnn->pndevs.list);
323 WARN_ON_ONCE(!list_empty(&pnn->pndevs.list));
333 /* Initialize Phonet devices list */