Searched refs:running_event (Results 1 – 1 of 1) sorted by relevance
1165 struct xfs_healthmon_event *running_event; in xfs_ioc_health_monitor() local1203 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()