Home
last modified time | relevance | path

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

/external/blktrace/
Dblktrace.c1717 static int handle_pfds_file(struct tracer *tp, int nevs, int force_read) in handle_pfds_file() argument
1725 if (pfd->revents & POLLIN || force_read) { in handle_pfds_file()
1760 static int handle_pfds_netclient(struct tracer *tp, int nevs, int force_read) in handle_pfds_netclient() argument
1768 if (pfd->revents & POLLIN || force_read) { in handle_pfds_netclient()
1794 static int handle_pfds_entries(struct tracer *tp, int nevs, int force_read) in handle_pfds_entries() argument
1803 if (pfd->revents & POLLIN || force_read) { in handle_pfds_entries()