Home
last modified time | relevance | path

Searched refs:INIT_RADIX_TREE (Results 1 – 31 of 31) sorted by relevance

/linux-4.1.27/fs/btrfs/tests/
Dbtrfs-tests.c123 INIT_RADIX_TREE(&fs_info->buffer_radix, GFP_ATOMIC); in btrfs_alloc_dummy_fs_info()
124 INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC); in btrfs_alloc_dummy_fs_info()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dsrq.c217 INIT_RADIX_TREE(&table->tree, GFP_ATOMIC); in mlx5_init_srq_table()
Dcq.c228 INIT_RADIX_TREE(&table->tree, GFP_ATOMIC); in mlx5_init_cq_table()
Dmr.c44 INIT_RADIX_TREE(&table->tree, GFP_ATOMIC); in mlx5_init_mr_table()
Dqp.c342 INIT_RADIX_TREE(&table->tree, GFP_ATOMIC); in mlx5_init_qp_table()
/linux-4.1.27/include/linux/
Dradix-tree.h122 #define INIT_RADIX_TREE(root, mask) \ macro
/linux-4.1.27/block/
Dblk-ioc.c249 INIT_RADIX_TREE(&ioc->icq_tree, GFP_ATOMIC | __GFP_HIGH); in create_task_io_context()
Dblk-cgroup.c844 INIT_RADIX_TREE(&blkcg->blkg_tree, GFP_ATOMIC); in blkcg_css_alloc()
/linux-4.1.27/fs/xfs/
Dxfs_mru_cache.c365 INIT_RADIX_TREE(&mru->store, GFP_ATOMIC); in xfs_mru_cache_create()
Dxfs_mount.c204 INIT_RADIX_TREE(&pag->pag_ici_root, GFP_ATOMIC); in xfs_initialize_perag()
771 INIT_RADIX_TREE(&mp->m_perag_tree, GFP_ATOMIC); in xfs_mountfs()
Dxfs_qm.c591 INIT_RADIX_TREE(&qinf->qi_uquota_tree, GFP_NOFS); in xfs_qm_init_quotainfo()
592 INIT_RADIX_TREE(&qinf->qi_gquota_tree, GFP_NOFS); in xfs_qm_init_quotainfo()
593 INIT_RADIX_TREE(&qinf->qi_pquota_tree, GFP_NOFS); in xfs_qm_init_quotainfo()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dsrq.c281 INIT_RADIX_TREE(&srq_table->tree, GFP_ATOMIC); in mlx4_init_srq_table()
Dcq.c391 INIT_RADIX_TREE(&cq_table->tree, GFP_ATOMIC); in mlx4_init_cq_table()
Dqp.c728 INIT_RADIX_TREE(&dev->qp_table_tree, GFP_ATOMIC); in mlx4_init_qp_table()
/linux-4.1.27/drivers/sh/intc/
Dcore.c200 INIT_RADIX_TREE(&d->tree, GFP_ATOMIC); in register_intc_controller()
/linux-4.1.27/drivers/block/
Dbrd.c484 INIT_RADIX_TREE(&brd->brd_pages, GFP_ATOMIC); in brd_alloc()
/linux-4.1.27/fs/fscache/
Dcookie.c114 INIT_RADIX_TREE(&cookie->stores, GFP_NOFS & ~__GFP_WAIT); in __fscache_acquire_cookie()
/linux-4.1.27/arch/s390/mm/
Dpgtable.c175 INIT_RADIX_TREE(&gmap->guest_to_host, GFP_KERNEL); in gmap_alloc()
176 INIT_RADIX_TREE(&gmap->host_to_guest, GFP_ATOMIC); in gmap_alloc()
/linux-4.1.27/fs/f2fs/
Dnode.c1956 INIT_RADIX_TREE(&nm_i->free_nid_root, GFP_ATOMIC); in init_node_manager()
1958 INIT_RADIX_TREE(&nm_i->nat_root, GFP_NOIO); in init_node_manager()
1959 INIT_RADIX_TREE(&nm_i->nat_set_root, GFP_NOIO); in init_node_manager()
Dcheckpoint.c1105 INIT_RADIX_TREE(&im->ino_root, GFP_ATOMIC); in init_ino_entry_info()
Dsuper.c407 INIT_RADIX_TREE(&fi->inmem_root, GFP_NOFS); in f2fs_alloc_inode()
Ddata.c1823 INIT_RADIX_TREE(&sbi->extent_tree_root, GFP_NOIO); in init_extent_cache_info()
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-single.c1891 INIT_RADIX_TREE(&pcs->pgtree, GFP_KERNEL); in pcs_probe()
1892 INIT_RADIX_TREE(&pcs->ftree, GFP_KERNEL); in pcs_probe()
Dcore.c1721 INIT_RADIX_TREE(&pctldev->pin_desc_tree, GFP_KERNEL); in pinctrl_register()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c92 INIT_RADIX_TREE(&h->coh_tree, GFP_ATOMIC); in cl_object_header_init()
/linux-4.1.27/kernel/irq/
Dirqdomain.c56 INIT_RADIX_TREE(&domain->revmap_tree, GFP_KERNEL); in __irq_domain_add()
/linux-4.1.27/fs/btrfs/
Ddisk-io.c1227 INIT_RADIX_TREE(&root->delayed_nodes_tree, GFP_ATOMIC); in __setup_root()
2490 INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC); in open_ctree()
2491 INIT_RADIX_TREE(&fs_info->buffer_radix, GFP_ATOMIC); in open_ctree()
2546 INIT_RADIX_TREE(&fs_info->reada_tree, GFP_NOFS & ~__GFP_WAIT); in open_ctree()
Dvolumes.c156 INIT_RADIX_TREE(&dev->reada_zones, GFP_NOFS & ~__GFP_WAIT); in __alloc_device()
157 INIT_RADIX_TREE(&dev->reada_extents, GFP_NOFS & ~__GFP_WAIT); in __alloc_device()
Dsend.c5751 INIT_RADIX_TREE(&sctx->name_cache, GFP_NOFS); in btrfs_ioctl_send()
/linux-4.1.27/fs/
Dinode.c341 INIT_RADIX_TREE(&mapping->page_tree, GFP_ATOMIC); in address_space_init_once()
/linux-4.1.27/drivers/usb/host/
Dxhci-mem.c703 INIT_RADIX_TREE(&stream_info->trb_address_map, GFP_ATOMIC); in xhci_alloc_stream_info()