Searched refs:idr_replace (Results 1 – 4 of 4) sorted by relevance
94 int idr_replace(struct idr *idp, void *ptr, int id);
597 ### idr_replace subsection598 `int idr_replace(struct idr *idp, void *ptr, int id)`
253 assert(idr_replace(&k_idr, NULL, i) == 0); in ktest_idr_case2()
716 int idr_replace(struct idr *idp, void *ptr, int id) in idr_replace() function