Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pcpu_next_pop

Proto:static void pcpu_next_pop(unsigned long *bitmap, int *rs, int *re, int end)

Type:void

Parameter:

TypeParameterName
unsigned long *bitmap
int *rs
int *re
intend
281  rs = Find the next set bit in a memory region.
282  re = Find the next zero bit in a memory region.