next_instance    1823 net/bluetooth/hci_request.c 	struct adv_info *adv_instance, *n, *next_instance = NULL;
next_instance    1836 net/bluetooth/hci_request.c 		next_instance = hci_get_next_instance(hdev, instance);
next_instance    1855 net/bluetooth/hci_request.c 			if (next_instance &&
next_instance    1856 net/bluetooth/hci_request.c 			    next_instance->instance == instance)
next_instance    1857 net/bluetooth/hci_request.c 				next_instance = NULL;
next_instance    1869 net/bluetooth/hci_request.c 	if (next_instance)
next_instance    1870 net/bluetooth/hci_request.c 		__hci_req_schedule_adv_instance(req, next_instance->instance,
next_instance    6549 net/bluetooth/mgmt.c 	struct adv_info *next_instance;
next_instance    6632 net/bluetooth/mgmt.c 		next_instance = hci_get_next_instance(hdev, cp->instance);
next_instance    6633 net/bluetooth/mgmt.c 		if (next_instance)
next_instance    6634 net/bluetooth/mgmt.c 			schedule_instance = next_instance->instance;
next_instance     281 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 	u32 next_instance = 0;
next_instance     300 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 				if (next->instance >= next_instance) {
next_instance     301 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 					next_instance = next->instance + 1;
next_instance     317 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 				signature, instance, next_instance);
next_instance     319 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 		instance = next_instance;