Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Called after a notify add to make devices available which were* released from the notifier call.

Proto:static void clockevents_notify_released(void)

Type:void

Parameter:Nothing

347  When Not list_empty - tests whether a list is empty*@head: the list to test. cycle
348  dev = list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(next, structclock_event_device, list)
350  deletes entry from list
351  list_add - add a new entry*@new: new entry to be added*@head: list head to add it after* Insert a new entry after the specified head.* This is good for implementing stacks.
352  Check, if the new registered device should be used. Called with* clockevents_lock held and interrupts disabled.
Caller
NameDescribe
clockevents_register_devicelockevents_register_device - register a clock event device*@dev: device to register