Searched refs:idr_cmpxchg (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/events/ |
| H A D | core.c | 12716 static bool idr_cmpxchg(struct idr *idr, unsigned long id, void *old, void *new) in idr_cmpxchg() function 12848 if (!idr_cmpxchg(&pmu_idr, pmu->type, NULL, pmu)) in DEFINE_FREE() 12951 if (!idr_cmpxchg(&pmu_idr, pmu->type, pmu, NULL)) in perf_pmu_unregister() 12976 idr_cmpxchg(&pmu_idr, pmu->type, NULL, pmu); in perf_pmu_unregister()
|