Searched refs:bpq_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | bpqether.c | 101 struct list_head bpq_list; /* list of bpq devices chain */ member 151 list_for_each_entry_rcu(bpq, &bpq_devices, bpq_list, in bpq_get_ax25_dev() 386 list_for_each_entry_rcu(bpqdev, &bpq_devices, bpq_list) { in __acquires() 403 p = rcu_dereference(list_next_rcu(&bpqdev->bpq_list)); in bpq_seq_next() 406 : list_entry(p, struct bpqdev, bpq_list); in bpq_seq_next() 505 list_add_rcu(&bpq->bpq_list, &bpq_devices); in bpq_new_device() 520 list_del_rcu(&bpq->bpq_list); in bpq_free_device() 599 bpq = list_entry(bpq_devices.next, struct bpqdev, bpq_list); in bpq_cleanup_driver()
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | bpqether.c | 101 struct list_head bpq_list; /* list of bpq devices chain */ member 151 list_for_each_entry_rcu(bpq, &bpq_devices, bpq_list, in bpq_get_ax25_dev() 387 list_for_each_entry_rcu(bpqdev, &bpq_devices, bpq_list) { in __acquires() 404 p = rcu_dereference(list_next_rcu(&bpqdev->bpq_list)); in bpq_seq_next() 407 : list_entry(p, struct bpqdev, bpq_list); in bpq_seq_next() 505 list_add_rcu(&bpq->bpq_list, &bpq_devices); in bpq_new_device() 520 list_del_rcu(&bpq->bpq_list); in bpq_free_device() 599 bpq = list_entry(bpq_devices.next, struct bpqdev, bpq_list); in bpq_cleanup_driver()
|
Completed in 3 milliseconds