nvm_ida            30 drivers/thunderbolt/switch.c static DEFINE_IDA(nvm_ida);
nvm_ida           358 drivers/thunderbolt/switch.c 	nvm->id = ida_simple_get(&nvm_ida, 0, 0, GFP_KERNEL);
nvm_ida           409 drivers/thunderbolt/switch.c 	ida_simple_remove(&nvm_ida, nvm->id);
nvm_ida           433 drivers/thunderbolt/switch.c 	ida_simple_remove(&nvm_ida, nvm->id);
nvm_ida          2135 drivers/thunderbolt/switch.c 	ida_destroy(&nvm_ida);