Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c7550 mdi_vhcache_client_t *cct, *cct_next; in destroy_vhci_cache() local
7567 for (cct = vhcache->vhcache_client_head; cct != NULL; cct = cct_next) { in destroy_vhci_cache()
7568 cct_next = cct->cct_next; in destroy_vhci_cache()
7569 for (cpi = cct->cct_cpi_head; cpi != NULL; cpi = cpi_next) { in destroy_vhci_cache()
7573 free_vhcache_client(cct); in destroy_vhci_cache()
7677 enqueue_tail_vhcache_pathinfo(mdi_vhcache_client_t *cct, in enqueue_tail_vhcache_pathinfo() argument
7681 if (cct->cct_cpi_head == NULL) in enqueue_tail_vhcache_pathinfo()
7682 cct->cct_cpi_head = cpi; in enqueue_tail_vhcache_pathinfo()
7684 cct->cct_cpi_tail->cpi_next = cpi; in enqueue_tail_vhcache_pathinfo()
7685 cct->cct_cpi_tail = cpi; in enqueue_tail_vhcache_pathinfo()
[all …]
/titanic_50/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c89 caller_context_t *cct) in ctfs_ctl_access() argument
187 caller_context_t *cct) in ctfs_ctl_ioctl() argument
280 caller_context_t *cct) in ctfs_stat_ioctl() argument
H A Dctfs_event.c199 caller_context_t *cct) in ctfs_ev_access() argument
222 ctfs_ev_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *cct) in ctfs_ev_open() argument
H A Dctfs_cdir.c137 ctfs_cdir_inactive(vnode_t *vp, cred_t *cr, caller_context_t *cct) in ctfs_cdir_inactive() argument
/titanic_50/usr/src/uts/common/contract/
H A Dprocess.c639 contract_t *cct; in contract_process_destroy() local
646 while (cct = list_head(&ctp->conp_inherited)) { in contract_process_destroy()
647 mutex_enter(&cct->ct_lock); in contract_process_destroy()
649 ASSERT(cct->ct_state == CTS_INHERITED); in contract_process_destroy()
651 list_remove(&ctp->conp_inherited, cct); in contract_process_destroy()
653 cct->ct_regent = NULL; in contract_process_destroy()
654 cct->ct_type->ct_type_ops->contop_abandon(cct); in contract_process_destroy()