Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/misc/
Dchaoskey.c372 int this_time; in chaoskey_read() local
410 this_time = dev->valid - dev->used; in chaoskey_read()
411 if (this_time > count) in chaoskey_read()
412 this_time = count; in chaoskey_read()
414 remain = copy_to_user(buffer, dev->buf + dev->used, this_time); in chaoskey_read()
421 dev->used += this_time - remain; in chaoskey_read()
426 count -= this_time; in chaoskey_read()
427 read_count += this_time; in chaoskey_read()
428 buffer += this_time; in chaoskey_read()
429 dev->used += this_time; in chaoskey_read()
[all …]
/linux-4.4.14/sound/oss/
Dsequencer.c187 unsigned long this_time; in seq_input_event() local
190 this_time = tmr->get_time(tmr_no); in seq_input_event()
192 this_time = jiffies - seq_time; in seq_input_event()
194 if (this_time != prev_input_time) in seq_input_event()
202 *(unsigned int *) &tmp_event[4] = this_time; in seq_input_event()
205 prev_input_time = this_time; in seq_input_event()
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c715 unsigned long this_time = jiffies; in gelic_wl_get_scan() local
738 this_time)) in gelic_wl_get_scan()
1519 unsigned long this_time = jiffies; in gelic_wl_scan_complete_event() local
1561 this_time)) { in gelic_wl_scan_complete_event()
1615 target->last_scanned = this_time; in gelic_wl_scan_complete_event()