Searched refs:current_memory (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/rust/alloc/ |
H A D | raw_vec.rs | 272 fn current_memory(&self) -> Option<(NonNull<u8>, Layout)> { in current_memory() method 443 let ptr = finish_grow(new_layout, self.current_memory(), &mut self.alloc)?; in grow_amortized() 462 let ptr = finish_grow(new_layout, self.current_memory(), &mut self.alloc)?; in grow_exact() 471 let (ptr, layout) = if let Some(mem) = self.current_memory() { mem } else { return Ok(()) }; in shrink() 505 current_memory: Option<(NonNull<u8>, Layout)>, in finish_grow() 516 let memory = if let Some((ptr, old_layout)) = current_memory { in finish_grow() 533 if let Some((ptr, layout)) = self.current_memory() { in drop()
|
/openbmc/linux/include/linux/ |
H A D | agp_backend.h | 53 int current_memory; member
|
/openbmc/linux/drivers/char/agp/ |
H A D | compat_ioctl.c | 53 userinfo.pg_used = kerninfo.current_memory; in compat_agpioc_info_wrap()
|
H A D | frontend.c | 729 userinfo.pg_used = kerninfo.current_memory; in agpioc_info_wrap()
|
H A D | generic.c | 383 info->current_memory = atomic_read(&bridge->current_memory_agp); in agp_copy_info()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_agp.c | 212 info->memory_used = kern->current_memory << PAGE_SHIFT; in radeon_agp_head_info()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_agpsupport.c | 73 info->memory_used = kern->current_memory << PAGE_SHIFT; in drm_legacy_agp_info()
|
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 642 dinfo->ring.offset = offset + gtt_info.current_memory; in intelfb_pci_register() 645 + gtt_info.current_memory + (dinfo->ring.size >> 12); in intelfb_pci_register() 648 + gtt_info.current_memory + (dinfo->ring.size >> 12) in intelfb_pci_register()
|