Searched defs:swap_dispatch_io (Results 1 - 1 of 1) sorted by relevance
/systemd/src/core/ |
H A D | swap.c | 60 static int swap_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata); 1119 static int swap_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { function 1292 r = sd_event_add_io(m->event, &m->swap_event_source, fileno(m->proc_swaps), EPOLLPRI, swap_dispatch_io, m);
|
Completed in 14 milliseconds