Searched refs:tx (Results 1 - 25 of 203) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtxg.c48 tx_state_t *tx = &dp->dp_tx; local
50 bzero(tx, sizeof (tx_state_t));
52 tx->tx_cpu = kmem_zalloc(max_ncpus * sizeof (tx_cpu_t), KM_SLEEP);
57 mutex_init(&tx->tx_cpu[c].tc_lock, NULL, MUTEX_DEFAULT, NULL);
59 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT,
61 list_create(&tx->tx_cpu[c].tc_callbacks[i],
67 mutex_init(&tx->tx_sync_lock, NULL, MUTEX_DEFAULT, NULL);
69 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL);
70 cv_init(&tx->tx_sync_done_cv, NULL, CV_DEFAULT, NULL);
71 cv_init(&tx
84 tx_state_t *tx = &dp->dp_tx; local
121 tx_state_t *tx = &dp->dp_tx; local
146 txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr) argument
153 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) argument
164 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, uint64_t time) argument
182 tx_state_t *tx = &dp->dp_tx; local
219 tx_state_t *tx = &dp->dp_tx; local
271 tx_state_t *tx = &dp->dp_tx; local
320 tx_state_t *tx = &dp->dp_tx; local
357 tx_state_t *tx = &dp->dp_tx; local
435 tx_state_t *tx = &dp->dp_tx; local
484 tx_state_t *tx = &dp->dp_tx; local
509 tx_state_t *tx = &dp->dp_tx; local
532 tx_state_t *tx = &dp->dp_tx; local
552 tx_state_t *tx = &dp->dp_tx; local
559 tx_state_t *tx = &dp->dp_tx; local
[all...]
H A Ddmu_tx.c38 typedef void (*dmu_tx_hold_func_t)(dmu_tx_t *tx, struct dnode *dn,
45 dmu_tx_t *tx = kmem_zalloc(sizeof (dmu_tx_t), KM_SLEEP); local
46 tx->tx_dir = dd;
48 tx->tx_pool = dd->dd_pool;
49 list_create(&tx->tx_holds, sizeof (dmu_tx_hold_t),
51 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t),
54 refcount_create(&tx->tx_space_written);
55 refcount_create(&tx->tx_space_freed);
57 return (tx);
63 dmu_tx_t *tx local
72 dmu_tx_t *tx = dmu_tx_create_dd(NULL); local
83 dmu_tx_is_syncing(dmu_tx_t *tx) argument
89 dmu_tx_private_ok(dmu_tx_t *tx) argument
95 dmu_tx_hold_object_impl(dmu_tx_t *tx, objset_t *os, uint64_t object, enum dmu_tx_hold_type type, uint64_t arg1, uint64_t arg2) argument
137 dmu_tx_add_new_object(dmu_tx_t *tx, objset_t *os, uint64_t object) argument
396 dmu_tx_hold_write(dmu_tx_t *tx, uint64_t object, uint64_t off, int len) argument
565 dmu_tx_hold_free(dmu_tx_t *tx, uint64_t object, uint64_t off, uint64_t len) argument
636 dmu_tx_hold_zap(dmu_tx_t *tx, uint64_t object, int add, const char *name) argument
720 dmu_tx_hold_bonus(dmu_tx_t *tx, uint64_t object) argument
733 dmu_tx_hold_space(dmu_tx_t *tx, uint64_t space) argument
745 dmu_tx_holds(dmu_tx_t *tx, uint64_t object) argument
772 dmu_tx_dirty_buf(dmu_tx_t *tx, dmu_buf_impl_t *db) argument
864 dmu_tx_try_assign(dmu_tx_t *tx, uint64_t txg_how) argument
978 dmu_tx_unassign(dmu_tx_t *tx) argument
1026 dmu_tx_assign(dmu_tx_t *tx, uint64_t txg_how) argument
1049 dmu_tx_wait(dmu_tx_t *tx) argument
1076 dmu_tx_willuse_space(dmu_tx_t *tx, int64_t delta) argument
1093 dmu_tx_commit(dmu_tx_t *tx) argument
1141 dmu_tx_abort(dmu_tx_t *tx) argument
1174 dmu_tx_get_txg(dmu_tx_t *tx) argument
1181 dmu_tx_callback_register(dmu_tx_t *tx, dmu_tx_callback_func_t *func, void *data) argument
[all...]
H A Ddmu_object.c33 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
77 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
82 dmu_tx_add_new_object(tx, os, object);
88 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
93 if (object == DMU_META_DNODE_OBJECT && !dmu_tx_private_ok(tx))
99 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx);
102 dmu_tx_add_new_object(tx, os, object);
111 dmu_tx_t *tx; local
143 tx = dmu_tx_create(os);
144 dmu_tx_hold_bonus(tx, objec
32 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
87 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
161 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx) argument
[all...]
H A Ddsl_synctask.c37 dsl_null_checkfunc(void *arg1, void *arg2, dmu_tx_t *tx) argument
78 dmu_tx_t *tx; local
83 tx = dmu_tx_create_dd(dstg->dstg_pool->dp_mos_dir);
84 VERIFY(0 == dmu_tx_assign(tx, TXG_WAIT));
86 txg = dmu_tx_get_txg(tx);
102 dst->dst_checkfunc(dst->dst_arg1, dst->dst_arg2, tx);
109 dmu_tx_commit(tx);
115 dmu_tx_commit(tx);
128 dsl_sync_task_group_nowait(dsl_sync_task_group_t *dstg, dmu_tx_t *tx) argument
133 txg = dmu_tx_get_txg(tx);
150 dsl_sync_task_group_sync(dsl_sync_task_group_t *dstg, dmu_tx_t *tx) argument
215 dsl_sync_task_do_nowait(dsl_pool_t *dp, dsl_checkfunc_t *checkfunc, dsl_syncfunc_t *syncfunc, void *arg1, void *arg2, int blocks_modified, dmu_tx_t *tx) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d30v/
H A Dserial2.s8 bra/tx -3 -> add r3,r0,0 ; Valid
9 bsr/tx -3 -> add r3,r0,0 ; Valid
13 bsr/tx -3 -> bsr -10 ; Valid
14 bsr/tx -3 -> bsr/fx -10 ; Valid
17 bra -3 -> bra/tx 10 ; Invalid
18 bra/tx -3 -> bra 10 ; Valid
19 bra/tx -3 -> bra/fx 10 ; Valid
22 bsr -3 -> bra/tx 10 ; Invalid
23 bsr/tx -3 -> bra 10 ; Valid
24 bsr/tx
[all...]
H A Dserial2O.s8 bra/tx -3 -> add r3,r0,0 ; Valid
9 bsr/tx -3 -> add r3,r0,0 ; Valid
13 bsr/tx -3 -> bsr -10 ; Valid
14 bsr/tx -3 -> bsr/fx -10 ; Valid
17 bra -3 -> bra/tx 10 ; Invalid
18 bra/tx -3 -> bra 10 ; Valid
19 bra/tx -3 -> bra/fx 10 ; Valid
22 bsr -3 -> bra/tx 10 ; Invalid
23 bsr/tx -3 -> bra 10 ; Valid
24 bsr/tx
[all...]
H A Dserial2O.l28 8 \?\?\?\? 08083000 bra/tx -3 -> add r3,r0,0 ; Valid
32 9 \?\?\?\? 102BFFFF bsr/tx -3 -> add r3,r0,0 ; Valid
43 13 \?\?\?\? 302BFFFE bsr/tx -3 -> bsr -10 ; Valid
47 14 \?\?\?\? 102BFFFF bsr/tx -3 -> bsr/fx -10 ; Valid
53 17 \?\?\?\? 00080001 bra -3 -> bra/tx 10 ; Invalid
58 18 \?\?\?\? 10080001 bra/tx -3 -> bra 10 ; Valid
62 19 \?\?\?\? 100BFFFF bra/tx -3 -> bra/fx 10 ; Valid
68 22 \?\?\?\? 00080001 bsr -3 -> bra/tx 10 ; Invalid
77 23 \?\?\?\? 10080001 bsr/tx -3 -> bra 10 ; Valid
81 24 \?\?\?\? 102BFFFF bsr/tx
[all...]
H A Dlabel-debug.s4 bra.s/tx _abc || nop
H A Dlabel.s4 bra.s/tx _abc || nop
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D930614-1.c9 double tx = 0.0, ty, d; local
15 d = (tx > ty) ? tx : ty;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D930614-1.c9 double tx = 0.0, ty, d; local
15 d = (tx > ty) ? tx : ty;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Did-16.c27 int tx; local
31 *&tx =
40 (dx + 19 - 1))][k] = ((tx) * (19 + 1) + (ty));
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h47 * No synchronization is needed because a tx can only be handled
110 int dmu_tx_assign(dmu_tx_t *tx, uint64_t txg_how);
111 void dmu_tx_commit(dmu_tx_t *tx);
112 void dmu_tx_abort(dmu_tx_t *tx);
113 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);
114 void dmu_tx_wait(dmu_tx_t *tx);
116 void dmu_tx_callback_register(dmu_tx_t *tx, dmu_tx_callback_func_t *dcb_func,
129 int dmu_tx_is_syncing(dmu_tx_t *tx);
130 int dmu_tx_private_ok(dmu_tx_t *tx);
131 void dmu_tx_add_new_object(dmu_tx_t *tx, objset_
[all...]
H A Dbplist.h71 typedef void bplist_sync_cb_t(void *arg, const blkptr_t *bp, dmu_tx_t *tx);
75 extern uint64_t bplist_create(objset_t *mos, int blocksize, dmu_tx_t *tx);
76 extern void bplist_destroy(objset_t *mos, uint64_t object, dmu_tx_t *tx);
81 extern int bplist_enqueue(bplist_t *bpl, const blkptr_t *bp, dmu_tx_t *tx);
82 extern void bplist_enqueue_cb(void *bpl, const blkptr_t *bp, dmu_tx_t *tx);
85 void *arg, dmu_tx_t *tx);
86 extern void bplist_vacate(bplist_t *bpl, dmu_tx_t *tx);
H A Ddsl_pool.h135 int dsl_pool_tempreserve_space(dsl_pool_t *dp, uint64_t space, dmu_tx_t *tx);
136 void dsl_pool_tempreserve_clear(dsl_pool_t *dp, int64_t space, dmu_tx_t *tx);
138 void dsl_pool_willuse_space(dsl_pool_t *dp, int64_t space, dmu_tx_t *tx);
140 void dsl_pool_ds_destroyed(struct dsl_dataset *ds, struct dmu_tx *tx);
141 void dsl_pool_ds_snapshotted(struct dsl_dataset *ds, struct dmu_tx *tx);
143 struct dmu_tx *tx);
144 void dsl_pool_create_origin(dsl_pool_t *dp, dmu_tx_t *tx);
145 void dsl_pool_upgrade_clones(dsl_pool_t *dp, dmu_tx_t *tx);
149 void dsl_pool_scrub_sync(dsl_pool_t *dp, dmu_tx_t *tx);
157 const char *tag, uint64_t *now, dmu_tx_t *tx);
[all...]
H A Dzap.h130 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
132 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
135 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
142 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
145 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
157 int zap_destroy(objset_t *ds, uint64_t zapobj, dmu_tx_t *tx);
213 const void *val, dmu_tx_t *tx);
216 const void *val, dmu_tx_t *tx);
227 int integer_size, uint64_t num_integers, const void *val, dmu_tx_t *tx);
230 int integer_size, uint64_t num_integers, const void *val, dmu_tx_t *tx);
[all...]
H A Ddsl_dir.h94 /* gross estimate of space used by in-flight tx's */
112 const char *name, dmu_tx_t *tx);
118 void dsl_dir_dirty(dsl_dir_t *dd, dmu_tx_t *tx);
119 void dsl_dir_sync(dsl_dir_t *dd, dmu_tx_t *tx);
122 dmu_tx_t *tx);
123 void dsl_dir_tempreserve_clear(void *tr_cookie, dmu_tx_t *tx);
124 void dsl_dir_willuse_space(dsl_dir_t *dd, int64_t space, dmu_tx_t *tx);
126 int64_t used, int64_t compressed, int64_t uncompressed, dmu_tx_t *tx);
128 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
135 int dsl_dir_set_reservation_check(void *arg1, void *arg2, dmu_tx_t *tx);
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtxsnd.c39 #include <hpcmips/tx/tx39var.h>
40 #include <hpcmips/tx/txsnd.h>
/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Dmakemaze.c145 int tx, ty; local
153 tx = ty = 0;
164 tx = x;
168 tx = x;
172 tx = x + 2;
176 tx = x - 2;
180 if (tx < 0 || ty < 0 || tx >= WIDTH || ty >= HEIGHT)
182 if (Maze[ty][tx] == SPACE)
184 Maze[(y + ty) / 2][(x + tx) /
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_fast_s_mp_mul_digs.c55 int tx, ty; local
61 tx = ix - ty;
64 tmpx = a->dp + tx;
68 while (tx++ < a->used && ty-- >= 0) { ... }
70 iy = MIN(a->used-tx, ty+1);
H A Dbn_fast_s_mp_mul_high_digs.c47 int tx, ty, iy; local
52 tx = ix - ty;
55 tmpx = a->dp + tx;
59 while (tx++ < a->used && ty-- >= 0) { ... }
61 iy = MIN(a->used-tx, ty+1);
H A Dbn_fast_s_mp_sqr.c24 * (ty-tx) so that it never happens. You double all those
47 int tx, ty, iy; local
56 tx = ix - ty;
59 tmpx = a->dp + tx;
63 while (tx++ < a->used && ty-- >= 0) { ... }
65 iy = MIN(a->used-tx, ty+1);
67 /* now for squaring tx can never equal ty
71 iy = MIN(iy, (ty-tx+1)>>1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr42183.C38 virtual IntRect controlClipRect(int tx, int ty) const;
41 IntRect RenderMenuList::controlClipRect(int tx, int ty) const { argument
42 IntRect outerBox(tx + borderLeft() + paddingLeft(),
45 IntRect innerBox(tx + m_innerBlock->xPos() + m_innerBlock->paddingLeft(),
/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.trap.h68 xchar tx,ty; member in struct:trap
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
H A Drc4-586.pl67 $tx="ecx";
77 &add (&LB($yy),&LB($tx));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
81 &add ($ty,$tx);
86 &mov ($tx,&DWP(0,$dat,$xx,4));
88 &mov ($tx,&wparam(3)); # reload [re-biased] out
105 &add (&LB($yy),&LB($tx));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
115 &add (&LB($ty),&LB($tx));
117 &mov ($tx,
[all...]

Completed in 251 milliseconds

123456789