Searched refs:p_hash (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_db_files.c | 94 st_table *p_hash; member 142 st_free_table(p_domain_imp->p_hash); in osm_db_domain_destroy() 271 p_domain_imp->p_hash = st_init_strtable(); in osm_db_domain_init() 272 CL_ASSERT(p_domain_imp->p_hash != NULL); in osm_db_domain_init() 394 if (st_lookup(p_domain_imp->p_hash, in osm_db_restore() 429 st_insert(p_domain_imp->p_hash, in osm_db_restore() 503 st_foreach(p_domain_imp->p_hash, dump_tbl_entry, (st_data_t) p_file); in osm_db_store() 557 st_foreach(p_domain_imp->p_hash, clear_tbl_entry, (st_data_t) NULL); in osm_db_clear() 577 st_foreach(p_domain_imp->p_hash, get_key_of_tbl_entry, in osm_db_keys() 593 if (!st_lookup(p_domain_imp->p_hash, (st_data_t) p_key, (void *)&p_val)) in osm_db_lookup() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_kdb.c | 668 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in kdb_thr_first() 682 LIST_FOREACH(p, PIDHASH(pid), p_hash) { in kdb_thr_from_pid() 714 p = LIST_NEXT(p, p_hash); in kdb_thr_next()
|
H A D | init_main.c | 499 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init()
|
H A D | kern_proc.c | 148 const int proc_off_p_hash = offsetof(struct proc, p_hash); 423 LIST_FOREACH(p, PIDHASH(pid), p_hash) { in pfind_any_locked() 453 LIST_FOREACH(p, PIDHASH(pid), p_hash) { in _pfind() 1610 LIST_FOREACH(p, &pidhashtbl[j], p_hash) { in proc_iterate()
|
H A D | kern_fork.c | 401 LIST_INSERT_HEAD(PIDHASH(p2->p_pid), p2, p_hash); in do_fork()
|
H A D | kern_exit.c | 970 LIST_REMOVE(p, p_hash); in proc_reap()
|
/freebsd/sys/ddb/ |
H A D | db_thread.c | 145 LIST_FOREACH(p, PIDHASH(decaddr), p_hash) { in db_lookup_proc()
|
H A D | db_ps.c | 131 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in db_ps()
|
/freebsd/sys/security/mac_ddb/ |
H A D | mac_ddb.c | 173 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in db_show_proc_valid()
|
/freebsd/sys/sys/ |
H A D | proc.h | 669 LIST_ENTRY(proc) p_hash; /* (d) Hash chain. */
|