Searched refs:btmp (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/wireless/ |
D | reg.c | 2524 struct reg_beacon *reg_beacon, *btmp; in restore_regulatory_settings() local 2557 list_for_each_entry_safe(reg_beacon, btmp, ®_pending_beacons, list) { in restore_regulatory_settings() 2563 list_for_each_entry_safe(reg_beacon, btmp, ®_beacon_list, list) { in restore_regulatory_settings() 3176 struct reg_beacon *reg_beacon, *btmp; in regulatory_exit() local 3191 list_for_each_entry_safe(reg_beacon, btmp, ®_pending_beacons, list) { in regulatory_exit() 3196 list_for_each_entry_safe(reg_beacon, btmp, ®_beacon_list, list) { in regulatory_exit()
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 6219 struct bdaddr_list *b, *btmp; in remove_device() local 6228 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { in remove_device()
|