Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dswap.c45 static int swap_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata);
1288 static int swap_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { in swap_dispatch_io() function
1385 …vent_add_io(m->event, &m->swap_event_source, fileno(m->proc_swaps), EPOLLPRI, swap_dispatch_io, m); in swap_enumerate()