Searched refs:uvm_tree_sanity (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/uvm/ |
| D | uvm_map.c | 214 void uvm_tree_sanity(struct vm_map*, char*, int); 218 #define uvm_tree_sanity(_map, _file, _line) do {} while (0) macro 1411 uvm_tree_sanity(map, __FILE__, __LINE__); in uvm_map_mkentry() 1468 uvm_tree_sanity(map, __FILE__, __LINE__); in uvm_map_mkentry() 2440 uvm_tree_sanity(map, __FILE__, __LINE__); in uvm_map_setup() 2552 uvm_tree_sanity(map, __FILE__, __LINE__); in uvm_map_splitentry() 2619 uvm_tree_sanity(map, __FILE__, __LINE__); in uvm_map_splitentry() 2648 uvm_tree_sanity(struct vm_map *map, char *file, int line) in uvm_tree_sanity() function 4059 uvm_tree_sanity(map, __FILE__, __LINE__); in uvm_map_deallocate() 4909 uvm_tree_sanity(map, __FILE__, __LINE__); in uvm_map_freelist_update_refill() [all …]
|