Lines Matching defs:list
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
46 #include <linux/list.h>
126 /* list entry for CAN gateways jobs */
128 struct hlist_node list;
602 hlist_for_each_entry_safe(gwj, nx, &net->can.cgw_list, list) {
604 hlist_del(&gwj->list);
763 hlist_for_each_entry_rcu(gwj, &net->can.cgw_list, list) {
1089 hlist_for_each_entry(gwj, &net->can.cgw_list, list) {
1153 hlist_add_head_rcu(&gwj->list, &net->can.cgw_list);
1168 hlist_for_each_entry_safe(gwj, nx, &net->can.cgw_list, list) {
1169 hlist_del(&gwj->list);
1216 hlist_for_each_entry_safe(gwj, nx, &net->can.cgw_list, list) {
1237 hlist_del(&gwj->list);