Searched refs:radix (Results 51 - 71 of 71) sorted by relevance

123

/linux-master/include/linux/
H A Dirqdomain.h38 #include <linux/radix-tree.h>
H A Dfs.h15 #include <linux/radix-tree.h>
/linux-master/drivers/sh/intc/
H A Dcore.c33 #include <linux/radix-tree.h>
/linux-master/lib/
H A DMakefile31 rbtree.o radix-tree.o timerqueue.o xarray.o \
51 generic-radix-tree.o bitmap-str.o
H A Dradix-tree.c24 #include <linux/radix-tree.h>
30 #include "radix-tree.h"
38 * The radix tree is variable-height, so an insert operation not only has
51 * The IDR does not have to be as high as the radix tree since it uses
209 * The maximum index which can be stored in a radix tree
319 * To make use of this facility, the radix tree must be initialised without
362 * To make use of this facility, the radix tree must be initialised without
406 * Extend a radix tree so it can store key @index.
452 * entry was already in the radix tree, so we do not need
465 * radix_tree_shrink - shrink radix tre
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c2171 * On some POWER9s we force AIL off for radix guests to prevent
2777 * MMU mode (radix or HPT), unfortunately, but since we only support
3306 * With radix, the guest can do TLB invalidations itself,
4560 * This never fails for a radix guest, as none of the operations it does
4561 * for a radix guest can fail or have a way to report failure.
5118 * Use second half of bitmap area because both HPT and radix
5209 * For radix guests, we flush on setting KVM_MEM_LOG_DIRTY_PAGES
5403 kvm->arch.radix = 0;
5431 kvm->arch.radix = 1;
5635 * If the host uses radix, th
6094 int radix; local
[all...]
H A Dbook3s_hv_nested.c734 gp->radix = 1;
1224 * r != 1 -> Only radix supported
1226 * ric == 3 -> No cluster bombs for radix
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h296 u8 radix; member in struct:kvm_arch
709 * fault for a radix guest, or segment descriptor (equivalent to result
/linux-master/fs/btrfs/
H A Dfs.h21 #include <linux/radix-tree.h>
755 /* Extent buffer radix tree */
H A Ddisk-io.c8 #include <linux/radix-tree.h>
1454 * temporary root, it will not be inserted into the radix tree as it doesn't
4131 /* Drop a fs root from the radix tree and free it. */
H A Dsend.c13 #include <linux/radix-tree.h>
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.h30 #include <linux/radix-tree.h>
/linux-master/drivers/nvme/target/
H A Dnvmet.h21 #include <linux/radix-tree.h>
/linux-master/include/net/sctp/
H A Dstructs.h36 #include <linux/generic-radix-tree.h>
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h65 /* Max physical address bit as per radix table */
108 * in here, on radix we expect them to be zero.
280 #include <asm/book3s/64/radix.h>
358 * For radix: H_PAGE_HASHPTE should be zero. Hence we can use the same
359 * function for both hash and radix.
732 * Generic functions with hash/radix callbacks
1163 * For radix we should always find H_PAGE_HASHPTE zero. Hence
1164 * the below will work for radix too
/linux-master/drivers/pinctrl/
H A Dpinmux.c23 #include <linux/radix-tree.h>
/linux-master/include/linux/mlx4/
H A Ddevice.h40 #include <linux/radix-tree.h>
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h41 #include <linux/radix-tree.h>
/linux-master/drivers/xen/
H A Dpvcalls-back.c9 #include <linux/radix-tree.h>
/linux-master/arch/s390/include/asm/
H A Dpgtable.h18 #include <linux/radix-tree.h>
/linux-master/fs/proc/
H A Dbase.c62 #include <linux/generic-radix-tree.h>

Completed in 386 milliseconds

123