Home
last modified time | relevance | path

Searched refs:p_hash (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_db_files.c88 st_table *p_hash; member
139 st_free_table(p_domain_imp->p_hash); in osm_db_domain_destroy()
248 p_domain_imp->p_hash = st_init_strtable(); in osm_db_domain_init()
249 CL_ASSERT(p_domain_imp->p_hash != NULL); in osm_db_domain_init()
374 if (st_lookup(p_domain_imp->p_hash, in osm_db_restore()
398 st_insert(p_domain_imp->p_hash, in osm_db_restore()
465 st_foreach(p_domain_imp->p_hash, __osm_dump_tbl_entry, in osm_db_store()
507 st_foreach(p_domain_imp->p_hash, __osm_clear_tbl_entry, in osm_db_clear()
531 st_foreach(p_domain_imp->p_hash, in osm_db_keys()
550 (p_domain_imp->p_hash, (st_data_t) p_key, (void *) & p_val)) in osm_db_lookup()
[all …]
/NextBSD/sys/kern/
HDinit_main.c469 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init()
HDkern_fork.c393 LIST_INSERT_HEAD(PIDHASH(p2->p_pid), p2, p_hash); in do_fork()
HDkern_exit.c488 LIST_REMOVE(p, p_hash); in exit1()
HDkern_proc.c305 LIST_FOREACH(p, PIDHASH(pid), p_hash) { in pfind_locked()
/NextBSD/sys/sys/
HDproc.h538 LIST_ENTRY(proc) p_hash; /* (d) Hash chain. */