Searched refs:btmp (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/wireless/ |
D | reg.c | 2613 struct reg_beacon *reg_beacon, *btmp; in restore_regulatory_settings() local 2646 list_for_each_entry_safe(reg_beacon, btmp, ®_pending_beacons, list) { in restore_regulatory_settings() 2652 list_for_each_entry_safe(reg_beacon, btmp, ®_beacon_list, list) { in restore_regulatory_settings() 3253 struct reg_beacon *reg_beacon, *btmp; in regulatory_exit() local 3268 list_for_each_entry_safe(reg_beacon, btmp, ®_pending_beacons, list) { in regulatory_exit() 3273 list_for_each_entry_safe(reg_beacon, btmp, ®_beacon_list, list) { in regulatory_exit()
|
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 6385 struct bdaddr_list *b, *btmp; in remove_device() local 6394 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { in remove_device()
|