Searched refs:this_time (Results 1 – 3 of 3) sorted by relevance
372 int this_time; in chaoskey_read() local410 this_time = dev->valid - dev->used; in chaoskey_read()411 if (this_time > count) in chaoskey_read()412 this_time = count; in chaoskey_read()414 remain = copy_to_user(buffer, dev->buf + dev->used, this_time); in chaoskey_read()421 dev->used += this_time - remain; in chaoskey_read()426 count -= this_time; in chaoskey_read()427 read_count += this_time; in chaoskey_read()428 buffer += this_time; in chaoskey_read()429 dev->used += this_time; in chaoskey_read()[all …]
187 unsigned long this_time; in seq_input_event() local190 this_time = tmr->get_time(tmr_no); in seq_input_event()192 this_time = jiffies - seq_time; in seq_input_event()194 if (this_time != prev_input_time) in seq_input_event()202 *(unsigned int *) &tmp_event[4] = this_time; in seq_input_event()205 prev_input_time = this_time; in seq_input_event()
715 unsigned long this_time = jiffies; in gelic_wl_get_scan() local738 this_time)) in gelic_wl_get_scan()1519 unsigned long this_time = jiffies; in gelic_wl_scan_complete_event() local1561 this_time)) { in gelic_wl_scan_complete_event()1615 target->last_scanned = this_time; in gelic_wl_scan_complete_event()