Searched defs:xarray (Results 1 – 2 of 2) sorted by relevance
44 struct xarray { struct45 kmutex_t xa_lock;46 struct rb_tree xa_tree;47 gfp_t xa_gfp;
63 static const char xarray[] = "0123456789abcdef"; xtoa() local