Searched refs:ch_list (Results 1 – 7 of 7) sorted by relevance
883 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 …]
367 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 …]
44 struct chtab *ch_list; /* chain of similar clients */ member
2737 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()
220 struct chtab *ch_list; /* pointer to free client handle(s) */ member229 struct chtab *ch_list; /* next free client handle */ member
262 callout_list_t *ch_list; member
648 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()