Home
last modified time | relevance | path

Searched refs:btmp (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/lib/
Didr.c455 unsigned long *btmp; in ida_remove() local
465 btmp = (unsigned long *)slot; in ida_remove()
470 btmp = bitmap->bitmap; in ida_remove()
472 if (!test_bit(offset, btmp)) in ida_remove()
475 __clear_bit(offset, btmp); in ida_remove()
481 } else if (bitmap_empty(btmp, IDA_BITMAP_BITS)) { in ida_remove()
/Linux-v4.19/net/wireless/
Dreg.c3115 struct reg_beacon *reg_beacon, *btmp; in restore_regulatory_settings() local
3148 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in restore_regulatory_settings()
3154 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in restore_regulatory_settings()
3842 struct reg_beacon *reg_beacon, *btmp; in regulatory_exit() local
3857 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in regulatory_exit()
3862 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in regulatory_exit()
/Linux-v4.19/net/bluetooth/
Dmgmt.c5784 struct bdaddr_list *b, *btmp; in remove_device() local
5794 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { in remove_device()