Searched refs:this_time (Results 1 – 2 of 2) sorted by relevance
409 int this_time; in chaoskey_read() local441 this_time = dev->valid - dev->used; in chaoskey_read()442 if (this_time > count) in chaoskey_read()443 this_time = count; in chaoskey_read()445 remain = copy_to_user(buffer, dev->buf + dev->used, this_time); in chaoskey_read()452 dev->used += this_time - remain; in chaoskey_read()457 count -= this_time; in chaoskey_read()458 read_count += this_time; in chaoskey_read()459 buffer += this_time; in chaoskey_read()460 dev->used += this_time; in chaoskey_read()[all …]
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()