Searched refs:usec (Results 151 - 171 of 171) sorted by relevance

1234567

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dgas_query.c88 return res.sec * 1000 + res.usec / 1000;
H A Dwpa_supplicant_i.h1288 int sec, int usec);
H A Ddpp_supplicant.c264 diff_ms = diff.sec * 1000 + diff.usec / 1000;
384 used = diff.sec * 1000 + diff.usec / 1000;
H A Dhs20_supplicant.c569 dur = tmp.sec * 1000 + tmp.usec / 1000;
H A Dmesh_mpm.c829 (unsigned int) age.usec);
H A Dp2p_supplicant.c269 time_tmp_age.usec = (bss->age % 1000) * 1000;
4857 bss->last_update.sec, bss->last_update.usec,
5578 wpa_s->p2p_auto_started.usec);
6780 wpa_s->p2p_auto_started.usec);
H A Dwps_supplicant.c451 ssid->disabled_until.usec = 0;
H A Dctrl_iface.c3216 wpa_s->scan_min_time.usec = 0;
3255 wpa_s->scan_min_time.usec = 0;
8106 work->started, diff.sec, diff.usec);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_arc.c1158 pp->usec = 0;
/freebsd-13-stable/sys/dev/ixgbe/
H A Dif_ix.c2597 unsigned int reg, usec, rate; local
2600 usec = ((reg & 0x0FF8) >> 3);
2601 if (usec > 0)
2602 rate = 500000 / usec;
/freebsd-13-stable/contrib/wpa/src/radius/
H A Dradius_server.c2585 ((now.usec - data->start_time.usec) / 10000) % 100;
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-dev.c128 xgbe_usec_to_riwt(struct xgbe_prv_data *pdata, unsigned int usec) argument
136 * Convert the input usec value to the watchdog timer value. Each
139 * ( usec * ( system_clock_mhz / 10^6 ) / 256
141 ret = (usec * (rate / 1000000)) / 256;
155 * Convert the input watchdog timer value to the usec value. Each
/freebsd-13-stable/sys/fs/udf/
H A Dudf_vnops.c269 time->usec;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp355 TSAN_INTERCEPTOR(int, usleep, long_t usec) { argument
356 SCOPED_TSAN_INTERCEPTOR(usleep, usec);
357 int res = BLOCK_REAL(usleep)(usec);
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1146 rkh_seq->tx.seq = now.usec;
1152 rkh_seq->tx.dom = now.usec;
4293 now_remote.usec = 0;
H A Dieee802_11.c4924 if (age.sec == 0 && age.usec < 200000) {
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2410 MLX5_SET(cqc, cqc, cq_period, curr.usec);
2416 MLX5_SET(cqc, cqc, cq_period, curr.usec);
2577 curr.usec, curr.pkts, cq_mode);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3152 wpa_s->roam_time.usec / 1000;
3195 wpa_s->session_length.usec / 1000;
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.h770 /* resolution of the rate shaping timer - 400 usec */
2143 uint16_t usec);
H A Dbxe.c1795 uint16_t usec)
1798 uint8_t ticks = (usec / 4); /* XXX ??? */
1802 disable = (disable) ? 1 : ((usec) ? 0 : 1);
17923 BLOGD(sc, DBG_LOAD, "Waited %d*%d usec for PBF tx buffer[%d]\n",
17955 BLOGD(sc, DBG_LOAD, "Waited %d*%d usec for PBF cmd queue[%d]\n",
1791 bxe_update_coalesce_sb_index(struct bxe_softc *sc, uint8_t fw_sb_id, uint8_t sb_index, uint8_t disable, uint16_t usec) argument
/freebsd-13-stable/contrib/ntp/
H A Dconfigure31077 ans=usec
31164 ans=usec

Completed in 587 milliseconds

1234567