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) {
161 list_del_rcu(&pnd->list);
213 list_for_each_entry_rcu(pnd, &pndevs->list, list) {
311 INIT_LIST_HEAD(&pnn->pndevs.list);
322 WARN_ON_ONCE(!list_empty(&pnn->pndevs.list));
332 /* Initialize Phonet devices list */