Home
last modified time | relevance | path

Searched refs:p_ct_held (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c251 avl_create(&p0.p_ct_held, contract_compar, sizeof (contract_t), in contract_init()
352 VERIFY(avl_find(&author->p_ct_held, ct, &where) == NULL); in contract_ctor()
353 avl_insert(&author->p_ct_held, ct, where); in contract_ctor()
529 avl_remove(&p->p_ct_held, ct); in contract_abandon()
647 VERIFY(avl_find(&p->p_ct_held, ct, &where) == NULL); in contract_adopt()
648 avl_insert(&p->p_ct_held, ct, where); in contract_adopt()
929 while ((ct = avl_destroy_nodes(&p->p_ct_held, &cookie)) != NULL) in contract_exit()
1270 ct = avl_find(&p->p_ct_held, &template, &where); in contract_plookup()
1272 ct = avl_nearest(&p->p_ct_held, where, AVL_AFTER); in contract_plookup()
H A Dfork.c1174 avl_create(&cp->p_ct_held, contract_compar, sizeof (contract_t), in getproc()
H A Dzone.c5974 if ((avl_numnodes(&pp->p_ct_held) != 0) || (ctp->conp_nmembers != 1)) { in zone_enter()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h339 avl_tree_t p_ct_held; /* held contracts */ member
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c3260 vap->va_size = (avl_numnodes(&p->p_ct_held) + 2) * PRSDSIZE; in prgetattr()