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

  /src/sys/external/bsd/drm2/include/linux/
idr.h 58 #define idr_preload linux_idr_preload macro
74 void idr_preload(gfp_t);
115 idr_preload(gfp);
  /src/sys/external/bsd/drm2/linux/
linux_idr.c 285 idr_preload(gfp_t gfp) function in typeref:typename:void
312 * If there already is a node, a prior call to idr_preload must
353 * Grab a node allocated by idr_preload, if we have a cache and
405 * used idr_preload(GFP_ATOMIC), kmem_free may still sleep.

Completed in 12 milliseconds