Searched refs:allocated (Results 1 – 11 of 11) sorted by relevance
/arch/powerpc/platforms/pseries/ |
D | vio.c | 153 if (viodev->cmo.entitled > viodev->cmo.allocated) in vio_cmo_alloc() 154 reserve_free = viodev->cmo.entitled - viodev->cmo.allocated; in vio_cmo_alloc() 165 viodev->cmo.allocated += size; in vio_cmo_alloc() 200 if (viodev->cmo.allocated > viodev->cmo.entitled) { in vio_cmo_dealloc() 201 excess_freed = min(reserve_freed, (viodev->cmo.allocated - in vio_cmo_dealloc() 207 viodev->cmo.allocated -= (reserve_freed + excess_freed); in vio_cmo_dealloc() 318 if ((viodev->cmo.entitled > viodev->cmo.allocated) && in vio_cmo_entitlement_update() 321 max_t(size_t, viodev->cmo.allocated, in vio_cmo_entitlement_update() 344 if ((viodev->cmo.entitled > viodev->cmo.allocated) && in vio_cmo_entitlement_update() 347 max_t(size_t, viodev->cmo.allocated, in vio_cmo_entitlement_update() [all …]
|
/arch/powerpc/platforms/powernv/ |
D | pci-ioda-tce.c | 262 unsigned long allocated = 1UL << shift; in pnv_pci_ioda2_table_do_alloc_pages() local 267 *total_allocated += allocated; in pnv_pci_ioda2_table_do_alloc_pages() 271 *current_offset += allocated; in pnv_pci_ioda2_table_do_alloc_pages()
|
/arch/powerpc/include/asm/ |
D | vio.h | 105 size_t allocated; member
|
/arch/arm/nwfpe/ |
D | ChangeLog | 65 when the task structure is initially allocated. In any case 67 zero when allocated and recycled. See alloc_task_struct() and
|
/arch/m68k/include/asm/ |
D | dvma.h | 118 int allocated; /* Are we "owned" by anyone yet? */ member
|
/arch/x86/events/intel/ |
D | uncore.c | 1406 LIST_HEAD(allocated); in allocate_boxes() 1421 list_add(&box->active_list, &allocated); in allocate_boxes() 1425 list_for_each_entry_safe(box, tmp, &allocated, active_list) { in allocate_boxes() 1432 list_for_each_entry_safe(box, tmp, &allocated, active_list) { in allocate_boxes()
|
/arch/microblaze/ |
D | Kconfig | 216 allocated to user tasks. This can be useful in optimizing the
|
/arch/arm/boot/dts/ |
D | stih407-pinctrl.dtsi | 198 * iface via I2C. For this reason these lines can be allocated
|
/arch/powerpc/ |
D | Kconfig | 1221 allocated to user tasks. This can be useful in optimizing the
|
/arch/arm/ |
D | Kconfig | 1564 module's PLT. This allows modules to be allocated in the generic
|
/arch/arm64/ |
D | Kconfig | 1873 module's PLT. This allows modules to be allocated in the generic
|