Home
last modified time | relevance | path

Searched defs:bt (Results 1 – 25 of 42) sorted by relevance

12

/f-stack/freebsd/kern/
H A Dkern_ffclock.c249 ffclock_bintime(struct bintime *bt) in ffclock_bintime()
258 struct bintime bt; in ffclock_nanotime() local
267 struct bintime bt; in ffclock_microtime() local
284 struct bintime bt; in ffclock_getnanotime() local
294 struct bintime bt; in ffclock_getmicrotime() local
311 struct bintime bt; in ffclock_nanouptime() local
320 struct bintime bt; in ffclock_microuptime() local
337 struct bintime bt; in ffclock_getnanouptime() local
347 struct bintime bt; in ffclock_getmicrouptime() local
364 struct bintime bt; in ffclock_nanodifftime() local
[all …]
H A Dkern_tc.c277 struct bintime bt; in fbclock_nanouptime() local
286 struct bintime bt; in fbclock_microuptime() local
302 struct bintime bt; in fbclock_nanotime() local
311 struct bintime bt; in fbclock_microtime() local
327 struct bintime bt; in fbclock_getnanouptime() local
336 struct bintime bt; in fbclock_getmicrouptime() local
374 struct bintime bt; in nanouptime() local
383 struct bintime bt; in microuptime() local
399 struct bintime bt; in nanotime() local
408 struct bintime bt; in microtime() local
[all …]
H A Dsubr_vmem.c272 bt_t *bt; in _bt_fill() local
324 bt_t *bt; in bt_alloc() local
343 bt_t *bt; in bt_freetrim() local
460 bt_t *bt; in bt_lookupbusy() local
732 bt_t *bt; in vmem_rehash() local
879 bt_t *bt; in vmem_destroy1() local
1364 bt_t *bt; in vmem_xalloc() local
1482 bt_t *bt; in vmem_xfree() local
1612 const bt_t *bt; variable
1642 bt_t *bt; in vmem_whatis_lookup() local
[all …]
H A Dkern_lockstat.c80 struct bintime bt; in lockstat_nsecs() local
H A Dkern_uuid.c122 struct bintime bt; in uuid_time() local
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/
H A Dbtree_test.c88 verify_contents(avl_tree_t *avl, zfs_btree_t *bt) in verify_contents()
120 verify_node(avl_tree_t *avl, zfs_btree_t *bt, int_node_t *node) in verify_node()
160 find_without_index(zfs_btree_t *bt, char *why) in find_without_index()
184 insert_find_remove(zfs_btree_t *bt, char *why) in insert_find_remove()
219 drain_tree(zfs_btree_t *bt, char *why) in drain_tree()
295 stress_tree(zfs_btree_t *bt, char *why) in stress_tree()
377 insert_duplicate(zfs_btree_t *bt) in insert_duplicate()
403 remove_missing(zfs_btree_t *bt) in remove_missing()
420 do_negative_test(zfs_btree_t *bt, char *test_name) in do_negative_test()
459 zfs_btree_t bt; in main() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbptree.c64 bptree_phys_t *bt; in bptree_alloc() local
91 bptree_phys_t *bt; in bptree_free() local
108 bptree_phys_t *bt; in bptree_is_empty() local
123 bptree_phys_t *bt; in bptree_add() local
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.c37 mr_btree_expand(struct mlx5_mr_btree *bt, int n) in mr_btree_expand()
82 mr_btree_lookup(struct mlx5_mr_btree *bt, uint16_t *idx, uintptr_t addr) in mr_btree_lookup()
125 mr_btree_insert(struct mlx5_mr_btree *bt, struct mr_cache_entry *entry) in mr_btree_insert()
177 mlx5_mr_btree_init(struct mlx5_mr_btree *bt, int n, int socket) in mlx5_mr_btree_init()
211 mlx5_mr_btree_free(struct mlx5_mr_btree *bt) in mlx5_mr_btree_free()
874 struct mlx5_mr_btree *bt = &mr_ctrl->cache_bh; in mr_lookup_caches() local
/f-stack/freebsd/sys/
H A Dtimeffc.h261 bintime_fromclock(struct bintime *bt, int whichclock) in bintime_fromclock()
291 getbintime_fromclock(struct bintime *bt, int whichclock) in getbintime_fromclock()
321 binuptime_fromclock(struct bintime *bt, int whichclock) in binuptime_fromclock()
351 getbinuptime_fromclock(struct bintime *bt, int whichclock) in getbinuptime_fromclock()
H A Dtime.h587 #define BT2FREQ(bt) \ argument
593 #define FREQ2BT(freq, bt) \ argument
H A Dsystm.h521 #define msleep_sbt(chan, mtx, pri, wmesg, bt, pr, flags) \ argument
538 #define tsleep_sbt(chan, pri, wmesg, bt, pr, flags) \ argument
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c66 mr_btree_expand(struct mlx4_mr_btree *bt, int n) in mr_btree_expand()
109 mr_btree_lookup(struct mlx4_mr_btree *bt, uint16_t *idx, uintptr_t addr) in mr_btree_lookup()
152 mr_btree_insert(struct mlx4_mr_btree *bt, struct mlx4_mr_cache *entry) in mr_btree_insert()
202 mlx4_mr_btree_init(struct mlx4_mr_btree *bt, int n, int socket) in mlx4_mr_btree_init()
235 mlx4_mr_btree_free(struct mlx4_mr_btree *bt) in mlx4_mr_btree_free()
252 mlx4_mr_btree_dump(struct mlx4_mr_btree *bt) in mlx4_mr_btree_dump()
1026 struct mlx4_mr_btree *bt = &mr_ctrl->cache_bh; in mlx4_mr_lookup_dev() local
H A Dmlx4_mr.h72 #define mlx4_mr_btree_len(bt) ((bt)->len - 1) argument
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_mr.h21 #define mlx5_mr_btree_len(bt) ((bt)->len - 1) argument
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c272 bt_init(prof_bt_t *bt, void **vec) { in bt_init()
320 prof_backtrace(prof_bt_t *bt) { in prof_backtrace()
362 prof_backtrace(prof_bt_t *bt) { in prof_backtrace()
371 prof_backtrace(prof_bt_t *bt) { in prof_backtrace()
534 prof_backtrace(prof_bt_t *bt) { in prof_backtrace()
553 prof_gctx_create(tsdn_t *tsdn, prof_bt_t *bt) { in prof_gctx_create()
720 prof_lookup_global(tsd_t *tsd, prof_bt_t *bt, prof_tdata_t *tdata, in prof_lookup_global()
785 prof_lookup(tsd_t *tsd, prof_bt_t *bt) { in prof_lookup()
1348 const prof_bt_t *bt, prof_gctx_tree_t *gctxs) { in prof_dump_gctx()
1870 prof_bt_t *bt = (prof_bt_t *)key; in prof_bt_hash() local
/f-stack/freebsd/amd64/vmm/io/
H A Dvpmtmr.c66 struct bintime bt; in vpmtmr_init() local
H A Dvlapic.c717 struct bintime bt, btnow; in vlapic_callout_handler() local
1665 struct bintime bt; in vlapic_reset_callout() local
/f-stack/freebsd/mips/malta/
H A Dobio.c120 bus_space_tag_t bt = 0; in obio_alloc_resource() local
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h18 prof_bt_t *bt; member
128 prof_bt_t bt; member
H A Dprof_inlines_b.h105 prof_bt_t bt; in prof_alloc_prep() local
/f-stack/freebsd/mips/cavium/
H A Dobio.c128 bus_space_tag_t bt = 0; in obio_alloc_resource() local
/f-stack/freebsd/x86/isa/
H A Dorm.c87 bus_space_tag_t bt; in orm_identify() local
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dtraffic.c78 u_int ft, bt, be, ftag, btag; in uni_classify_traffic() local
/f-stack/freebsd/net/
H A Dbpf.c2205 bpf_gettime(struct bintime *bt, int tstype, struct mbuf *m) in bpf_gettime()
2239 struct bintime bt; in bpf_tap() local
2296 struct bintime bt; in bpf_mtap() local
2352 struct bintime bt; in bpf_mtap2() local
2436 bpf_bintime2ts(struct bintime *bt, struct bpf_ts *ts, int tstype) in bpf_bintime2ts()
2476 struct bintime *bt) in catchpacket()
/f-stack/freebsd/netinet/
H A Dip_input.c1144 struct bintime boottimebin, bt; in ip_savecontrol() local

12