Loading drivers/staging/android/ion/ion_system_heap.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,7 @@ * drivers/staging/android/ion/ion_system_heap.c * drivers/staging/android/ion/ion_system_heap.c * * * Copyright (C) 2011 Google, Inc. * Copyright (C) 2011 Google, Inc. * Copyright (c) 2011-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2020, The Linux Foundation. All rights reserved. * * */ */ Loading Loading @@ -78,7 +78,7 @@ static struct page *alloc_buffer_page(struct ion_system_heap *heap, page = ion_page_pool_alloc(pool, from_pool); page = ion_page_pool_alloc(pool, from_pool); if (pool_auto_refill_en && if (pool_auto_refill_en && pool->order && pool_count_below_lowmark(pool) && vmid <= 0) { pool_count_below_lowmark(pool) && vmid <= 0) { wake_up_process(heap->kworker[cached]); wake_up_process(heap->kworker[cached]); } } Loading Loading
drivers/staging/android/ion/ion_system_heap.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,7 @@ * drivers/staging/android/ion/ion_system_heap.c * drivers/staging/android/ion/ion_system_heap.c * * * Copyright (C) 2011 Google, Inc. * Copyright (C) 2011 Google, Inc. * Copyright (c) 2011-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2020, The Linux Foundation. All rights reserved. * * */ */ Loading Loading @@ -78,7 +78,7 @@ static struct page *alloc_buffer_page(struct ion_system_heap *heap, page = ion_page_pool_alloc(pool, from_pool); page = ion_page_pool_alloc(pool, from_pool); if (pool_auto_refill_en && if (pool_auto_refill_en && pool->order && pool_count_below_lowmark(pool) && vmid <= 0) { pool_count_below_lowmark(pool) && vmid <= 0) { wake_up_process(heap->kworker[cached]); wake_up_process(heap->kworker[cached]); } } Loading