Searched refs:next_instance (Results 1 – 4 of 4) sorted by relevance
281 u32 next_instance = 0; in osl_add_table_to_list() local300 if (next->instance >= next_instance) { in osl_add_table_to_list()301 next_instance = next->instance + 1; in osl_add_table_to_list()317 signature, instance, next_instance); in osl_add_table_to_list()319 instance = next_instance; in osl_add_table_to_list()
1769 struct adv_info *adv_instance, *n, *next_instance = NULL; in hci_req_clear_adv_instance() local1782 next_instance = hci_get_next_instance(hdev, instance); in hci_req_clear_adv_instance()1801 if (next_instance && in hci_req_clear_adv_instance()1802 next_instance->instance == instance) in hci_req_clear_adv_instance()1803 next_instance = NULL; in hci_req_clear_adv_instance()1815 if (next_instance) in hci_req_clear_adv_instance()1816 __hci_req_schedule_adv_instance(req, next_instance->instance, in hci_req_clear_adv_instance()
6556 struct adv_info *next_instance; in add_advertising() local6639 next_instance = hci_get_next_instance(hdev, cp->instance); in add_advertising()6640 if (next_instance) in add_advertising()6641 schedule_instance = next_instance->instance; in add_advertising()
1774 struct lockdep_map *next_instance, int read) in check_deadlock() argument