Searched refs:PMC_FLAG_ALLOCATE (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c92 PMC_FLAG_ALLOCATE = 0x02, /* add entry to hash if not found */ enumerator in enum:pmc_flags
1124 if ((pp = pmc_find_process_descriptor(p, PMC_FLAG_ALLOCATE)) == NULL) {
1718 pmc_find_thread_descriptor(pmc, td, PMC_FLAG_ALLOCATE);
2483 * Pre-allocate memory in the PMC_FLAG_ALLOCATE case prior to
2486 if (mode & PMC_FLAG_ALLOCATE) {
2506 if ((mode & PMC_FLAG_ALLOCATE) && pt == NULL && ptnew != NULL) {
2557 PMC_FLAG_ALLOCATE|PMC_FLAG_NOWAIT);
2589 * Pre-allocate memory in the PMC_FLAG_ALLOCATE case since we
2592 if (mode & PMC_FLAG_ALLOCATE)
2604 if ((mode & PMC_FLAG_ALLOCATE)
[all...]

Completed in 114 milliseconds