Searched refs:commit (Results 251 - 275 of 334) sorted by relevance

<<11121314

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv04_dac.c501 .commit = nv04_dac_commit,
512 .commit = nv04_dac_commit,
H A Dnv04_dfp.c657 .commit = nv04_dfp_commit,
668 .commit = nv04_dfp_commit,
H A Dnv50_sor.c255 .commit = nv50_sor_commit,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4proc.c445 struct nfsd4_commit *commit)
449 u32 *p = (u32 *)commit->co_verf.data;
453 status = nfsd_commit(rqstp, &cstate->current_fh, commit->co_offset,
454 commit->co_count);
444 nfsd4_commit(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_commit *commit) argument
H A Dxdr4.h390 struct nfsd4_commit commit; member in union:nfsd4_op::__anon16788
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide_inmemory.c196 * mechanism of transactional commit/abort and
323 * If all goes well, we can commit the transaction and
326 ret = txn->commit(txn, 0);
328 envp->err(envp, ret, "txn commit failed");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java351 txn.commit();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java166 * Returns whether auto-commit may be performed by the collections API.
242 trans.txn.commit();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSubIndex.java182 txn.commit();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java185 txn.commit();
386 txn.commit();
552 * secondaries when the primary is read-only. Use auto-commit (a null
1267 txn.commit();
1287 txn.commit();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java.i48 %rename(commit0) commit;
594 public void commit(int flags) throws DatabaseException {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c258 /* Initialize the commit Queue. */
803 struct __db_commit *commit; local
873 /* Discord commit queue elements. */
874 while ((commit = SH_TAILQ_FIRST(&lp->free_commits,
876 SH_TAILQ_REMOVE(&lp->free_commits, commit, links,
878 __env_alloc_free(reginfo, commit);
949 * on the group commit list. We can't know how many that will be,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_dvo.c270 .commit = intel_encoder_commit,
H A Dintel_crt.c492 .commit = intel_encoder_commit,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A D82571.c642 * otherwise, commit the checksum to the flash NVM.
1715 .commit = NULL,
1733 .commit = e1000e_phy_sw_reset,
1751 .commit = e1000e_phy_sw_reset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.c383 player_get_current_pos_clock(uint64_t *pos, struct timespec *ts, int commit) argument
410 if (commit)
426 player_get_current_pos_laudio(uint64_t *pos, struct timespec *ts, int commit) argument
440 if (commit)
456 player_get_current_pos(uint64_t *pos, struct timespec *ts, int commit) argument
461 return player_get_current_pos_clock(pos, ts, commit);
464 return player_get_current_pos_laudio(pos, ts, commit);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_inmem.c249 DB_BENCH_ASSERT(txn->commit(txn, 0) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dcache.c388 return c->ops->commit(c, h, clientfd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauimanager.tex209 to commit the changes to the user interface. If the lookup failed
319 AddPane() or InsertPane() are called in order to "realize" or "commit"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_main.c2244 int i, link_state, commit = 0; local
2289 commit++;
2328 commit++;
2338 return commit;
2433 * an acquisition of appropriate locks followed by a commit phase to
2890 int i, commit = 0; local
2902 commit++;
2938 commit++;
2957 commit++;
2961 return commit;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_inmem.c249 DB_BENCH_ASSERT(txn->commit(txn, 0) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A DMakefile356 git commit -a -m "release $(VERSION)"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c503 ctxn->commit(ctxn, DB_TXN_NOSYNC)) != 0)
542 if (txn != NULL && (ret = txn->commit(txn, 0)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c488 ctxn->commit(ctxn, DB_TXN_NOSYNC)) != 0)
527 if (txn != NULL && (ret = txn->commit(txn, 0)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dreset.c276 goto commit;
315 commit:

Completed in 272 milliseconds

<<11121314