HomeSort by: relevance | last modified time | path
    Searched defs:idr_remove (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
idr.h 60 #define idr_remove linux_idr_remove macro
73 void *idr_remove(struct idr *, int);
104 idr_remove(&ida->ida_idr, id);
  /src/sys/external/bsd/drm2/linux/
linux_idr.c 263 idr_remove(struct idr *idr, int id) function in typeref:typename:void *

Completed in 13 milliseconds