/src/sys/uvm/ |
uvm_aobj.c | 808 voff_t current_offset; local in function:uao_get 901 for (lcv = 0, current_offset = offset ; lcv < maxpages ;) { 914 ptmp = uvm_page_array_fill_and_peek(&a, current_offset, 917 if (ptmp != NULL && ptmp->offset == current_offset) { 945 current_offset += PAGE_SIZE; 949 KASSERT(ptmp == NULL || ptmp->offset > current_offset); 959 pageidx = current_offset >> PAGE_SHIFT; 961 ptmp = uao_pagealloc(uobj, current_offset, 1058 KASSERT(ptmp->offset == current_offset); 1061 current_offset += PAGE_SIZE [all...] |
uvm_aobj.c | 808 voff_t current_offset; local in function:uao_get 901 for (lcv = 0, current_offset = offset ; lcv < maxpages ;) { 914 ptmp = uvm_page_array_fill_and_peek(&a, current_offset, 917 if (ptmp != NULL && ptmp->offset == current_offset) { 945 current_offset += PAGE_SIZE; 949 KASSERT(ptmp == NULL || ptmp->offset > current_offset); 959 pageidx = current_offset >> PAGE_SHIFT; 961 ptmp = uao_pagealloc(uobj, current_offset, 1058 KASSERT(ptmp->offset == current_offset); 1061 current_offset += PAGE_SIZE [all...] |
uvm_aobj.c | 808 voff_t current_offset; local in function:uao_get 901 for (lcv = 0, current_offset = offset ; lcv < maxpages ;) { 914 ptmp = uvm_page_array_fill_and_peek(&a, current_offset, 917 if (ptmp != NULL && ptmp->offset == current_offset) { 945 current_offset += PAGE_SIZE; 949 KASSERT(ptmp == NULL || ptmp->offset > current_offset); 959 pageidx = current_offset >> PAGE_SHIFT; 961 ptmp = uao_pagealloc(uobj, current_offset, 1058 KASSERT(ptmp->offset == current_offset); 1061 current_offset += PAGE_SIZE [all...] |
/src/sys/dev/pci/igc/ |
igc_i225.c | 780 uint16_t current_offset; local in function:igc_update_flash_i225 824 current_offset = base_address; 836 IGC_I225_WRITE_CMD_OPCODE, 2 * current_offset); 840 ret_val = igc_read_nvm_eerd(hw, current_offset, 1, 850 current_offset++;
|
igc_i225.c | 780 uint16_t current_offset; local in function:igc_update_flash_i225 824 current_offset = base_address; 836 IGC_I225_WRITE_CMD_OPCODE, 2 * current_offset); 840 ret_val = igc_read_nvm_eerd(hw, current_offset, 1, 850 current_offset++;
|
igc_i225.c | 780 uint16_t current_offset; local in function:igc_update_flash_i225 824 current_offset = base_address; 836 IGC_I225_WRITE_CMD_OPCODE, 2 * current_offset); 840 ret_val = igc_read_nvm_eerd(hw, current_offset, 1, 850 current_offset++;
|