Home
last modified time | relevance | path

Searched refs:this_time (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/misc/
H A Dchaoskey.c426 int this_time; in chaoskey_read() local
458 this_time = dev->valid - dev->used; in chaoskey_read()
459 if (this_time > count) in chaoskey_read()
460 this_time = count; in chaoskey_read()
462 remain = copy_to_user(buffer, dev->buf + dev->used, this_time); in chaoskey_read()
469 dev->used += this_time - remain; in chaoskey_read()
474 count -= this_time; in chaoskey_read()
475 read_count += this_time; in chaoskey_read()
476 buffer += this_time; in chaoskey_read()
477 dev->used += this_time; in chaoskey_read()
[all …]
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c703 unsigned long this_time = jiffies; in gelic_wl_get_scan() local
726 this_time)) in gelic_wl_get_scan()
1504 unsigned long this_time = jiffies; in gelic_wl_scan_complete_event() local
1546 this_time)) { in gelic_wl_scan_complete_event()
1600 target->last_scanned = this_time; in gelic_wl_scan_complete_event()