Searched refs:handlr (Results 1 – 1 of 1) sorted by relevance
102 struct mmu_rb_handler *handlr; in hfi1_mmu_rb_register() local105 handlr = kmalloc(sizeof(*handlr), GFP_KERNEL); in hfi1_mmu_rb_register()106 if (!handlr) in hfi1_mmu_rb_register()109 handlr->root = RB_ROOT_CACHED; in hfi1_mmu_rb_register()110 handlr->ops = ops; in hfi1_mmu_rb_register()111 handlr->ops_arg = ops_arg; in hfi1_mmu_rb_register()112 INIT_HLIST_NODE(&handlr->mn.hlist); in hfi1_mmu_rb_register()113 spin_lock_init(&handlr->lock); in hfi1_mmu_rb_register()114 handlr->mn.ops = &mn_opts; in hfi1_mmu_rb_register()115 handlr->mm = mm; in hfi1_mmu_rb_register()[all …]