Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Issues smp function call to unbind a per cpu device. Called with* clockevents_mutex held.

Proto:static int clockevents_unbind(struct clock_event_device *ced, int cpu)

Type:int

Parameter:

TypeParameterName
struct clock_event_device *ced
intcpu
420  struct ce_unbind cu = {ce = ced, res = - ENODEV}
422  smp_call_function_single(cpu, SMP function call to unbind a device, & cu, 1)
423  Return res
Caller
NameDescribe
clockevents_unbind_deviceUnbind a clockevents device.