Searched refs:this_time (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/misc/
H A Dchaoskey.c372 int this_time; chaoskey_read() local
410 this_time = dev->valid - dev->used; chaoskey_read()
411 if (this_time > count) chaoskey_read()
412 this_time = count; chaoskey_read()
414 remain = copy_to_user(buffer, dev->buf + dev->used, this_time); chaoskey_read()
421 dev->used += this_time - remain; chaoskey_read()
426 count -= this_time; chaoskey_read()
427 read_count += this_time; chaoskey_read()
428 buffer += this_time; chaoskey_read()
429 dev->used += this_time; chaoskey_read()
445 int this_time; chaoskey_rng_read() local
471 this_time = dev->valid - dev->used; chaoskey_rng_read()
472 if (this_time > max) chaoskey_rng_read()
473 this_time = max; chaoskey_rng_read()
475 memcpy(data, dev->buf + dev->used, this_time); chaoskey_rng_read()
477 dev->used += this_time; chaoskey_rng_read()
481 usb_dbg(dev->interface, "rng_read this_time %d\n", this_time); chaoskey_rng_read()
482 return this_time; chaoskey_rng_read()
/linux-4.4.14/sound/oss/
H A Dsequencer.c187 unsigned long this_time; seq_input_event() local
190 this_time = tmr->get_time(tmr_no); seq_input_event()
192 this_time = jiffies - seq_time; seq_input_event()
194 if (this_time != prev_input_time) seq_input_event()
202 *(unsigned int *) &tmp_event[4] = this_time; seq_input_event()
205 prev_input_time = this_time; seq_input_event()
/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c715 unsigned long this_time = jiffies; gelic_wl_get_scan() local
738 this_time)) gelic_wl_get_scan()
1519 unsigned long this_time = jiffies; gelic_wl_scan_complete_event() local
1561 this_time)) { gelic_wl_scan_complete_event()
1615 target->last_scanned = this_time; gelic_wl_scan_complete_event()

Completed in 213 milliseconds