HomeSort by: relevance | last modified time | path
    Searched defs:new_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_map.c 991 struct vm_map_entry *new_entry; local in function:uvm_map_clip_start
1003 new_entry = uvm_mapent_alloc(map, 0);
1004 uvm_mapent_copy(entry, new_entry); /* entry -> new_entry */
1005 uvm_mapent_splitadj(new_entry, entry, start);
1006 uvm_map_entry_link(map, entry->prev, new_entry);
1023 struct vm_map_entry *new_entry; local in function:uvm_map_clip_end
1032 new_entry = uvm_mapent_alloc(map, 0);
1033 uvm_mapent_copy(entry, new_entry); /* entry -> new_entry */
1073 struct vm_map_entry *new_entry; local in function:uvm_map
4421 struct vm_map_entry *new_entry; local in function:uvm_mapent_clone
4480 struct vm_map_entry *new_entry; local in function:uvm_mapent_forkcopy
4592 struct vm_map_entry *new_entry; local in function:uvm_mapent_forkzero
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v8_0.c 3915 bool new_entry = true; local in function:gfx_v8_0_parse_ind_reg_list
3919 if (new_entry) {
3920 new_entry = false;
3927 new_entry = true;

Completed in 16 milliseconds