Searched refs:force_read (Results 1 – 4 of 4) sorted by relevance
29 #define force_read(x) (*(volatile typeof(x) *)&(x)) macro
194 force_read(*a); in test_exception()
1717 static int handle_pfds_file(struct tracer *tp, int nevs, int force_read) in handle_pfds_file() argument1725 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() argument1768 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() argument1803 if (pfd->revents & POLLIN || force_read) { in handle_pfds_entries()
36 static int force_read = 0; variable4312 if (force_read) in init_cpu_data()