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

  /src/sys/external/bsd/drm2/include/linux/
xarray.h 77 #define xa_store linux_xa_store macro
83 void * xa_store(struct xarray *, unsigned long, void *, gfp_t);
  /src/sys/external/bsd/drm2/linux/
linux_xa.c 125 xa_store(struct xarray *xa, unsigned long key, void *datum, gfp_t gfp) function in typeref:typename:void *

Completed in 12 milliseconds