Searched refs:ppnew (Results 1 – 3 of 3) sorted by relevance
197 struct pmcstat_process *pp, *ppnew; in pmcstat_analyze_log() local387 ppnew = in pmcstat_analyze_log()399 pmcstat_image_link(ppnew, ppm->ppm_image, in pmcstat_analyze_log()
2533 struct pmc_process *pp, *ppnew; in pmc_find_process_descriptor() local2540 ppnew = NULL; in pmc_find_process_descriptor()2547 ppnew = malloc(sizeof(struct pmc_process) + md->pmd_npmc * in pmc_find_process_descriptor()2559 if ((mode & PMC_FLAG_ALLOCATE) != 0 && pp == NULL && ppnew != NULL) { in pmc_find_process_descriptor()2560 ppnew->pp_proc = p; in pmc_find_process_descriptor()2561 LIST_INIT(&ppnew->pp_tds); in pmc_find_process_descriptor()2562 ppnew->pp_tdslock = mtx_pool_find(pmc_mtxpool, ppnew); in pmc_find_process_descriptor()2563 LIST_INSERT_HEAD(pph, ppnew, pp_next); in pmc_find_process_descriptor()2565 pp = ppnew; in pmc_find_process_descriptor()2566 ppnew = NULL; in pmc_find_process_descriptor()[all …]
1206 struct pport *ppnew; in pport_copy() local1208 ppnew = pport_new(kports, pp->pp_name, pp->pp_ctl_port); in pport_copy()1209 return (ppnew); in pport_copy()