Searched refs:plf_last (Results 1 – 2 of 2) sorted by relevance
368 lf->plf_last = lf->plf_prt_seq; in create_prt_sequence_list()369 lf->plf_last->ple_obj = &(lf->plf_ffs[0]); in create_prt_sequence_list()373 NEW0(lf->plf_last->ple_next); in create_prt_sequence_list()374 lf->plf_last = lf->plf_last->ple_next; in create_prt_sequence_list()375 lf->plf_last->ple_obj = &(lf->plf_ffs[i]); in create_prt_sequence_list()410 if (lf->plf_last == NULL) { in create_prt_sequence_list()413 lf->plf_last = lf->plf_prt_seq; in create_prt_sequence_list()415 NEW0(lf->plf_last->ple_next); in create_prt_sequence_list()416 lf->plf_last = lf->plf_last->ple_next; in create_prt_sequence_list()418 lf->plf_last->ple_obj = ff; /* refer to the format field */ in create_prt_sequence_list()
183 poolstat_list_element_t *plf_last; member