Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\apic.c Create Date:2022-07-28 08:26:41
Last Modify:2020-03-16 21:21:31 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:lapic_timer_set_periodic_oneshot

Proto:static inline int lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot)

Type:int

Parameter:

TypeParameterName
struct clock_event_device *evt
booloneshot
501  If features & CLOCK_EVT_FEAT_DUMMY Then Return 0
504  This function sets up the local APIC timer, with a timeout of* 'clocks' APIC bus clock. During calibration we actually call* this function twice on the boot CPU, once with a bogus timeout* value, second time for real. The other (noncalibrating) CPUs
505  Return 0
Caller
NameDescribe
lapic_timer_set_periodic
lapic_timer_set_oneshot