Lines Matching refs:list
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
43 #include <linux/list.h>
87 struct list_head list;
259 list_for_each_entry_rcu(rcast, &ub->rcast.list, list) {
291 list_for_each_entry_safe(rcast, tmp, &ub->rcast.list, list) {
327 list_add_rcu(&rcast->list, &ub->rcast.list);
513 list_for_each_entry_safe(rcast, tmp, &ub->rcast.list, list) {
563 if (!list_empty(&ub->rcast.list)) {
679 INIT_LIST_HEAD(&ub->rcast.list);
808 list_for_each_entry_safe(rcast, tmp, &ub->rcast.list, list) {
810 list_del_rcu(&rcast->list);