Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c883 newch->ch_list = NULL; in clget4()
905 if (ch->ch_list != NULL) { in clget4()
906 cp = ch->ch_list; in clget4()
907 ch->ch_list = cp->ch_list; in clget4()
1080 cp->ch_list = cp->ch_head->ch_list; in clfree4()
1081 cp->ch_head->ch_list = cp; in clfree4()
1117 if (ch->ch_list == NULL) in clreclaim4_zone()
1127 cpl = ch->ch_list; in clreclaim4_zone()
1128 cpp = &ch->ch_list; in clreclaim4_zone()
1131 cpp = &cpl->ch_list; in clreclaim4_zone()
[all …]
H A Dnfs_subr.c368 newch->ch_list = NULL; in clget_impl()
390 if (ch->ch_list != NULL) { in clget_impl()
391 cp = ch->ch_list; in clget_impl()
392 ch->ch_list = cp->ch_list; in clget_impl()
624 cp->ch_list = cp->ch_head->ch_list; in clfree_impl()
625 cp->ch_head->ch_list = cp; in clfree_impl()
671 if (ch->ch_list == NULL) in clreclaim_zone()
681 cpl = ch->ch_list; in clreclaim_zone()
682 cpp = &ch->ch_list; in clreclaim_zone()
685 cpp = &cpl->ch_list; in clreclaim_zone()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h220 struct chtab *ch_list; /* pointer to free client handle(s) */ member
229 struct chtab *ch_list; /* next free client handle */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h262 callout_list_t *ch_list; member
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c649 ct->ct_heap[ct->ct_heap_num].ch_list = cl; in callout_heap_insert()
773 cl = heap->ch_list; in callout_heap_delete()
899 cl = heap[i].ch_list; in callout_heap_process()