aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/xarray.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* linuxkpi: Move `IS_ENABLED()` and friends to <linux/kconfig.h>Jean-Sébastien Pédron2023-02-161-0/+1
* linuxkpi: Define `xa_is_err()`, `xa_{store,erase}_irq()` and `xa_{,un}lock_ir...Jean-Sébastien Pédron2023-02-161-0/+21
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-221-3/+3
* LinuxKPI: Add support for XA_FLAGS_ALLOC1 xarray flagVladimir Kondratyev2022-01-221-0/+2
* LinuxKPI: Add helper functions to store integers to linux/xarray.hVladimir Kondratyev2021-10-131-0/+23
* Implement xa_init() in the LinuxKPI as a wrapper for xa_init_flags().Hans Petter Selasky2020-10-241-0/+6
* Implement extensible arrays API using the existing radix tree implementationHans Petter Selasky2020-08-271-0/+94