Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\percpu-vm.c Create Date:2022-07-28 14:27:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pcpu_destroy_chunk

Proto:static void pcpu_destroy_chunk(struct pcpu_chunk *chunk)

Type:void

Parameter:

TypeParameterName
struct pcpu_chunk *chunk
358  If Not chunk Then Return
361  pcpu_stats_chunk_dealloc()
362  trace_percpu_destroy_chunk( base address of this chunk )
364  If chunk data Then pcpu_free_vm_areas( chunk data , group information, used for vm allocation )
366  pcpu_free_chunk(chunk)