Home
last modified time | relevance | path

Searched refs:rcs_ctls (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Drctl.c985 if (set->rcs_ctls[index] == NULL) { in rctl_set_insert()
986 set->rcs_ctls[index] = rctl; in rctl_set_insert()
990 if (hndl < set->rcs_ctls[index]->rc_id) { in rctl_set_insert()
991 rctl->rc_next = set->rcs_ctls[index]; in rctl_set_insert()
992 set->rcs_ctls[index] = rctl; in rctl_set_insert()
997 for (next_ctl = set->rcs_ctls[index]->rc_next, in rctl_set_insert()
998 prev_ctl = set->rcs_ctls[index]; in rctl_set_insert()
1033 rset->rcs_ctls = kmem_zalloc(rctl_set_size * sizeof (rctl_t *), in rctl_set_create()
1172 rctl_t *r = set->rcs_ctls[i]; in rctl_set_fill_alloc_gp()
1293 rctl_t *r = iter->rcs_ctls[i]; in rctl_set_dup()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c396 (uintptr_t)rset.rcs_ctls) == -1) { in rctl_set_walk_init()
397 mdb_warn("cannot read rctl hash at %p", rset.rcs_ctls); in rctl_set_walk_init()
/titanic_41/usr/src/uts/common/sys/
H A Drctl.h231 rctl_t **rcs_ctls; /* hash table of controls */ member