Searched refs:this_time (Results 1 – 3 of 3) sorted by relevance
425 int this_time; in chaoskey_read() local467 this_time = dev->valid - dev->used; in chaoskey_read()468 if (this_time > count) in chaoskey_read()469 this_time = count; in chaoskey_read()471 remain = copy_to_user(buffer, dev->buf + dev->used, this_time); in chaoskey_read()478 dev->used += this_time - remain; in chaoskey_read()483 count -= this_time; in chaoskey_read()484 read_count += this_time; in chaoskey_read()485 buffer += this_time; in chaoskey_read()486 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()
3580 s64 this_time; in _tssi_alimentk() local3731 this_time = ktime_us_delta(ktime_get(), start_time); in _tssi_alimentk()3732 tssi_info->tssi_alimk_time += this_time; in _tssi_alimentk()3736 __func__, this_time, tssi_info->tssi_alimk_time); in _tssi_alimentk()