Searched refs:last_id (Results 1 – 7 of 7) sorted by relevance
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()
490 uint32_t last_id = 0; in nhgrp_alloc() local496 if (wn[i].nh->nh_priv->nh_idx == last_id) { in nhgrp_alloc()500 last_id = wn[i].nh->nh_priv->nh_idx; in nhgrp_alloc()
303 lldb::addr_t last_id = layer.GetMetadataByIndex(num_units - 1) in BasicSuperBlockMerge() local305 tails.insert(last_id); in BasicSuperBlockMerge()
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()