Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Dtest-event.c603 static int ratelimit_io_handler(sd_event_source *s, int fd, uint32_t revents, void *userdata) { in ratelimit_io_handler() function
641 assert_se(sd_event_add_io(e, &s, p[0], EPOLLIN, ratelimit_io_handler, &count) >= 0); in TEST()