Searched refs:idhash (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/cmd/cmd-inet/usr.lib/dsvclockd/ |
| H A D | datastore.c | 197 uint32_t idhash = ds_hash(cn_id); in ds_get_container() local 199 cn_list = &ds->ds_hash[idhash % DSVCD_DS_HASH_SIZE]; in ds_get_container() 203 if (idhash == cn->cn_idhash && strcmp(cn_id, cn->cn_id) == 0) in ds_get_container() 216 cn->cn_idhash = idhash; in ds_get_container() 238 uint32_t idhash = ds_hash(cn->cn_id); in ds_release_container() local 240 cn_list = &ds->ds_hash[idhash % DSVCD_DS_HASH_SIZE]; in ds_release_container()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | ddi_timer.c | 206 tid = &ddi_timer->idhash[TM_HASH((uintptr_t)id)]; in add_req() 685 bzero((char *)&ddi_timer->idhash[0], TM_HASH_SZ * sizeof (timer_tw_t)); in timer_init() 689 list_create(&ddi_timer->idhash[i].req, sizeof (tm_req_t), in timer_init() 691 mutex_init(&ddi_timer->idhash[i].lock, NULL, MUTEX_ADAPTIVE, in timer_init() 862 tid = &ddi_timer->idhash[TM_HASH((uintptr_t)id)]; in i_untimeout()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | ddi_timer.h | 75 timer_tw_t idhash[TM_HASH_SZ]; /* ID hash */ member
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
| H A D | Project.pm | 1020 my %idhash; 1075 my ($projent, $projf, $idhash) = @_;
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | genunix.c | 1463 ulong_t idhash; in calloutid() local 1503 idhash = CALLOUT_IDHASH(xid); in calloutid() 1524 (long long)coid, idhash); in calloutid() 1549 coptr = (callout_t *)cot_idhash[idhash].ch_head; in calloutid() 1556 coargs.bucket = idhash; in calloutid()
|