Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\core.c Create Date:2022-07-28 08:01:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:store_int_with_restart

Proto:static ssize_t store_int_with_restart(struct device *s, struct device_attribute *attr, const char *buf, size_t size)

Type:ssize_t

Parameter:

TypeParameterName
struct device *s
struct device_attribute *attr
const char *buf
size_tsize
2271  old_check_interval = Periodic polling timer for "silent" machine check errors. If the* poller finds an MCE, poll 2x faster. When the poller finds no more* errors, poll 2x slower (up to check_interval seconds).
2272  ret = device_store_ulong(s, attr, buf, size)
2274  If Periodic polling timer for "silent" machine check errors. If the* poller finds an MCE, poll 2x faster. When the poller finds no more* errors, poll 2x slower (up to check_interval seconds). == old_check_interval Then Return ret
2277  mutex_lock( & sysfs synchronization )
2278  Reinit MCEs after user configuration changes
2279  mutex_unlock( & sysfs synchronization )
2281  Return ret