Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:s_start

Proto:static void *s_start(struct seq_file *m, loff_t *pos)__acquires(&vmap_purge_lock) __acquires(&vmap_area_lock)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
loff_t *pos
3537  mutex_lock( & Serialize vmap purging. There is no actual criticial section protected* by this look, but we want to avoid concurrent calls for performance* reasons and to make the pcpu_get_vm_areas more deterministic.)
3538  spin_lock( & vmap_area_lock)
3540  Return Helpers for iteration over list_head-s in seq_files