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

/linux-master/kernel/events/
H A Dcore.c11368 static struct idr pmu_idr; variable in typeref:struct:idr
11533 ret = idr_alloc(&pmu_idr, pmu, max, 0, GFP_KERNEL);
11604 idr_remove(&pmu_idr, pmu->type);
11625 idr_remove(&pmu_idr, pmu->type);
11731 pmu = idr_find(&pmu_idr, type);
13754 idr_init(&pmu_idr);

Completed in 151 milliseconds