Searched refs:p_hash (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_db_files.c | 88 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/ |
| HD | init_main.c | 469 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init()
|
| HD | kern_fork.c | 393 LIST_INSERT_HEAD(PIDHASH(p2->p_pid), p2, p_hash); in do_fork()
|
| HD | kern_exit.c | 488 LIST_REMOVE(p, p_hash); in exit1()
|
| HD | kern_proc.c | 305 LIST_FOREACH(p, PIDHASH(pid), p_hash) { in pfind_locked()
|
| /NextBSD/sys/sys/ |
| HD | proc.h | 538 LIST_ENTRY(proc) p_hash; /* (d) Hash chain. */
|