Searched refs:next_id (Results 1 – 12 of 12) sorted by relevance
74 unsigned next_id; in gomp_ordered_last() local91 next_id = ws->ordered_team_ids[next]; in gomp_ordered_last()92 gomp_sem_post (team->ordered_release[next_id]); in gomp_ordered_last()109 unsigned index, next_id; in gomp_ordered_next() local143 next_id = ws->ordered_team_ids[index]; in gomp_ordered_next()144 gomp_sem_post (team->ordered_release[next_id]); in gomp_ordered_next()
108 alloc->next_id = (uint64_t)thread_num; /* in steps, so that type */ in alloc_init()109 alloc->next_id <<= THRNUM_SHIFT; /* of *_id is used. */ in alloc_init()113 alloc->last_id |= alloc->next_id; in alloc_init()114 alloc->next_id += 1; /* because id=0 is special. */ in alloc_init()174 uint64_t id = alloc->next_id++; in alloc_get_id()181 alloc->next_id = (uint64_t)alloc->thread_num; in alloc_get_id()182 alloc->next_id <<= THRNUM_SHIFT; /* in steps for comp. */ in alloc_get_id()183 alloc->next_id += 1; /* portability. */ in alloc_get_id()185 id = alloc->next_id++; in alloc_get_id()
84 uint64_t next_id; member
285 u_int id, next_id; in ofw_cpu_early_foreach() local290 next_id = 0; in ofw_cpu_early_foreach()302 id = next_id) { in ofw_cpu_early_foreach()314 next_id++; in ofw_cpu_early_foreach()
542 size_t next_id; in _M_initialize() local544 next_id = _M_old_freelist->_M_next - _M_old_array; in _M_initialize()546 next_id = freelist._M_max_threads; in _M_initialize()548 = &_M_thread_freelist[next_id]; in _M_initialize()735 size_t next_id; in _M_initialize() local737 next_id = _M_old_freelist->_M_next - _M_old_array; in _M_initialize()739 next_id = freelist._M_max_threads; in _M_initialize()741 = &_M_thread_freelist[next_id]; in _M_initialize()
246 static int next_id; in id_map_alloc() local265 next_id, &id); in id_map_alloc()267 next_id = ((unsigned) id + 1) & MAX_IDR_MASK; in id_map_alloc()
188 out->next_id = last_id + 1; in asl_store_open_write()590 xid = asl_core_htonq(s->next_id); in asl_store_save()596 xid = s->next_id; in asl_store_save()597 s->next_id++; in asl_store_save()820 fid = s->next_id; in asl_store_open_aux()821 s->next_id++; in asl_store_open_aux()
66 uint64_t next_id; member
91 uint64_t next_id; member103 uint64_t next_id; member995 af_data->next_id++; in _act_store_file_setup()1009 af_data->next_id = af_data->aslfile->cursor_xid + 1; in _act_store_file_setup()1041 if (_act_dst_open(r, NULL, as_data->next_id) != 0) in _act_store_dir_setup()1059 as_data->next_id = xid; in _act_store_dir_setup()1176 mid = af_data->next_id; in _act_store_file()1227 mid = as_data->next_id; in _act_store_dir()
140 static u_int next_id; variable614 io->io_id = next_id++; in ioapic_create()
180 seed ^= (unsigned int)w->env->alloc->next_id; in libworker_setup()
417 static int next_id; in cm_alloc_id() local422 next_id, &id); in cm_alloc_id()424 next_id = ((unsigned) id + 1) & MAX_IDR_MASK; in cm_alloc_id()