Home
last modified time | relevance | path

Searched defs:xarray (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/radix-tree/
H A DMakefile20 xarray: $(CORE_OFILES) xarray.o global() target
/linux/include/linux/
H A Dxarray.h300 struct xarray { struct
324 struct xarray name = XARRAY_INIT(name, flags) argument
/linux/drivers/cxl/core/
H A Dcdat.c401 DEFINE_FREE(dsmas, struct xarray *, if (_T) discard_dsmas(_T)) in DEFINE_FREE()
736 DEFINE_FREE(free_perf_xa, struct xarray *, if (_T) free_perf_xa(_T)) in DEFINE_FREE()
/linux/rust/kernel/
H A Dlib.rs155 pub mod xarray; module