Home
last modified time | relevance | path

Searched refs:running_event (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_healthmon.c1165 struct xfs_healthmon_event *running_event; in xfs_ioc_health_monitor() local
1203 running_event = kzalloc_obj(struct xfs_healthmon_event, GFP_NOFS); in xfs_ioc_health_monitor()
1204 if (!running_event) { in xfs_ioc_health_monitor()
1208 running_event->type = XFS_HEALTHMON_RUNNING; in xfs_ioc_health_monitor()
1209 running_event->domain = XFS_HEALTHMON_MOUNT; in xfs_ioc_health_monitor()
1210 __xfs_healthmon_insert(hm, running_event); in xfs_ioc_health_monitor()