Searched refs:usec (Results 1 - 25 of 180) sorted by relevance

12345678

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Derr.D_PDESC_ZEROoneusec.d32 * profile-usec; less than 200 micro seconds.
40 profile-1usec
42 printf("profile-usec; less than 200 micro seconds \n");
H A Dtst.tickusec.d32 * tick-2000usec simple test.
41 tick-2000usec
43 printf("This test is a simple tick-usec provider test\n");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Derr.D_PDESC_ZEROoneusec.d32 * profile-usec; less than 200 micro seconds.
40 profile-1usec
42 printf("profile-usec; less than 200 micro seconds \n");
H A Dtst.profileusec.d32 * Simple profile-usec simple test.
41 profile-200usec
43 printf("This test is a simple profile-usec provider test");
/freebsd-current/contrib/wpa/src/ap/
H A Dbss_load.c20 unsigned int *sec, unsigned int *usec)
36 *usec = (update_timeout % 1000) * 1024;
45 unsigned int sec, usec; local
60 if (get_bss_load_update_timeout(hapd, &sec, &usec) < 0)
78 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
85 unsigned int sec, usec; local
87 if (get_bss_load_update_timeout(hapd, &sec, &usec) < 0)
90 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
19 get_bss_load_update_timeout(struct hostapd_data *hapd, unsigned int *sec, unsigned int *usec) argument
H A Dairtime_policy.c38 unsigned int *usec)
50 *usec = (update_int % 1000) * 1000;
61 sta->backlogged_until.usec += hapd->iconf->airtime_update_interval *
63 while (sta->backlogged_until.usec >= 1000000) {
65 sta->backlogged_until.usec -= 1000000;
137 unsigned int sec, usec; local
222 if (get_airtime_policy_update_timeout(iface, &sec, &usec) < 0)
225 eloop_register_timeout(sec, usec, update_airtime_weights, iface,
257 unsigned int sec, usec; local
262 if (get_airtime_policy_update_timeout(iface, &sec, &usec) <
36 get_airtime_policy_update_timeout(struct hostapd_iface *iface, unsigned int *sec, unsigned int *usec) argument
[all...]
/freebsd-current/contrib/libfido2/fuzz/
H A Dclock.c25 tick(unsigned int usec) argument
40 drift = usec * 1000LL + (long long)uniform_random(10000000); /* 10ms */
66 __wrap_usleep(unsigned int usec) argument
71 tick(usec);
/freebsd-current/include/rpcsvc/
H A Dspray.x44 unsigned int usec;
/freebsd-current/sys/rpc/rpcsec_tls/
H A Drpctlscd.x38 uint64_t usec;
44 uint64_t usec;
54 uint64_t usec;
H A Drpctlssd.x34 uint64_t usec;
42 uint64_t usec;
52 uint64_t usec;
/freebsd-current/contrib/tcpdump/
H A Dprint-timed.c117 int sec, usec; local
136 usec = GET_BE_S_4(tsp->tsp_time.tv_usec);
138 if (usec < 0)
142 if (sec < 0 && usec != 0) {
146 usec = 1000000 - usec;
148 ND_PRINT("%d.%06d", sec, usec);
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dtime.c43 * @param usec The applications new of "now" in micro seconds
53 int32_t usec)
62 * If the caller passes in a negative usec, its assumed to be
63 * unknown and the function will use the current time usec.
65 if (usec >= 0) {
66 context->kdc_usec_offset = usec - tv.tv_usec;
97 int32_t *usec)
104 *usec = tv.tv_usec; /* XXX */
51 krb5_set_real_time(krb5_context context, krb5_timestamp sec, int32_t usec) argument
95 krb5_us_timeofday(krb5_context context, krb5_timestamp *sec, int32_t *usec) argument
H A Dmk_safe.c71 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
75 s.safe_body.usec = &rdata.usec;
78 s.safe_body.usec = NULL;
83 outdata->usec = rdata.usec;
H A Dtest_time.c42 int32_t usec; local
53 ret = krb5_us_timeofday(context, &sec, &usec);
H A Dmk_error.c50 int32_t usec; local
54 krb5_us_timeofday (context, &sec, &usec);
60 msg.susec = usec;
H A Dmk_priv.c69 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
73 part.usec = &rdata.usec;
76 part.usec = NULL;
81 outdata->usec = rdata.usec;
/freebsd-current/tools/test/stress2/misc/
H A Dunlink.sh30 uint64_t usec;
52 usec = ((uint64_t)1000000 * diff.tv_sec + diff.tv_usec);
53 if (usec > 500000) {
55 (double)usec / 1000000);
H A Dtar.sh77 uint64_t mx, usec;
114 usec = ((uint64_t)1000000 *
116 if (usec > mx)
117 mx = usec;
119 (double)usec / 1000000, path);
/freebsd-current/sys/dev/enic/
H A Dvnic_enet.h10 #define INTR_COALESCE_USEC_TO_HW(usec) ((usec) * 2 / 3)
11 #define INTR_COALESCE_HW_TO_USEC(usec) ((usec) * 3 / 2)
/freebsd-current/contrib/wpa/src/utils/
H A Dos.h15 * os_sleep - Sleep (sec, usec)
17 * @usec: Number of microseconds to sleep
19 void os_sleep(os_time_t sec, os_time_t usec);
23 os_time_t usec; member in struct:os_time
28 os_time_t usec; member in struct:os_reltime
32 * os_get_time - Get current time (sec, usec)
39 * os_get_reltime - Get relative time (sec, usec)
51 (a->sec == b->sec && a->usec < b->usec);
59 res->usec
[all...]
/freebsd-current/contrib/ntp/util/
H A Dprecision.c83 printf("resolution = %ld usec after %d loop%s\n",
129 long usec; local
131 usec = 0;
141 for (i = 0; i < MINLOOPS && usec < HUSECS;) {
153 usec += diff;
160 printf("precision = %ld usec after %d loop%s\n",
162 if (usec >= HUSECS) {
163 printf(" (Boy this machine is fast ! usec was %ld)\n",
164 usec);
/freebsd-current/sys/rpc/
H A Drpcsec_tls.h65 enum clnt_stat rpctls_cl_handlerecord(uint64_t sec, uint64_t usec,
67 enum clnt_stat rpctls_srv_handlerecord(uint64_t sec, uint64_t usec,
69 enum clnt_stat rpctls_cl_disconnect(uint64_t sec, uint64_t usec,
71 enum clnt_stat rpctls_srv_disconnect(uint64_t sec, uint64_t usec,
/freebsd-current/contrib/netbsd-tests/include/sys/
H A Dt_types.c50 useconds_t usec; local
72 usec = 1000000;
73 ATF_REQUIRE(usec > 0);
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c45 MLX5_SET(cqc, cqc, cq_period, prof.usec);
52 MLX5_SET(cqc, cqc, cq_period, prof.usec);
92 cur_profile.usec, cur_profile.pkts);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Djiffies.h98 usecs_to_jiffies(uint64_t usec) argument
102 if (usec > lkpi_usec2hz_max)
103 usec = lkpi_usec2hz_max;
104 result = howmany(usec * lkpi_usec2hz_rem, lkpi_usec2hz_div);

Completed in 208 milliseconds

12345678