Searched refs:duration (Results 126 - 132 of 132) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dll_rw_blk.c3647 unsigned long duration = jiffies - req->start_time; local
3651 __disk_stat_add(disk, ticks[rw], duration);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c65 /* debounce timing parameters in msecs { interval, duration, timeout } */
3202 * holding the same value where DET is not 1 for @duration polled
3221 unsigned long duration = msecs_to_jiffies(params[1]); local
3247 if (time_after(jiffies, last_jiffies + duration))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_samr.c631 u_12->duration.low = nt_lock_duration.low;
632 u_12->duration.high = nt_lock_duration.high;
652 if(!smb_io_time("duration", &u_12->duration, ps, depth))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c650 /* calculate duration (in microseconds, rounded up to next higher
674 /* FIX: Atheros Turbo may have different (shorter) duration? */
701 /* Exported duration function for driver use */
749 * needs to be updated to support duration field calculation.
753 * CTS: duration of immediately previous RTS minus time
756 * more=0, with more=1 duration in ACK frame is duration
811 /* Frame is fragmented: duration increases with time needed to
864 /* Setup duration field for the first fragment of the frame. Duration
1904 /* CTS duration */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_samr_nt.c4717 u_lock_duration=nt_time_to_unix_abs(&q_u->ctr->info.inf12.duration);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c1042 u16 duration; member in struct:__anon6020
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c1903 ** new trigger context is entered for the duration of that one
1904 ** trigger. Subtriggers create subcontexts for their duration.
5864 ** duration of the operation. ^However the source database is only
5951 ** lasts for the duration of the sqlite3_backup_step() call.
17714 ** The Vdbe.inVtabMethod variable is set to non-zero for the duration of
[all...]

Completed in 487 milliseconds

123456