Searched refs:bte (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | bptree.c | 125 bptree_entry_phys_t *bte; in bptree_add() local 137 bte = kmem_zalloc(sizeof (*bte), KM_SLEEP); in bptree_add() 138 bte->be_birth_txg = birth_txg; in bptree_add() 139 bte->be_bp = *bp; in bptree_add() 140 dmu_write(os, obj, bt->bt_end * sizeof (*bte), sizeof (*bte), bte, tx, in bptree_add() 142 kmem_free(bte, sizeof (*bte)); in bptree_add() 216 bptree_entry_phys_t bte; in bptree_iterate() local 220 err = dmu_read(os, obj, i * sizeof (bte), sizeof (bte), in bptree_iterate() 221 &bte, DMU_READ_NO_PREFETCH); in bptree_iterate() 230 (longlong_t)bte.be_birth_txg, in bptree_iterate() [all …]
|
| /src/sys/kern/ |
| H A D | kern_boottrace.c | 192 #define BTC_DELTA_PRINT(bte, msecs, delta) do { \ argument 194 sbuf_printf(sbp, fmt, (bte)->cpuid, msecs, delta, \ 195 (bte)->tdname, (bte)->name, (bte)->pid, \ 196 (bte)->cputime / 1000000, \ 197 ((bte)->cputime % 1000000) / 10000, \ 198 (bte)->inblock, (bte)->oublock); \ 200 printf(fmt, (bte)->cpuid, msecs, delta, \ 201 (bte)->tdname, (bte)->name, (bte)->pid, \ 202 (bte)->cputime / 1000000, \ 203 ((bte)->cputime % 1000000) / 10000, \ [all …]
|
| /src/sys/dev/ida/ |
| H A D | idareg.h | 298 u_int32_t bte; /* Blink time elapsed (sense only) */ member
|