HomeSort by relevance Sort by last modified time
    Searched refs:s_time (Results 1 - 6 of 6) sorted by null

  /external/blktrace/btt/
trace_im.c 33 if (q_iop->s_time != 0)
34 update_s2g(q_iop, tdelta(q_iop->s_time, g_iop->t.time));
43 q_iop->s_time = s_iop->t.time;
globals.h 158 __u64 s_time; member in struct:io
  /external/openssl/apps/
Android.mk 47 s_time.c \
  /external/openssl/patches/
apps_Android.mk 47 s_time.c \
  /external/grub/stage2/
jfs.h 209 struct timestruc_t s_time; /* 8: time last updated */ member in struct:jfs_superblock
  /external/openssl/ssl/
ssltest.c 264 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
490 clock_t s_time = 0, c_time = 0; local
1011 ret=doit_biopair(s_ssl,c_ssl,bytes,&s_time,&c_time);
1031 (double)s_time/CLOCKS_PER_SEC,
1039 (double)s_time,
1070 clock_t *s_time, clock_t *c_time)
    [all...]

Completed in 114 milliseconds