Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dchaoskey.c414 int this_time; in chaoskey_read() local
446 this_time = dev->valid - dev->used; in chaoskey_read()
447 if (this_time > count) in chaoskey_read()
448 this_time = count; in chaoskey_read()
450 remain = copy_to_user(buffer, dev->buf + dev->used, this_time); in chaoskey_read()
457 dev->used += this_time - remain; in chaoskey_read()
462 count -= this_time; in chaoskey_read()
463 read_count += this_time; in chaoskey_read()
464 buffer += this_time; in chaoskey_read()
465 dev->used += this_time; in chaoskey_read()
[all …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dexecl.c51 time_t start_time, this_time; local
88 time(&this_time);
89 if (this_time - start_time >= duration) { /* time has run out */
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...