Searched refs:next_object (Results 1 – 2 of 2) sorted by relevance
85 int next_object; member660 state->find.next_object = -1; in find_object_final()881 soft_token.state[i].find.next_object = -1; in C_Initialize()1314 if (state->find.next_object != -1) { in C_FindObjectsInit()1340 state->find.next_object = 0; in C_FindObjectsInit()1345 state->find.next_object = 0; in C_FindObjectsInit()1366 if (state->find.next_object == -1) { in C_FindObjects()1375 for (i = state->find.next_object; i < soft_token.object.num_objs; i++) { in C_FindObjects()1377 state->find.next_object = i + 1; in C_FindObjects()
1115 vm_object_t next_object; in vm_fault_next() 1148 next_object = fs->object->backing_object; in vm_fault_next() 1149 if (next_object == NULL) in vm_fault_next() 1152 KASSERT(fs->object != next_object, ("object loop %p", next_object)); in vm_fault_next() 1154 VM_OBJECT_RLOCK(next_object); in vm_fault_next() 1156 VM_OBJECT_WLOCK(next_object); in vm_fault_next() 1157 vm_object_pip_add(next_object, 1); in vm_fault_next() 1162 fs->object = next_object; in vm_fault_next() 1112 vm_object_t next_object; vm_fault_next() local