Searched refs:cur_page (Results 1 – 1 of 1) sorted by relevance
1990 dapls_ib_dbp_page_t *cur_page; in dapls_ib_get_dbp() local1994 for (cur_page = dapls_ib_pagelist; cur_page != NULL; in dapls_ib_get_dbp()1995 cur_page = cur_page->next) in dapls_ib_get_dbp()1996 if (cur_page->dbp_mapoffset == mapoffset && in dapls_ib_get_dbp()1997 cur_page->fd == fd) { in dapls_ib_get_dbp()2000 (offset + (uintptr_t)cur_page->dbp_page_addr)); in dapls_ib_get_dbp()