summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/xarray.h
AgeCommit message (Expand)Author
2025-01-31linuxkpi: Use same field names in `struct xarray` as LinuxJean-Sébastien Pédron
2025-01-31linuxkpi: Add `xa_alloc_cyclic_irq()`Jean-Sébastien Pédron
2023-12-24LinuxKPI: Add xa_(un)lock_irq to linux/xarray.hVladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-15linuxkpi: Move `IS_ENABLED()` and friends to <linux/kconfig.h>Jean-Sébastien Pédron
2023-02-13linuxkpi: Define `xa_is_err()`, `xa_{store,erase}_irq()` and `xa_{,un}lock_ir...Jean-Sébastien Pédron
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2022-01-10LinuxKPI: Add support for XA_FLAGS_ALLOC1 xarray flagVladimir Kondratyev
2021-09-29LinuxKPI: Add helper functions to store integers to linux/xarray.hVladimir Kondratyev
2020-10-24Implement xa_init() in the LinuxKPI as a wrapper for xa_init_flags().Hans Petter Selasky
2020-08-27Implement extensible arrays API using the existing radix tree implementationHans Petter Selasky