Searched refs:mount_event_source (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Dmanager.h178 sd_event_source *mount_event_source; member in struct:Manager
H A Dmount.c1551 m->mount_event_source = sd_event_source_unref(m->mount_event_source);
1610 r = sd_event_add_io(m->event, &m->mount_event_source, fd, EPOLLIN, mount_dispatch_io, m);
1616 r = sd_event_source_set_priority(m->mount_event_source, -10);
1622 (void) sd_event_source_set_description(m->mount_event_source, "mount-monitor-dispatch");

Completed in 767 milliseconds