Lines Matching refs:idp
411 `void idr_init(struct idr *idp)`
418 **idp**
427 `int idr_preload(struct idr *idp, gfp_t gfp_mask)`
434 **idp**
448 `int idr_alloc(struct idr *idp, void *ptr, int *id)`
456 **idp**
474 `void* idr_remove(struct idr *idp, int id)`
482 **idp**
496 `void idr_remove_all(struct idr *idp)`
506 **idp**
516 `void idr_destroy(struct idr *idp)`
523 **idp**
533 `void *idr_find(struct idr *idp, int id)`
540 **idp**
554 `void *idr_find_next(struct idr *idp, int start_id)`
561 **idp**
576 `void *idr_find_next_getid(struct idr *idp, int start_id, int *nextid)`
583 **idp**
598 `int idr_replace(struct idr *idp, void *ptr, int id)`
605 **idp**
623 `int idr_replace_get_old(struct idr *idp, void *ptr, int id, void **oldptr)`
630 **idp**
653 `void idr_empty(struct idr *idp)`
660 **idp**
669 `bool idr_count(struct idr *idp, int id)`