Home
last modified time | relevance | path

Searched refs:bt (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbtree_test.c165 zfs_btree_add(bt, &i); in find_without_index()
191 zfs_btree_add(bt, &i); in insert_find_remove()
200 zfs_btree_verify(bt); in insert_find_remove()
203 zfs_btree_remove(bt, &i); in insert_find_remove()
210 zfs_btree_verify(bt); in insert_find_remove()
347 zfs_btree_verify(bt); in stress_tree()
354 zfs_btree_verify(bt); in stress_tree()
373 zfs_btree_verify(bt); in stress_tree()
467 zfs_btree_t bt; in main() local
548 zfs_btree_verify(&bt); in main()
[all …]
/freebsd/sys/kern/
H A Dkern_ffclock.c98 bt->sec -= cest.leapsec; in ffclock_abstime()
255 struct bintime bt; in ffclock_nanotime() local
264 struct bintime bt; in ffclock_microtime() local
281 struct bintime bt; in ffclock_getnanotime() local
291 struct bintime bt; in ffclock_getmicrotime() local
308 struct bintime bt; in ffclock_nanouptime() local
317 struct bintime bt; in ffclock_microuptime() local
334 struct bintime bt; in ffclock_getnanouptime() local
344 struct bintime bt; in ffclock_getmicrouptime() local
361 struct bintime bt; in ffclock_nanodifftime() local
[all …]
H A Dsubr_vmem.c179 #define BT_END(bt) ((bt)->bt_start + (bt)->bt_size - 1) argument
270 bt_t *bt; in _bt_fill() local
322 bt_t *bt; in bt_alloc() local
341 bt_t *bt; in bt_freetrim() local
458 bt_t *bt; in bt_lookupbusy() local
1021 bt->bt_start = bt->bt_start + size; in vmem_clip()
1133 bt != cursor; bt = TAILQ_NEXT(bt, bt_seglist)) { in vmem_xalloc_nextfit()
1176 bt = TAILQ_NEXT(bt, bt_seglist)) in vmem_xalloc_nextfit()
1603 bt, (intmax_t)bt->bt_start, (intmax_t)bt->bt_size, in bt_dump()
1604 bt->bt_type, bt_type_string(bt->bt_type)); in bt_dump()
[all …]
H A Dkern_tc.c250 *bt = *btp; in bintime_off()
301 struct bintime bt; in fbclock_nanouptime() local
310 struct bintime bt; in fbclock_microuptime() local
400 binuptime(&bt); in nanouptime()
409 binuptime(&bt); in microuptime()
425 bintime(&bt); in nanotime()
434 bintime(&bt); in microtime()
736 bt.sec = 0; in ffclock_windup()
1091 bt.frac = ((time_esterror - bt.sec) * 1000000) * in sysclock_getsnapshot()
1304 tc_windup(&bt); in tc_setclock()
[all …]
H A Dkern_boottrace.c80 static struct bt_table bt; variable
162 CTLFLAG_RDTUN | CTLFLAG_NOFETCH, &bt.size, 0,
310 boottrace_display(NULL, &bt, 0); in boottrace_dump_console()
400 btp = &bt; in boottrace()
479 boottrace_display(sbuf, &bt, 0); in sysctl_log()
593 bt.size = BT_TABLE_DEFSIZE; in boottrace_init()
594 TUNABLE_INT_FETCH("kern.boottrace.table_size", &bt.size); in boottrace_init()
595 bt.size = max(bt.size, BT_TABLE_MINSIZE); in boottrace_init()
596 bt.table = malloc(bt.size * sizeof(struct bt_event), M_BOOTTRACE, in boottrace_init()
600 bt.table[0].cpuid = PCPU_GET(cpuid); in boottrace_init()
[all …]
/freebsd/sys/sys/
H A Dtimeffc.h206 void ffclock_bintime(struct bintime *bt);
214 void ffclock_binuptime(struct bintime *bt);
236 void fbclock_bintime(struct bintime *bt);
263 ffclock_bintime(bt); in bintime_fromclock()
265 fbclock_bintime(bt); in bintime_fromclock()
293 ffclock_getbintime(bt); in getbintime_fromclock()
295 fbclock_getbintime(bt); in getbintime_fromclock()
323 ffclock_binuptime(bt); in binuptime_fromclock()
325 fbclock_binuptime(bt); in binuptime_fromclock()
353 ffclock_getbinuptime(bt); in getbinuptime_fromclock()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c72 bt->bt_flags != 0 ? bt->bt_flags : in ar5416SetBeaconTimers()
85 HAL_BEACON_TIMERS bt; in ar5416BeaconInit() local
87 bt.bt_nexttbtt = next_beacon; in ar5416BeaconInit()
94 bt.bt_flags = 0; in ar5416BeaconInit()
98 bt.bt_nextdba = 0xffff; in ar5416BeaconInit()
99 bt.bt_nextswba = 0x7ffff; in ar5416BeaconInit()
107 bt.bt_nextdba = (next_beacon - in ar5416BeaconInit()
109 bt.bt_nextswba = (next_beacon - in ar5416BeaconInit()
122 bt.bt_nextatim = next_beacon + 1; in ar5416BeaconInit()
123 bt.bt_intval = beacon_period & in ar5416BeaconInit()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbptree.c64 bptree_phys_t *bt; in bptree_alloc() local
76 bt = db->db_data; in bptree_alloc()
77 bt->bt_begin = 0; in bptree_alloc()
78 bt->bt_end = 0; in bptree_alloc()
79 bt->bt_bytes = 0; in bptree_alloc()
80 bt->bt_comp = 0; in bptree_alloc()
94 bt = db->db_data; in bptree_free()
95 ASSERT3U(bt->bt_begin, ==, bt->bt_end); in bptree_free()
112 bt = db->db_data; in bptree_is_empty()
113 rv = (bt->bt_begin == bt->bt_end); in bptree_is_empty()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c48 OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba); in ar5210SetBeaconTimers()
54 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval); in ar5210SetBeaconTimers()
64 HAL_BEACON_TIMERS bt; in ar5210BeaconInit() local
66 bt.bt_nexttbtt = next_beacon; in ar5210BeaconInit()
69 bt.bt_nextdba = (next_beacon - in ar5210BeaconInit()
71 bt.bt_nextswba = (next_beacon - in ar5210BeaconInit()
84 bt.bt_nextdba = ~0; in ar5210BeaconInit()
85 bt.bt_nextswba = ~0; in ar5210BeaconInit()
86 bt.bt_nextatim = 1; in ar5210BeaconInit()
88 bt.bt_intval = beacon_period & in ar5210BeaconInit()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c51 OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba); in ar5211SetBeaconTimers()
57 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval); in ar5211SetBeaconTimers()
67 HAL_BEACON_TIMERS bt; in ar5211BeaconInit() local
69 bt.bt_nexttbtt = next_beacon; in ar5211BeaconInit()
79 bt.bt_nextdba = 0xffff; in ar5211BeaconInit()
80 bt.bt_nextswba = 0x7ffff; in ar5211BeaconInit()
84 bt.bt_nextdba = (next_beacon - in ar5211BeaconInit()
86 bt.bt_nextswba = (next_beacon - in ar5211BeaconInit()
96 bt.bt_nextatim = next_beacon + 1; in ar5211BeaconInit()
97 bt.bt_intval = beacon_period & in ar5211BeaconInit()
[all …]
/freebsd/lib/libsys/
H A D__vdso_gettimeofday.c75 *bt = th->th_offset; in binuptime()
90 bt->sec += x >> 32; in binuptime()
91 bintime_addx(bt, x << 32); in binuptime()
93 bintime_addx(bt, scale * delta); in binuptime()
119 *bt = th->th_offset; in getnanouptime()
136 struct bintime bt; in __vdso_gettimeofday() local
148 error = binuptime(&bt, tk, true); in __vdso_gettimeofday()
151 bintime2timeval(&bt, tv); in __vdso_gettimeofday()
159 struct bintime bt; in __vdso_clock_gettime() local
184 error = getnanouptime(&bt, tk); in __vdso_clock_gettime()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c65 if (bt->bt_intval & AR_BEACON_RESET_TSF) { in ar5212SetBeaconTimers()
77 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval); in ar5212SetBeaconTimers()
91 HAL_BEACON_TIMERS bt; in ar5212BeaconInit() local
93 bt.bt_nexttbtt = next_beacon; in ar5212BeaconInit()
103 bt.bt_nextdba = 0xffff; in ar5212BeaconInit()
104 bt.bt_nextswba = 0x7ffff; in ar5212BeaconInit()
108 bt.bt_nextdba = (next_beacon - in ar5212BeaconInit()
110 bt.bt_nextswba = (next_beacon - in ar5212BeaconInit()
120 bt.bt_nextatim = next_beacon + 1; in ar5212BeaconInit()
121 bt.bt_intval = beacon_period & in ar5212BeaconInit()
[all …]
/freebsd/tools/regression/sockets/unix_cmsg/
H A Duc_check_time.c39 struct timespec bt; in uc_check_bintime() local
41 bintime2timespec(mt, &bt); in uc_check_bintime()
42 return (uc_check_timespec_real(&bt)); in uc_check_bintime()
46 uc_check_timeval(const struct timeval *bt) in uc_check_timeval() argument
52 timersub(&ct, bt, &dt); in uc_check_timeval()
60 uc_check_timespec_real(const struct timespec *bt) in uc_check_timespec_real() argument
66 timespecsub(&ct, bt, &ct); in uc_check_timespec_real()
74 uc_check_timespec_mono(const struct timespec *bt) in uc_check_timespec_mono() argument
80 timespecsub(&ct, bt, &ct); in uc_check_timespec_mono()
H A Duc_check_time.h31 int uc_check_bintime(const struct bintime *bt);
32 int uc_check_timeval(const struct timeval *bt);
33 int uc_check_timespec_real(const struct timespec *bt);
34 int uc_check_timespec_mono(const struct timespec *bt);
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/
H A Dqualcomm-bluetooth.yaml19 - qcom,qca2066-bt
20 - qcom,qca6174-bt
21 - qcom,qca9377-bt
22 - qcom,wcn3990-bt
23 - qcom,wcn3991-bt
24 - qcom,wcn3998-bt
25 - qcom,qca6390-bt
26 - qcom,wcn6750-bt
27 - qcom,wcn6855-bt
102 - qcom,qca2066-bt
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp247 gtid, team->t.t_id, tid, bt)); in __kmp_dist_barrier_gather()
387 gtid, tid, bt)); in __kmp_dist_barrier_release()
389 thr_bar = &this_thr->th.th_bar[bt].bb; in __kmp_dist_barrier_release()
567 gtid, team->t.t_id, tid, bt)); in __kmp_linear_barrier_gather_template()
653 gtid, team->t.t_id, tid, bt)); in __kmp_linear_barrier_gather_template()
761 gtid, team->t.t_id, tid, bt)); in __kmp_linear_barrier_release_template()
893 &team->t.t_bar[bt].b_arrived, team->t.t_bar[bt].b_arrived)); in __kmp_tree_barrier_gather()
1023 gtid, team->t.t_id, tid, bt)); in __kmp_hyper_barrier_gather()
1116 &team->t.t_bar[bt].b_arrived, team->t.t_bar[bt].b_arrived)); in __kmp_hyper_barrier_gather()
1277 gtid, team->t.t_id, tid, bt)); in __kmp_hyper_barrier_release()
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c145 bt.bt_flags = 0; in ath_tdma_settimers()
150 bt.bt_intval, in ath_tdma_settimers()
151 bt.bt_intval, in ath_tdma_settimers()
152 bt.bt_nexttbtt, in ath_tdma_settimers()
153 bt.bt_nexttbtt, in ath_tdma_settimers()
154 bt.bt_nextdba, in ath_tdma_settimers()
155 bt.bt_nextdba, in ath_tdma_settimers()
156 bt.bt_nextswba, in ath_tdma_settimers()
157 bt.bt_nextswba, in ath_tdma_settimers()
158 bt.bt_nextatim, in ath_tdma_settimers()
[all …]
/freebsd/contrib/sendmail/src/
H A Dhelpfile106 -bt Help for test mode:
107 -bt ? :this help message.
108 -bt .Dmvalue :define macro `m' to `value'.
109 -bt .Ccvalue :add `value' to class `c'.
111 -bt =M :display the known mailers.
113 -bt $$m :print the value of macro $$m.
119 -bt the parsed address.
121 -bt setsender.
124 -bt presented to the indicated mailer.
128 -bt flags for header recipients.
[all …]
H A Dmime.c112 int bt; local
326 bt = MBT_FINAL;
340 bt = MBT_FINAL;
384 bt = MBT_FINAL;
388 return bt;
426 return bt;
725 return bt;
789 bt = MBT_FINAL;
815 switch (bt)
821 *btp = bt;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dqualcomm-bluetooth.txt12 * "qcom,qca6174-bt"
13 * "qcom,qca9377-bt"
14 * "qcom,wcn3990-bt"
15 * "qcom,wcn3991-bt"
16 * "qcom,wcn3998-bt"
17 * "qcom,qca6390-bt"
19 Optional properties for compatible string qcom,qca6174-bt:
25 Optional properties for compatible string qcom,qca9377-bt:
29 Required properties for compatible string qcom,wcn399x-bt:
49 compatible = "qcom,qca6174-bt";
[all …]
H A Dqualcomm-bluetooth.yaml19 - qcom,qca6174-bt
20 - qcom,qca9377-bt
21 - qcom,wcn3990-bt
22 - qcom,wcn3991-bt
23 - qcom,wcn3998-bt
24 - qcom,qca6390-bt
25 - qcom,wcn6750-bt
97 - qcom,qca6174-bt
108 - qcom,wcn3990-bt
109 - qcom,wcn3991-bt
[all …]
H A Dbroadcom-bluetooth.yaml19 - brcm,bcm4329-bt
20 - brcm,bcm4330-bt
21 - brcm,bcm4334-bt
22 - brcm,bcm43430a0-bt
23 - brcm,bcm43430a1-bt
24 - brcm,bcm43438-bt
26 - brcm,bcm43540-bt
28 - brcm,bcm4349-bt
29 - cypress,cyw4373a0-bt
30 - infineon,cyw55572-bt
[all …]
H A Drealtek-bluetooth.yaml23 - realtek,rtl8723bs-bt
24 - realtek,rtl8723cs-bt
25 - realtek,rtl8723ds-bt
26 - realtek,rtl8822cs-bt
29 - realtek,rtl8821cs-bt
30 - const: realtek,rtl8723bs-bt
61 compatible = "realtek,rtl8723bs-bt";
/freebsd/crypto/openssl/crypto/
H A Dx86cpuid.pl33 &bt ("ecx",21);
82 &bt ("edx",28);
170 &bt (&DWP(0,"ecx"),4);
182 &bt (&DWP(0,"ecx"),4);
191 &bt ("eax",9);
222 &bt ("eax",9);
252 &bt (&DWP(0,"ecx"),1);
361 &bt (&DWP(0,"edx"),4);
363 &bt (&DWP(0,"edx"),19);
400 &bt (&DWP(0,"edx"),4);
[all …]
/freebsd/contrib/unifdef/
H A Dunifdef.c895 return op_strict(p, a < b, at, bt); in op_lt()
898 return op_strict(p, a > b, at, bt); in op_gt()
929 return op_strict(p, a + b, at, bt); in op_add()
932 return op_strict(p, a - b, at, bt); in op_sub()
935 return op_strict(p, a * b, at, bt); in op_mul()
938 if (bt != LT_TRUE) { in op_div()
942 return op_strict(p, a / b, at, bt); in op_div()
945 return op_strict(p, a % b, at, bt); in op_mod()
948 return op_strict(p, a | b, at, bt); in op_bor()
951 return op_strict(p, a ^ b, at, bt); in op_bxor()
[all …]

12345678910>>...17