bpq_list          101 drivers/net/hamradio/bpqether.c 	struct list_head bpq_list;	/* list of bpq devices chain */
bpq_list          130 drivers/net/hamradio/bpqether.c 	list_for_each_entry_rcu(bpq, &bpq_devices, bpq_list,
bpq_list          365 drivers/net/hamradio/bpqether.c 	list_for_each_entry_rcu(bpqdev, &bpq_devices, bpq_list) {
bpq_list          382 drivers/net/hamradio/bpqether.c 		p = rcu_dereference(list_next_rcu(&bpqdev->bpq_list));
bpq_list          385 drivers/net/hamradio/bpqether.c 		: list_entry(p, struct bpqdev, bpq_list);
bpq_list          483 drivers/net/hamradio/bpqether.c 	list_add_rcu(&bpq->bpq_list, &bpq_devices);
bpq_list          498 drivers/net/hamradio/bpqether.c 	list_del_rcu(&bpq->bpq_list);
bpq_list          577 drivers/net/hamradio/bpqether.c 		bpq = list_entry(bpq_devices.next, struct bpqdev, bpq_list);