Home
last modified time | relevance | path

Searched refs:next_id (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/gcclibs/libgomp/
HDordered.c74 unsigned next_id; in gomp_ordered_last() local
91 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() local
143 next_id = ws->ordered_team_ids[index]; in gomp_ordered_next()
144 gomp_sem_post (team->ordered_release[next_id]); in gomp_ordered_next()
/NextBSD/contrib/unbound/util/
HDalloc.c108 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()
HDalloc.h84 uint64_t next_id; member
/NextBSD/sys/dev/ofw/
HDofw_cpu.c285 u_int id, next_id; in ofw_cpu_early_foreach() local
290 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()
/NextBSD/contrib/libstdc++/src/
Dmt_allocator.cc542 size_t next_id; in _M_initialize() local
544 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() local
737 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()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDcm.c246 static int next_id; in id_map_alloc() local
265 next_id, &id); in id_map_alloc()
267 next_id = ((unsigned) id + 1) & MAX_IDR_MASK; in id_map_alloc()
/NextBSD/lib/libasl/
HDasl_store.c188 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()
HDasl_store.h66 uint64_t next_id; member
/NextBSD/usr.sbin/asl/
HDasl_action.c91 uint64_t next_id; member
103 uint64_t next_id; member
995 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()
/NextBSD/sys/x86/x86/
HDio_apic.c140 static u_int next_id; variable
614 io->io_id = next_id++; in ioapic_create()
/NextBSD/contrib/unbound/libunbound/
HDlibworker.c180 seed ^= (unsigned int)w->env->alloc->next_id; in libworker_setup()
/NextBSD/sys/ofed/drivers/infiniband/core/
HDcm.c417 static int next_id; in cm_alloc_id() local
422 next_id, &id); in cm_alloc_id()
424 next_id = ((unsigned) id + 1) & MAX_IDR_MASK; in cm_alloc_id()