Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\swap.c Create Date:2022-07-28 14:13:09
Last Modify:2022-05-23 13:40:24 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pagevec_move_tail() must be called with IRQ disabled.* Otherwise this may cause nasty races.

Proto:static void pagevec_move_tail(struct pagevec *pvec)

Type:void

Parameter:

TypeParameterName
struct pagevec *pvec
238  pgmoved = 0
240  pagevec_lru_move_fn(pvec, pagevec_move_tail_fn, & pgmoved)
241  __count_vm_events(PGROTATED, pgmoved)
Caller
NameDescribe
rotate_reclaimable_pageWriteback is about to end against a page which has been marked for immediate* reclaim. If it still appears to be reclaimable, move it to the tail of the* inactive list.
lru_add_drain_cpuDrain pages out of the cpu's pagevecs.* Either "cpu" is the current CPU, and preemption has already been* disabled; or "cpu" is being hot-unplugged, and is already dead.