Searched refs:current_id (Results 1 – 4 of 4) sorted by relevance
179 static int current_id = 0; in new_id() local181 current_id = (current_id + 1) % MAX_ID; in new_id()183 if (current_id == 0) in new_id()184 current_id = 1; in new_id()185 return (current_id); in new_id()
274 lldb::addr_t current_id = in BasicSuperBlockMerge() local276 head_map[current_id].insert(prev_id); in BasicSuperBlockMerge()277 prev_id = current_id; in BasicSuperBlockMerge()295 lldb::addr_t current_id = in BasicSuperBlockMerge() local299 tail_map[current_id].insert(next_id); in BasicSuperBlockMerge()
90 static dynamic_object_id current_id; variable91 #define CURRENT_ID (¤t_id)
783 unsigned int current_id; in ef10_ev_rx_packed_stream() local821 current_id = eersp->eers_rx_read_ptr & eersp->eers_rx_mask; in ef10_ev_rx_packed_stream()854 should_abort = eecp->eec_rx_ps(arg, label, current_id, pkt_count, in ef10_ev_rx_packed_stream()