Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:_override_clocksource - boot clock override*@str: override name* Takes a clocksource= boot argument and uses it* as the clocksource override name.

Proto:static int __init boot_override_clocksource(char *str)

Type:int

Parameter:

TypeParameterName
char *str
1211  mutex_lock( & clocksource_mutex)
1212  If str Then Copy a NUL terminated string into a sized buffer
1214  mutex_unlock - release the mutex*@lock: the mutex to be released* Unlock a mutex that has been locked by this task previously.* This function must not be used in interrupt context. Unlocking* of a not locked mutex is not allowed.
1215  Return 1
Caller
NameDescribe
boot_override_clock_override_clock - Compatibility layer for deprecated boot option*@str: override name* DEPRECATED! Takes a clock= boot argument and uses it* as the clocksource override name