Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mer_reduce - Modify a timer's timeout if it would reduce the timeout*@timer: The timer to be modified*@expires: New timeout in jiffies* timer_reduce() is very similar to mod_timer(), except that it will only* modify a running timer if that would reduce

Proto:int timer_reduce(struct timer_list *timer, unsigned long expires)

Type:int

Parameter:

TypeParameterName
struct timer_list *timer
unsigned longexpires
1115  Return __mod_timer(timer, expires, MOD_TIMER_REDUCE)
Caller
NameDescribe
cgroup_file_notifygroup_file_notify - generate a file modified event for a cgroup_file*@cfile: target cgroup_file*@cfile must have been obtained by setting cftype->file_offset.