Searched refs:transactions (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c114 list_t transactions; member in struct:xenbus_dev_data
378 list_create(&xbs->transactions, sizeof (struct xenbus_dev_transaction),
413 list_head(&xbs->transactions)) {
415 list_remove(&xbs->transactions, (void *)trans);
583 list_insert_tail(&xbs->transactions, (void *)trans);
587 list_head(&xbs->transactions); trans;
589 list_next(&xbs->transactions, (void *)trans))
596 list_remove(&xbs->transactions, (void *)trans);
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s286 ! Note: has no implications on pending bus transactions.
358 ! this, all transactions to cachable address space
427 ! the completion of all pending coherent transactions
475 SET_NULL_LPA(%o1, %o2) ! prep for cachable transactions
725 ! Make sure all outstanding transactions for this processor
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c115 /* mount id to detect very old transactions */
334 /* The number of valid transactions in journal */
363 * uncommitted transactions aren't cached.
399 int transactions = INFO->journal_transactions; local
404 while (transactions-- > 0)
424 * transactions are still on disk.
457 * in later transactions.
469 * The first number of valid transactions and the descriptor block of the
470 * first valid transaction are held in INFO. The transactions are all
504 /* no more valid transactions */
[all...]

Completed in 68 milliseconds