HomeSort by: relevance | last modified time | path
    Searched refs:reservation (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/xen/xen/
balloon.c 43 * will also refuse to decrease reservation below a certain threshold
52 * Modification of the reservation is signaled by writing inside the
59 * to decrease/increase domain's reservation accordingly.
139 size_t balloon_target; /* Target domain reservation size in pages. */
221 aprint_normal_dev(self, "current reservation: %"PRIu64" KiB\n",
224 aprint_normal_dev(self, "min reservation: %"PRIu64" KiB\n",
226 aprint_normal_dev(self, "max reservation: %"PRIu64" KiB\n",
267 * Returns maximum memory reservation available to current domain. In Xen
281 /* well, a maximum reservation of 0 is really bogus */
282 panic("%s failed, maximum reservation returned 0", __func__)
374 struct xen_memory_reservation reservation = { local
440 struct xen_memory_reservation reservation = { local
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dsl_dir.h 77 /* Administrative reservation setting */
151 uint64_t reservation);
161 uint64_t reservation, cred_t *cr, dmu_tx_t *tx);
dsl_dataset.h 308 uint64_t reservation);
  /src/external/gpl3/gdb/dist/sim/ppc/
cpu.c 66 /* address reservation: keep the physical address and the contents
68 memory_reservation reservation; member in struct:_cpu
354 /* reservation access */
360 return &processor->reservation;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
cpu.c 66 /* address reservation: keep the physical address and the contents
68 memory_reservation reservation; member in struct:_cpu
354 /* reservation access */
360 return &processor->reservation;
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 123 int reservation;
1978 int unit = INSN_INFO_ENTRY (INSN_UID (insn)).reservation;
2026 int unit = INSN_INFO_ENTRY (INSN_UID (insn)).reservation;
3078 if (INSN_INFO_ENTRY (INSN_UID (within)).reservation != 0)
3079 reserved |= 1 << INSN_INFO_ENTRY (INSN_UID (within)).reservation;
3123 if (INSN_INFO_ENTRY (uid).reservation != 0)
3134 reservation spans more than one cycle, the reservation contains
3160 INSN_INFO_ENTRY (uid).reservation = t;
3189 INSN_INFO_ENTRY (uid).reservation
121 int reservation; member in struct:__anon10777
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 123 int reservation;
1978 int unit = INSN_INFO_ENTRY (INSN_UID (insn)).reservation;
2026 int unit = INSN_INFO_ENTRY (INSN_UID (insn)).reservation;
3079 if (INSN_INFO_ENTRY (INSN_UID (within)).reservation != 0)
3080 reserved |= 1 << INSN_INFO_ENTRY (INSN_UID (within)).reservation;
3124 if (INSN_INFO_ENTRY (uid).reservation != 0)
3135 reservation spans more than one cycle, the reservation contains
3161 INSN_INFO_ENTRY (uid).reservation = t;
3190 INSN_INFO_ENTRY (uid).reservation
121 int reservation; member in struct:__anon725
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c 894 return insn->opdef->reservation;
1251 int reservation = insn_reservation & 0xff; local
1252 const int *reservation_table = kvx_core_info->reservation_table_table[reservation];
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c 894 return insn->opdef->reservation;
1251 int reservation = insn_reservation & 0xff; local
1252 const int *reservation_table = kvx_core_info->reservation_table_table[reservation];
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_dir.c 1242 * has been called), the reservation should be canceled, using
1301 * Clear a temporary reservation that we previously made with
1644 uint64_t reservation)
1650 ddsqra.ddsqra_value = reservation;
  /src/external/gpl3/binutils/dist/include/opcode/
kvx.h 197 /* Reservation class. */
198 int reservation; member in struct:kvxopc
  /src/external/gpl3/binutils.old/dist/include/opcode/
kvx.h 197 /* Reservation class. */
198 int reservation; member in struct:kvxopc
  /src/external/gpl3/gdb/dist/include/opcode/
kvx.h 197 /* Reservation class. */
198 int reservation; member in struct:kvxopc
  /src/external/gpl3/gdb.old/dist/include/opcode/
kvx.h 197 /* Reservation class. */
198 int reservation; member in struct:kvxopc

Completed in 87 milliseconds