| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_times.c | 12 static ngx_msec_t ngx_monotonic_time(time_t sec, ngx_uint_t msec); 86 ngx_uint_t msec; in ngx_time_update() local 97 msec = tv.tv_usec / 1000; in ngx_time_update() 99 ngx_current_msec = ngx_monotonic_time(sec, msec); in ngx_time_update() 104 tp->msec = msec; in ngx_time_update() 118 tp->msec = msec; in ngx_time_update() 196 ngx_monotonic_time(time_t sec, ngx_uint_t msec) in ngx_monotonic_time() argument 212 msec = ts.tv_nsec / 1000000; in ngx_monotonic_time() 216 return (ngx_msec_t) sec * 1000 + msec; in ngx_monotonic_time()
|
| H A D | ngx_times.h | 18 ngx_uint_t msec; member
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | net.c | 184 long msec = -1; in redisContextTimeoutMsec() local 189 *result = msec; in redisContextTimeoutMsec() 193 msec = (timeout->tv_sec * 1000) + ((timeout->tv_usec + 999) / 1000); in redisContextTimeoutMsec() 195 if (msec < 0 || msec > INT_MAX) { in redisContextTimeoutMsec() 196 msec = INT_MAX; in redisContextTimeoutMsec() 200 *result = msec; in redisContextTimeoutMsec() 204 static int redisContextWaitReady(redisContext *c, long msec) { in redisContextWaitReady() argument 213 if ((res = poll(wfd, 1, msec)) == -1) { in redisContextWaitReady()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/accel/ |
| H A D | lis302.txt | 30 - st,click-click-time-limit: click time limit, from 0 to 127.5msec 31 with step of 0.5 msec 32 - st,click-latency: click latency, from 0 to 255 msec with 33 step of 1 msec. 34 - st,click-window: click window, from 0 to 255 msec with 35 step of 1 msec.
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_context_os.h | 74 #define MSEC_TO_TICK(msec) (howmany((hrtime_t)(msec) * hz, MILLISEC)) argument
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 373 #define mdelay(msec) DELAY((msec) * 1000) argument 380 #define msleep(msec) mdelay(msec) argument
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_rtc.c | 131 uint32_t msec, sec; in tegra_rtc_gettime() local 136 msec = RD4(sc, RTC_MILLI_SECONDS); in tegra_rtc_gettime() 140 tv.tv_usec = msec * 1000; in tegra_rtc_gettime()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_hostcache.c | 648 #define msec(u) (((u) + 500) / 1000) in sysctl_tcp_hc_list() macro 665 msec((u_long)hc_entry->rmx_rtt * in sysctl_tcp_hc_list() 667 msec((u_long)hc_entry->rmx_rttvar * in sysctl_tcp_hc_list() 678 #undef msec in sysctl_tcp_hc_list()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | rockchip,rk3328-codec.txt | 11 - spk-depop-time-ms: speak depop time msec.
|
| H A D | rockchip,rk3328-codec.yaml | 37 Speaker depop time in msec.
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_posix_init.c | 92 srandom(((unsigned) ngx_pid << 16) ^ tp->sec ^ tp->msec); in ngx_os_init()
|
| H A D | ngx_process_cycle.c | 1138 srandom(((unsigned) ngx_pid << 16) ^ tp->sec ^ tp->msec); in ngx_worker_process_init()
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | motionpro.dts | 15 blink-delay = <100>; // 100 msec
|
| /f-stack/doc/ |
| H A D | F-Stack_Nginx_APP_Guide.md | 69 Sets a time interval for polling kernel_network_stack. The default value is 30 msec.
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 614 #define MSEC_TO_TICK(msec) (howmany((hrtime_t)(msec) * hz, MILLISEC))
|
| /f-stack/freebsd/i386/include/ |
| H A D | cserial.h | 461 void (*send_break) (chan_t *h, int msec);
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_handler.c | 174 s->start_msec = tp->msec; in ngx_stream_init_connection()
|
| H A D | ngx_stream_variables.c | 700 ((tp->sec - s->start_sec) * 1000 + (tp->msec - s->start_msec)); in ngx_stream_variable_session_time() 815 v->len = ngx_sprintf(p, "%T.%03M", tp->sec, tp->msec) - p; in ngx_stream_variable_msec()
|
| /f-stack/tools/route/ |
| H A D | route.c | 1861 #define msec(u) (((u) + 500) / 1000) /* usec to msec */ macro 1867 printf("%8lu%c ", msec(rtm->rtm_rmx.rmx_rtt), lock(RTT)); 1877 #undef msec
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev_vf.c | 2570 uint64_t msec; in hns3vf_reset_service() local 2599 msec = tv_delta.tv_sec * MSEC_PER_SEC + in hns3vf_reset_service() 2601 if (msec > HNS3_RESET_PROCESS_MS) in hns3vf_reset_service() 2604 hw->reset.level, msec, tv.tv_sec, tv.tv_usec); in hns3vf_reset_service()
|
| H A D | hns3_intr.c | 1823 uint64_t msec; in hns3_wait_callback() local 1832 msec = get_timeofday_ms(); in hns3_wait_callback() 1833 if (msec > data->end_ms || is_reset_pending(hns) || in hns3_wait_callback()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vhost.rst | 144 **--rx-retry-delay msec**
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_log_module.c | 833 return ngx_sprintf(buf, "%T.%03M", tp->sec, tp->msec); in ngx_http_log_msec() 847 ((tp->sec - r->start_sec) * 1000 + (tp->msec - r->start_msec)); in ngx_http_log_request_time()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.c | 608 ngx_random_number = (tp->msec << 16) + ngx_pid; in ngx_event_module_init()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 2304 *) Добавление: переменные $request_time и $msec теперь можно 7334 $connection, $pipe и $msec. Параметры в виде "%name" скоро будут 7414 *) Изменение: параметр лога $msec теперь не требует дополнительного
|