Searched refs:udbr (Results 1 – 1 of 1) sorted by relevance
136 hermon_user_dbr_t *udbr; in hermon_user_dbr_alloc() local144 for (udbr = state->hs_user_dbr; udbr != NULL; udbr = udbr->udbr_link) in hermon_user_dbr_alloc()145 if (udbr->udbr_index == index) in hermon_user_dbr_alloc()147 if (udbr == NULL) { in hermon_user_dbr_alloc()148 udbr = kmem_alloc(sizeof (*udbr), KM_SLEEP); in hermon_user_dbr_alloc()149 udbr->udbr_link = state->hs_user_dbr; in hermon_user_dbr_alloc()150 state->hs_user_dbr = udbr; in hermon_user_dbr_alloc()151 udbr->udbr_index = index; in hermon_user_dbr_alloc()152 udbr->udbr_pagep = NULL; in hermon_user_dbr_alloc()154 pagep = udbr->udbr_pagep; in hermon_user_dbr_alloc()[all …]