Searched refs:last_id (Results 1 – 8 of 8) sorted by relevance
1036 pci_vtscsi_add_target_config(nvlist_t *nvl, const char *path, int last_id) in pci_vtscsi_add_target_config() argument1069 target = last_id + 1; in pci_vtscsi_add_target_config()1107 int last_id = -1; in pci_vtscsi_legacy_config() local1132 last_id = pci_vtscsi_add_target_config(targets, tmp, last_id); in pci_vtscsi_legacy_config()1135 if (last_id < 0) in pci_vtscsi_legacy_config()1164 value, last_id); in pci_vtscsi_legacy_config()1171 if (new_id > last_id) in pci_vtscsi_legacy_config()1172 last_id = new_id; in pci_vtscsi_legacy_config()
111 alloc->last_id = 1; /* so no 64bit constants, */ in alloc_init()112 alloc->last_id <<= THRNUM_SHIFT; /* or implicit 'int' ops. */ in alloc_init()113 alloc->last_id -= 1; /* for compiler portability. */ in alloc_init()114 alloc->last_id |= alloc->next_id; in alloc_init()198 if(id == alloc->last_id) { in alloc_get_id()
86 uint64_t last_id; member
172 u32 last_id) in mlx5_fc_stats_query_counter_range() argument 175 bool query_more_counters = (first->id <= last_id); in mlx5_fc_stats_query_counter_range() 189 ALIGN(last_id - bulk_base_id + 1, 4)); in mlx5_fc_stats_query_counter_range()
303 lldb::addr_t last_id = layer.GetMetadataByIndex(num_units - 1) in BasicSuperBlockMerge() local305 tails.insert(last_id); in BasicSuperBlockMerge()
512 uint32_t last_id = 0; in nhgrp_alloc() local519 if (wn[i].nh->nh_priv->nh_idx == last_id) { in nhgrp_alloc()523 last_id = wn[i].nh->nh_priv->nh_idx; in nhgrp_alloc()
540 std::optional<lldb::user_id_t> last_id; in DumpInstructions() local548 last_id = m_cursor_sp->GetId(); in DumpInstructions()587 return last_id; in DumpInstructions()
2778 int last_id = atoi(cmd + 8); in wpa_supplicant_ctrl_iface_list_networks() local2779 if (last_id != -1) { in wpa_supplicant_ctrl_iface_list_networks()2780 while (ssid != NULL && ssid->id <= last_id) { in wpa_supplicant_ctrl_iface_list_networks()