Searched refs:vm_map_entry_swap (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/vm/
H A Dvm_map.c1186 vm_map_entry_swap(vm_map_entry_t *a, vm_map_entry_t *b) function
1211 vm_map_entry_swap(&llist->right, &tail);
1212 vm_map_entry_swap(&tail, &llist);
1268 vm_map_entry_swap(&rlist->left, &tail);
1269 vm_map_entry_swap(&tail, &rlist);

Completed in 213 milliseconds