Searched refs:deferred (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnetif.h38 int deferred; member in struct:netif_stats
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x127 % __nisdb_dictionary_defer_t deferred;
274 %/* Set deferred commit mode; intended for replica resync */
277 %/* Commit deferred changes; intended for replica resync */
280 %/* Roll back deferred changes; intended for replica resync */
H A Ddb_dictionary.cc1479 /* If desired, look in the deferred dictionary first */
1480 if (initialized && searchDeferred && deferred.dictionary != NULL)
1481 ret = search_dictionary(deferred.dictionary, tab);
1493 /* Most operations should use the deferred dictionary if it exists */
2227 * Set deferred commit mode. To do this, we make a copy of the table
2228 * (structures and data), and put that on the deferred dictionary list.
2254 if (deferred.dictionary == NULL) {
2255 deferred.dictionary = new db_dict_desc;
2256 if (deferred.dictionary == NULL) {
2261 deferred
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c1118 uint64_t deferred = 0; local
1167 * minus any outstanding deferred frees.
1178 deferred = metaslab_class_get_deferred(spa_normal_class(spa));
1179 if (poolsize - deferred < quota) {
1180 quota = poolsize - deferred;
1193 (retval == ENOSPC && used_on_disk < quota + deferred))
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h492 deferred : 1, member in struct:tx_desc_type::__anon9518
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c1271 * 'p' is polymorphic -- if this function is called to process a deferred
1273 * the irq pointer is retrieved. If not doing deferred reprogramming,
1282 apic_setup_io_intr(void *p, int irq, boolean_t deferred) argument
1288 if (deferred) {
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1572 apic_setup_io_intr(void *p, int irq, boolean_t deferred) argument
1579 if (deferred) {
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h809 extern int apic_setup_io_intr(void *p, int irq, boolean_t deferred);

Completed in 472 milliseconds