Searched refs:this_time (Results 1 – 2 of 2) sorted by relevance
413 int this_time; in chaoskey_read() local445 this_time = dev->valid - dev->used; in chaoskey_read()446 if (this_time > count) in chaoskey_read()447 this_time = count; in chaoskey_read()449 remain = copy_to_user(buffer, dev->buf + dev->used, this_time); in chaoskey_read()456 dev->used += this_time - remain; in chaoskey_read()461 count -= this_time; in chaoskey_read()462 read_count += this_time; in chaoskey_read()463 buffer += this_time; in chaoskey_read()464 dev->used += this_time; in chaoskey_read()[all …]
703 unsigned long this_time = jiffies; in gelic_wl_get_scan() local726 this_time)) in gelic_wl_get_scan()1504 unsigned long this_time = jiffies; in gelic_wl_scan_complete_event() local1546 this_time)) { in gelic_wl_scan_complete_event()1600 target->last_scanned = this_time; in gelic_wl_scan_complete_event()