search for: page_alloc_cpu_notify

Displaying 3 results from an estimated 3 matches for "page_alloc_cpu_notify".

2007 Apr 18
1
[patch 8/9] Guest page hinting: discarded page list.
...t_discards() && unlikely(PageDiscarded(page))) { + local_irq_disable(); + list_add_tail(&page->lru, + &__get_cpu_var(page_discard_list)); + local_irq_enable(); + return; + } +#endif + arch_free_page(page, 0); if (PageAnon(page)) @@ -2810,6 +2856,10 @@ static int page_alloc_cpu_notify(struct local_irq_disable(); __drain_pages(cpu); vm_events_fold_cpu(cpu); +#if defined(CONFIG_PAGE_DISCARD_LIST) + list_splice_init(&per_cpu(page_discard_list, cpu), + &__get_cpu_var(page_discard_list)); +#endif local_irq_enable(); refresh_cpu_vm_stats(cpu); } @@ -281...
2007 Apr 18
1
[patch 8/9] Guest page hinting: discarded page list.
...t_discards() && unlikely(PageDiscarded(page))) { + local_irq_disable(); + list_add_tail(&page->lru, + &__get_cpu_var(page_discard_list)); + local_irq_enable(); + return; + } +#endif + arch_free_page(page, 0); if (PageAnon(page)) @@ -2810,6 +2856,10 @@ static int page_alloc_cpu_notify(struct local_irq_disable(); __drain_pages(cpu); vm_events_fold_cpu(cpu); +#if defined(CONFIG_PAGE_DISCARD_LIST) + list_splice_init(&per_cpu(page_discard_list, cpu), + &__get_cpu_var(page_discard_list)); +#endif local_irq_enable(); refresh_cpu_vm_stats(cpu); } @@ -281...
2015 Jul 21
17
[Bug 91413] New: INFO: task Xorg:2419 blocked for more than 120 seconds.
https://bugs.freedesktop.org/show_bug.cgi?id=91413 Bug ID: 91413 Summary: INFO: task Xorg:2419 blocked for more than 120 seconds. Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau