Home
last modified time | relevance | path

Searched refs:XA_ERROR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c321 ptr = XA_ERROR(retval); in __xa_store()
324 ptr = XA_ERROR(retval); in __xa_store()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dxarray.h44 #define XA_ERROR(x) \ macro