Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\timer_list.c Create Date:2022-07-28 10:44:50
Last Modify:2020-03-17 14:55:40 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:move_iter

Proto:static void *move_iter(struct timer_list_iter *iter, loff_t offset)

Type:void

Parameter:

TypeParameterName
struct timer_list_iter *iter
loff_toffset
323  When offset cycle
324  cpu = pumask_next - get the next cpu in a cpumask*@n: the cpu prior to the place to search (ie. return will be > @n)*@srcp: the cpumask pointer* Returns >= nr_cpu_ids if no further cpus set.
325  If cpu >= nr_cpu_ids Then
333  Return NULL
337  Return iter
Caller
NameDescribe
timer_list_start
timer_list_next