Searched refs:poll_time (Results 1 – 2 of 2) sorted by relevance
87 static u_long poll_time; /* last time polled */ variable 125 poll_time = current_time; in local_start() 176 poll_time = current_time; in local_poll()
2062 uint32_t poll_time = 0; in rs_get_comp() local2070 if (!poll_time) in rs_get_comp()2074 poll_time = (e.tv_sec - s.tv_sec) * 1000000 + in rs_get_comp()2076 } while (poll_time <= polling_time); in rs_get_comp()2223 uint32_t poll_time = 0; in ds_get_comp() local2231 if (!poll_time) in ds_get_comp()2235 poll_time = (e.tv_sec - s.tv_sec) * 1000000 + in ds_get_comp()2237 } while (poll_time <= polling_time); in ds_get_comp()3095 uint32_t poll_time = 0; in rpoll() local3103 if (!poll_time) in rpoll()[all …]