Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c94 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 Dsubr_kdb.c668 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 Dinit_main.c499 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init()
H A Dkern_proc.c148 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 Dkern_fork.c401 LIST_INSERT_HEAD(PIDHASH(p2->p_pid), p2, p_hash); in do_fork()
H A Dkern_exit.c970 LIST_REMOVE(p, p_hash); in proc_reap()
/freebsd/sys/ddb/
H A Ddb_thread.c145 LIST_FOREACH(p, PIDHASH(decaddr), p_hash) { in db_lookup_proc()
H A Ddb_ps.c131 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in db_ps()
/freebsd/sys/security/mac_ddb/
H A Dmac_ddb.c173 LIST_FOREACH(p, &pidhashtbl[i], p_hash) { in db_show_proc_valid()
/freebsd/sys/sys/
H A Dproc.h669 LIST_ENTRY(proc) p_hash; /* (d) Hash chain. */