Searched defs:idr (Results 1 – 7 of 7) sorted by relevance
20 struct idr { struct21 struct radix_tree_root idr_rt; argument22 unsigned int idr_base; argument23 unsigned int idr_next; argument102 #define idr_lock(idr) xa_lock(&(idr)->idr_rt) argument103 #define idr_unlock(idr) xa_unlock(&(idr)->idr_rt) argument108 #define idr_lock_irqsave(idr, flags) \ argument110 #define idr_unlock_irqrestore(idr, flags) \ argument129 struct idr *idr; member166 static inline void idr_init(struct idr *idr) in idr_init()[all …]
66 struct idr idr; member143 struct idr idr; member
27 struct idr idr; member
61 struct idr idr; member
261 struct idr idr; member
181 struct xarray idr; member
589 __u32 idr[6]; member
Completed in 38 milliseconds