Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dcontract.c248 avl_create(&p0.p_ct_held, contract_compar, sizeof (contract_t), in contract_init()
349 VERIFY(avl_find(&author->p_ct_held, ct, &where) == NULL); in contract_ctor()
350 avl_insert(&author->p_ct_held, ct, where); in contract_ctor()
526 avl_remove(&p->p_ct_held, ct); in contract_abandon()
644 VERIFY(avl_find(&p->p_ct_held, ct, &where) == NULL); in contract_adopt()
645 avl_insert(&p->p_ct_held, ct, where); in contract_adopt()
926 while ((ct = avl_destroy_nodes(&p->p_ct_held, &cookie)) != NULL) in contract_exit()
1267 ct = avl_find(&p->p_ct_held, &template, &where); in contract_plookup()
1269 ct = avl_nearest(&p->p_ct_held, where, AVL_AFTER); in contract_plookup()
H A Dfork.c1156 avl_create(&cp->p_ct_held, contract_compar, sizeof (contract_t), in getproc()
H A Dzone.c5738 if ((avl_numnodes(&pp->p_ct_held) != 0) || (ctp->conp_nmembers != 1)) { in zone_enter()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h330 avl_tree_t p_ct_held; /* held contracts */ member
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprvnops.c2982 vap->va_size = (avl_numnodes(&p->p_ct_held) + 2) * PRSDSIZE; in prgetattr()