Searched refs:first_event (Results 1 – 5 of 5) sorted by relevance
91 struct xfs_healthmon_event *next = hm->first_event; in xfs_healthmon_put()278 event->next = hm->first_event; in __xfs_healthmon_insert()279 if (!hm->first_event) in __xfs_healthmon_insert()280 hm->first_event = event; in __xfs_healthmon_insert()300 if (!hm->first_event) in __xfs_healthmon_push()301 hm->first_event = event; in __xfs_healthmon_push()897 event = hm->first_event; in xfs_healthmon_format_pop()901 hm->first_event = event->next; in xfs_healthmon_format_pop()
71 static inline ktime_t first_event(struct pps_tio *tio) in first_event() function180 hrtimer_start(&tio->timer, first_event(tio), HRTIMER_MODE_ABS); in pps_tio_gen_enable()
311 for (int i = pinfo.first_event; i != -1; i = pfm_get_event_next(i)) { in print_libpfm_events()
33 struct hid_bpf_ops first_event = { variable
255 link = bpf_map__attach_struct_ops(self->skel->maps.first_event); in TEST_F()