Searched refs:s_time (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsysv_fs.h42 __fs32 s_time __packed2__; /* time of last super block update */
83 __fs32 s_time; /* time of last super block update */ member in struct:sysv4_super_block
91 __fs32 s_state; /* file system state: 0x7c269d38-s_time means clean */
112 __fs32 s_time __packed2__; /* time of last super block update */
142 __fs32 s_time __packed2__; /* time of last super block update */
180 __fs32 s_time __packed2__; /* time of last super block update */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dsysv.c47 uint32_t s_time; member in struct:sysv_super
74 uint32_t s_time; member in struct:xenix_super
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_superblock.h75 struct timestruc_t s_time; /* 8: time last updated */ member in struct:jfs_superblock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dsuper.c73 sbi->s_sb_time = &sbd2->s_time;
100 sbi->s_sb_time = &sbd->s_time;
128 sbi->s_sb_time = &sbd->s_time;
152 sbi->s_sb_time = &sbd->s_time;
173 sbi->s_sb_time = &sbd->s_time;
227 if (fs32_to_cpu(sbi, sbd->s_time) < JAN_1_1980) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/uv/
H A Duv_bau.h345 unsigned long s_time; /* time spent in sending side */ member in struct:ptc_stats
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DMakefile41 s_time version pkcs7 crl2pkcs7 sess_id ciphers nseq pkcs12 \
57 s_time.o $(A_OBJ) $(S_OBJ) $(RAND_OBJ) version.o sess_id.o \
65 s_time.c $(A_SRC) $(S_SRC) $(RAND_SRC) version.c sess_id.c \
685 s_time.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
686 s_time.o: ../include/openssl/bn.h ../include/openssl/buffer.h
687 s_time.o: ../include/openssl/comp.h ../include/openssl/conf.h
688 s_time.o: ../include/openssl/crypto.h ../include/openssl/dtls1.h
689 s_time.o: ../include/openssl/e_os2.h ../include/openssl/engine.h
690 s_time.o: ../include/openssl/err.h ../include/openssl/evp.h
691 s_time
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
57 s_time.o $(A_OBJ) $(S_OBJ) $(RAND_OBJ) version.o sess_id.o \
65 s_time.c $(A_SRC) $(S_SRC) $(RAND_SRC) version.c sess_id.c \
876 s_time.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
877 s_time.o: ../include/openssl/buffer.h ../include/openssl/comp.h
878 s_time.o: ../include/openssl/conf.h ../include/openssl/crypto.h
879 s_time.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
880 s_time.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
881 s_time.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
882 s_time
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
57 s_time.o $(A_OBJ) $(S_OBJ) $(RAND_OBJ) version.o sess_id.o \
65 s_time.c $(A_SRC) $(S_SRC) $(RAND_SRC) version.c sess_id.c \
876 s_time.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
877 s_time.o: ../include/openssl/buffer.h ../include/openssl/comp.h
878 s_time.o: ../include/openssl/conf.h ../include/openssl/crypto.h
879 s_time.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
880 s_time.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
881 s_time.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
882 s_time
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c225 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
421 clock_t s_time = 0, c_time = 0; local
862 ret=doit_biopair(s_ssl,c_ssl,bytes,&s_time,&c_time);
882 (double)s_time/CLOCKS_PER_SEC,
890 (double)s_time,
921 clock_t *s_time, clock_t *c_time)
1068 /* c_time and s_time increments will typically be very small
1151 *s_time += (clock() - s_clock);
920 doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, clock_t *s_time, clock_t *c_time) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c225 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
421 clock_t s_time = 0, c_time = 0; local
862 ret=doit_biopair(s_ssl,c_ssl,bytes,&s_time,&c_time);
882 (double)s_time/CLOCKS_PER_SEC,
890 (double)s_time,
921 clock_t *s_time, clock_t *c_time)
1068 /* c_time and s_time increments will typically be very small
1151 *s_time += (clock() - s_clock);
920 doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, clock_t *s_time, clock_t *c_time) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c726 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
983 clock_t s_time = 0, c_time = 0; local
1707 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time);
1727 (double)s_time / CLOCKS_PER_SEC,
1737 (double)s_time, (double)c_time);
1778 clock_t *s_time, clock_t *c_time)
1917 * c_time and s_time increments will typically be very small
1986 *s_time += (clock() - s_clock);
1777 doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, clock_t *s_time, clock_t *c_time) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c726 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
983 clock_t s_time = 0, c_time = 0; local
1707 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time);
1727 (double)s_time / CLOCKS_PER_SEC,
1737 (double)s_time, (double)c_time);
1778 clock_t *s_time, clock_t *c_time)
1917 * c_time and s_time increments will typically be very small
1986 *s_time += (clock() - s_clock);
1777 doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, clock_t *s_time, clock_t *c_time) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtlb_uv.c652 stat->s_time += elapsed;
966 cpu, stat->s_requestor, cycles_2_us(stat->s_time),

Completed in 206 milliseconds