/src/sys/external/bsd/drm2/include/linux/ |
idr.h | 50 #define idr_alloc linux_idr_alloc macro 75 int idr_alloc(struct idr *, void *, int, int, gfp_t); 116 id = idr_alloc(&ida->ida_idr, NULL, start, end, gfp);
|
idr.h | 50 #define idr_alloc linux_idr_alloc macro 75 int idr_alloc(struct idr *, void *, int, int, gfp_t); 116 id = idr_alloc(&ida->ida_idr, NULL, start, end, gfp);
|
/src/sys/external/bsd/drm2/linux/ |
linux_idr.c | 337 idr_alloc(struct idr *idr, void *data, int start, int end, gfp_t gfp) function in typeref:typename:int 401 * If there is a node, either because we didn't idr_alloc or 402 * because idr_alloc failed, chuck it.
|
linux_idr.c | 337 idr_alloc(struct idr *idr, void *data, int start, int end, gfp_t gfp) function in typeref:typename:int 401 * If there is a node, either because we didn't idr_alloc or 402 * because idr_alloc failed, chuck it.
|