Home
last modified time | relevance | path

Searched refs:tx (Results 101 – 125 of 238) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_send.c131 packet->u1.tx.hdr_nbds = hdr_nbds; in lm_pre_process_lso_packet()
417 wnd_size = MAX_FETCH_BD - lmpkt->u1.tx.hdr_nbds - num_parsing_bds - 1; in lm_is_packet_coalescing_required()
658 if (ERR_IF(packet->u1.tx.coalesce_buf != NULL)) in lm_send_packet()
674 packet->u1.tx.hdr_nbds = 1; in lm_send_packet()
691 if (packet->u1.tx.coalesce_buf) in lm_send_packet()
695 packet->u1.tx.coalesce_buf = NULL; in lm_send_packet()
990 packet->u1.tx.bd_used = start_bd_nbd += (u16_t)frags->cnt; in lm_send_packet()
992 packet->u1.tx.next_bd_idx = lm_bd_chain_prod_idx(&tx_chain->bd_chain); in lm_send_packet()
1123 old_idx = pkt->u1.tx.next_bd_idx; in lm_get_packets_sent()
1129 if (pkt->u1.tx.coalesce_buf) { in lm_get_packets_sent()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h425 extern boolean_t zil_replaying(zilog_t *zilog, dmu_tx_t *tx);
427 extern void zil_destroy_sync(zilog_t *zilog, dmu_tx_t *tx);
428 extern void zil_rollback_destroy(zilog_t *zilog, dmu_tx_t *tx);
432 extern void zil_itx_assign(zilog_t *zilog, itx_t *itx, dmu_tx_t *tx);
441 struct dsl_dataset *ds, void *tx);
442 extern void zil_sync(zilog_t *zilog, dmu_tx_t *tx);
H A Ddsl_scan.h175 ddt_entry_t *dde, dmu_tx_t *tx);
176 void dsl_scan_ds_destroyed(struct dsl_dataset *ds, struct dmu_tx *tx);
177 void dsl_scan_ds_snapshotted(struct dsl_dataset *ds, struct dmu_tx *tx);
179 struct dmu_tx *tx);
H A Dvdev.h82 dmu_tx_t *tx);
83 extern uint64_t vdev_create_link_zap(vdev_t *vd, dmu_tx_t *tx);
84 extern void vdev_construct_zaps(vdev_t *vd, dmu_tx_t *tx);
85 extern void vdev_destroy_spacemaps(vdev_t *vd, dmu_tx_t *tx);
89 uint64_t offset, uint64_t size, dmu_tx_t *tx);
158 extern boolean_t vdev_clear_resilver_deferred(vdev_t *vd, dmu_tx_t *tx);
H A Dvdev_indirect_mapping.h100 extern uint64_t vdev_indirect_mapping_alloc(objset_t *os, dmu_tx_t *tx);
102 dmu_tx_t *tx);
116 list_t *vime_list, dmu_tx_t *tx);
H A Dzcp_set.h41 int zcp_set_prop_check(void *arg, dmu_tx_t *tx);
42 void zcp_set_prop_sync(void *arg, dmu_tx_t *tx);
H A Dzcp_change_key.h32 int zcp_synctask_change_key_check(void *arg, dmu_tx_t *tx);
33 void zcp_synctask_change_key_sync(void *arg, dmu_tx_t *tx);
H A Dbplist.h45 typedef int bplist_itor_t(void *arg, const blkptr_t *bp, dmu_tx_t *tx);
51 void *arg, dmu_tx_t *tx);
H A Dddt.h163 int (*ddt_op_create)(objset_t *os, uint64_t *object, dmu_tx_t *tx,
165 int (*ddt_op_destroy)(objset_t *os, uint64_t object, dmu_tx_t *tx);
170 dmu_tx_t *tx);
172 dmu_tx_t *tx);
247 enum ddt_class class, ddt_entry_t *dde, dmu_tx_t *tx);
H A Ddsl_userhold.h49 boolean_t temphold, struct dmu_tx *tx);
51 minor_t minor, uint64_t now, struct dmu_tx *tx);
H A Ddsl_deleg.h81 void dsl_deleg_set_create_perms(dsl_dir_t *dd, dmu_tx_t *tx, cred_t *cr);
84 int dsl_deleg_destroy(objset_t *os, uint64_t zapobj, dmu_tx_t *tx);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddate.c576 DateTime tx; in parseModifier() local
579 memset(&tx, 0, sizeof(tx)); in parseModifier()
580 if( parseHhMmSs(z2, &tx) ) break; in parseModifier()
581 computeJD(&tx); in parseModifier()
582 tx.rJD -= 0.5; in parseModifier()
583 day = (int)tx.rJD; in parseModifier()
584 tx.rJD -= day; in parseModifier()
585 if( z[0]=='-' ) tx.rJD = -tx.rJD; in parseModifier()
588 p->rJD += tx.rJD; in parseModifier()
/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c765 kthread_t *tx; in proccmp() local
787 ty = tx = pp->p_tlist; in proccmp()
789 if (tx->t_cid == *argp->pcmp_cidp) { in proccmp()
796 ty = tx; in proccmp()
799 } while ((tx = tx->t_forw) != pp->p_tlist); in proccmp()
808 tx = *argp->pcmp_retthreadp; in proccmp()
812 mutex_exit(&(ttoproc(tx)->p_lock)); in proccmp()
830 kthread_t *tx; in threadcmp() local
851 tx = *argp->pcmp_retthreadp; in threadcmp()
852 if (CL_GLOBPRI(tp) > CL_GLOBPRI(tx)) { in threadcmp()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c853 kthread_t *tx; in stop() local
968 for (tx = t->t_forw; tx != t; tx = tx->t_forw) { in stop()
970 thread_lock(tx); in stop()
971 if (ISTOPPED(tx) || in stop()
973 thread_unlock(tx); in stop()
996 if (ISWAITING(tx)) in stop()
1006 thread_unlock(tx); in stop()
1075 for (tx = t->t_forw; procstop && tx != t; tx = tx->t_forw) { in stop()
1076 if (VSTOPPED(tx)) in stop()
1078 thread_lock(tx); in stop()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1400 dmu_tx_commit(tx); in spa_unload_log_sm_flush_all()
3820 dmu_tx_t *tx; local
3835 dmu_tx_commit(tx);
5084 dmu_tx_t *tx; local
5340 dmu_tx_commit(tx);
6949 dmu_tx_t *tx; local
7216 dmu_tx_abort(tx);
7232 dmu_tx_commit(tx);
7993 tx));
8165 tx);
[all …]
H A Dzfs_fuid.c222 zfs_fuid_sync(zfsvfs_t *zfsvfs, dmu_tx_t *tx) in zfs_fuid_sync() argument
245 sizeof (uint64_t), tx); in zfs_fuid_sync()
248 &zfsvfs->z_fuid_obj, tx) == 0); in zfs_fuid_sync()
276 zfsvfs->z_fuid_size, packed, tx); in zfs_fuid_sync()
280 dmu_buf_will_dirty(db, tx); in zfs_fuid_sync()
775 zfs_fuid_txhold(zfsvfs_t *zfsvfs, dmu_tx_t *tx) in zfs_fuid_txhold() argument
778 dmu_tx_hold_bonus(tx, DMU_NEW_OBJECT); in zfs_fuid_txhold()
779 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0, in zfs_fuid_txhold()
781 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, FALSE, NULL); in zfs_fuid_txhold()
783 dmu_tx_hold_bonus(tx, zfsvfs->z_fuid_obj); in zfs_fuid_txhold()
[all …]
H A Dzfs_vfsops.c849 dmu_tx_t *tx; in zfs_set_userquota() local
904 dmu_tx_abort(tx); in zfs_set_userquota()
911 DMU_OT_NONE, 0, tx); in zfs_set_userquota()
927 dmu_tx_commit(tx); in zfs_set_userquota()
2631 dmu_tx_t *tx; in zfs_set_version() local
2643 tx = dmu_tx_create(os); in zfs_set_version()
2652 dmu_tx_abort(tx); in zfs_set_version()
2657 8, 1, &newvers, tx); in zfs_set_version()
2660 dmu_tx_commit(tx); in zfs_set_version()
2670 DMU_OT_NONE, 0, tx); in zfs_set_version()
[all …]
H A Dbplist.c63 bplist_iterate(bplist_t *bpl, bplist_itor_t *func, void *arg, dmu_tx_t *tx) in bplist_iterate() argument
72 func(arg, &bpe->bpe_blk, tx); in bplist_iterate()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1414 if (tx != NULL) { in pr_setrun()
1415 thread_lock(tx); in pr_setrun()
1418 setrun_locked(tx); in pr_setrun()
1419 thread_unlock(tx); in pr_setrun()
1549 kthread_t *tx; in pr_setsig() local
1599 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig()
1613 } while ((tx = tx->t_forw) != p->p_tlist); in pr_setsig()
1635 thread_lock(tx); in pr_setsig()
1639 setrun_locked(tx); in pr_setsig()
1641 thread_unlock(tx); in pr_setsig()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c33 volatile struct toe_tx_db_data *db_data = tx_con->db_data.tx; in _lm_tcp_tx_write_db()
137 dbg_bytes_prod_seq = tx_con->db_data.tx->bytes_prod_seq + tx_con->db_more_bytes; in lm_tcp_tx_post_buf()
153 if ((u32_t)frag_list->size >= tx_con->u.tx.mss) { in lm_tcp_tx_post_buf()
179 if (tcp_buf->size >= tx_con->u.tx.mss) { in lm_tcp_tx_post_buf()
191 tx_con->u.tx.bds_without_comp_flag = 0; in lm_tcp_tx_post_buf()
198 tx_con->u.tx.bds_without_comp_flag += tcp_buf->bd_used; in lm_tcp_tx_post_buf()
199 if (tx_con->u.tx.bds_without_comp_flag > (tx_chain->capacity - MAX_FRAG_CNT_PER_TB)) { in lm_tcp_tx_post_buf()
201 tx_con->u.tx.bds_without_comp_flag = 0; in lm_tcp_tx_post_buf()
235 if (!(tcp->tx_con->u.tx.flags & TCP_CON_FIN_REQ_LM_INTERNAL)) { in lm_tcp_tx_graceful_disconnect_complete()
613 (tcp_con->u.tx.bds_without_comp_flag != 0) in lm_tcp_graceful_disconnect()
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c1418 scf_transaction_t *tx; in pg_set_prop_value() local
1481 scf_transaction_reset(tx); in pg_set_prop_value()
1509 scf_transaction_reset(tx); in pg_set_prop_value()
1531 scf_transaction_destroy(tx); in pg_set_prop_value()
1914 scf_transaction_t *tx; in libscf_clear_runlevel() local
2015 scf_transaction_reset(tx); in libscf_clear_runlevel()
2038 scf_transaction_reset(tx); in libscf_clear_runlevel()
2058 scf_transaction_destroy(tx); in libscf_clear_runlevel()
2622 scf_transaction_t *tx; in libscf_write_method_status() local
2767 scf_transaction_reset_all(tx); in libscf_write_method_status()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dbase64.c168 register unsigned char* tx; in base64decode() local
191 tx = te - tz; in base64decode()
196 te = tx = tp; in base64decode()
211 if (tp >= tx) in base64decode()
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c323 scf_transaction_t *tx; in aconf_save() local
333 (tx = scf_transaction_create(handle)) == NULL) in aconf_save()
338 scf_transaction_start(tx, pg) == -1) in aconf_save()
342 if (scf_transaction_property_change(tx, p->entry, in aconf_save()
347 tx_result = scf_transaction_commit(tx); in aconf_save()
348 scf_transaction_reset(tx); in aconf_save()
362 scf_transaction_destroy(tx); in aconf_save()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c2322 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*tx)) in tavor_loopback_post_send()
2328 tx->tlc_sgl.ds_va = tx->tlc_mrdesc.md_vaddr; in tavor_loopback_post_send()
2329 tx->tlc_sgl.ds_key = tx->tlc_mrdesc.md_lkey; in tavor_loopback_post_send()
2330 tx->tlc_sgl.ds_len = tx->tlc_buf_sz; in tavor_loopback_post_send()
2333 tx->tlc_wr.wr_id = tx->tlc_wrid++; in tavor_loopback_post_send()
2335 tx->tlc_wr.wr_nds = 1; in tavor_loopback_post_send()
2336 tx->tlc_wr.wr_sgl = &tx->tlc_sgl; in tavor_loopback_post_send()
2337 tx->tlc_wr.wr_opcode = IBT_WRC_RDMAW; in tavor_loopback_post_send()
2338 tx->tlc_wr.wr_trans = IBT_RC_SRV; in tavor_loopback_post_send()
2343 tx->tlc_complete = 0; in tavor_loopback_post_send()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dsleep.c175 Tv_t ts, tx; in sh_delay() local
179 while (tvsleep(&ts, &tx) < 0 && errno == EINTR) { in sh_delay()
181 ts = tx; in sh_delay()

12345678910