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.c413 int this_time; in chaoskey_read() local
446 if (this_time > count) in chaoskey_read()
447 this_time = count; in chaoskey_read()
461 count -= this_time; in chaoskey_read()
463 buffer += this_time; in chaoskey_read()
464 dev->used += this_time; in chaoskey_read()
482 int this_time; in chaoskey_rng_read() local
509 if (this_time > max) in chaoskey_rng_read()
510 this_time = max; in chaoskey_rng_read()
514 dev->used += this_time; in chaoskey_rng_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()