Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Devent-source.h190 struct inotify_data *inotify_data; member
197 struct inotify_data { struct
225 LIST_FIELDS(struct inotify_data, buffered); argument
Dsd-event.c123 Hashmap *inotify_data; /* indexed by priority */ member
129 LIST_HEAD(struct inotify_data, inotify_data_buffered);
352 hashmap_free(e->inotify_data); in event_free()
893 struct inotify_data *inotify_data; in source_disconnect() local
894 assert_se(inotify_data = inode_data->inotify_data); in source_disconnect()
901 assert(inotify_data->n_pending > 0); in source_disconnect()
902 inotify_data->n_pending--; in source_disconnect()
1037 assert(s->inotify.inode_data->inotify_data); in source_set_pending()
1040 s->inotify.inode_data->inotify_data->n_pending ++; in source_set_pending()
1042 assert(s->inotify.inode_data->inotify_data->n_pending > 0); in source_set_pending()
[all …]