Home
last modified time | relevance | path

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

/titanic_44/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.c367 newch->ch_list = NULL; in clget_impl()
389 if (ch->ch_list != NULL) { in clget_impl()
390 cp = ch->ch_list; in clget_impl()
391 ch->ch_list = cp->ch_list; in clget_impl()
623 cp->ch_list = cp->ch_head->ch_list; in clfree_impl()
624 cp->ch_head->ch_list = cp; in clfree_impl()
670 if (ch->ch_list == NULL) in clreclaim_zone()
680 cpl = ch->ch_list; in clreclaim_zone()
681 cpp = &ch->ch_list; in clreclaim_zone()
684 cpp = &cpl->ch_list; in clreclaim_zone()
[all …]
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.h44 struct chtab *ch_list; /* chain of similar clients */ member
H A Drdc_clnt.c2737 for (num_clnts = 0; ch != NULL; ch = ch->ch_list, num_clnts++) { in rdc_clnt_get()
2742 plistp = &ch->ch_list; in rdc_clnt_get()
3037 *p = list ? ch->ch_list : ch->ch_next; in _rdc_clnt_destroy()
3082 leak += _rdc_clnt_destroy(&ch->ch_list, 1); in rdc_clnt_destroy()
/titanic_44/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
/titanic_44/usr/src/uts/common/sys/
H A Dcallo.h262 callout_list_t *ch_list; member
/titanic_44/usr/src/uts/common/os/
H A Dcallout.c648 ct->ct_heap[ct->ct_heap_num].ch_list = cl; in callout_heap_insert()
772 cl = heap->ch_list; in callout_heap_delete()
898 cl = heap[i].ch_list; in callout_heap_process()