OpenGrok
Cross Reference: linux_radixtree.c
xref
: /
src
/
sys
/
external
/
bsd
/
drm2
/
linux
/
linux_radixtree.c
Home
|
History
|
Annotate
|
Download
|
only in
linux
History log of
/src/sys/external/bsd/drm2/linux/linux_radixtree.c
Revision
Date
Author
Comments
1.4
19-Dec-2021
riastradh
linux: GFP_ATOMIC, not GFP_NOWAIT
1.3
19-Dec-2021
riastradh
linux: membar_exit not needed if we use locks here.
1.2
19-Dec-2021
riastradh
linux: Kludgily make radix tree safe for RCU
Using a lock is completely stupid (gotta be cpu_simple_lock because
there's no radix_tree_destroy or anything), and the nonsense to do
unvolatile/unconst is garbage, but it will serve to make this safe
for RCU until someone makes our radix tree code RCU-safe (which
Someone^TM should totally do).
1.1
19-Dec-2021
riastradh
linux: Kludgey radix tree shims
Indexes created Mon Sep 29 03:10:08 GMT 2025