Searched refs:pmcpl_ct_instr (Results 1 – 1 of 1) sorted by relevance
89 struct pmcpl_ct_instr { struct114 struct pmcpl_ct_instr *pct_instr; argument250 pmcpl_ct_instr_grow(int cursize, int *maxsize, struct pmcpl_ct_instr **items) in pmcpl_ct_instr_grow()258 *items = reallocarray(*items, nmaxsize, sizeof(struct pmcpl_ct_instr)); in pmcpl_ct_instr_grow()261 bzero((char *)*items + *maxsize * sizeof(struct pmcpl_ct_instr), in pmcpl_ct_instr_grow()262 (nmaxsize - *maxsize) * sizeof(struct pmcpl_ct_instr)); in pmcpl_ct_instr_grow()275 struct pmcpl_ct_instr *in; in pmcpl_ct_instr_add()