Home
last modified time | relevance | path

Searched refs:reservation (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/Documentation/block/
Dpr.txt27 Only the initiator that owns the reservation can write to the
32 Only the initiator that owns the reservation can access the
48 All initiators with a registered key are considered reservation
50 Please reference the SPC spec on the meaning of a reservation
56 All initiators with a registered key are considered reservation
58 Please reference the SPC spec on the meaning of a reservation
67 This ioctl command registers a new reservation if the new_key argument
68 is non-null. If no existing reservation exists old_key must be zero,
69 if an existing reservation should be replaced old_key must contain
70 the old reservation key.
[all …]
/linux-4.4.14/drivers/xen/
Dballoon.c417 struct xen_memory_reservation reservation = { in increase_reservation() local
440 set_xen_guest_handle(reservation.extent_start, frame_list); in increase_reservation()
441 reservation.nr_extents = nr_pages; in increase_reservation()
442 rc = HYPERVISOR_memory_op(XENMEM_populate_physmap, &reservation); in increase_reservation()
489 struct xen_memory_reservation reservation = { in decrease_reservation() local
554 set_xen_guest_handle(reservation.extent_start, frame_list); in decrease_reservation()
555 reservation.nr_extents = nr_pages; in decrease_reservation()
556 ret = HYPERVISOR_memory_op(XENMEM_decrease_reservation, &reservation); in decrease_reservation()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-fs-xfs24 represents the total log reservation of all currently
35 represents the total log reservation of all currently
/linux-4.4.14/drivers/dma-buf/
DMakefile1 obj-y := dma-buf.o fence.o reservation.o seqno-fence.o
/linux-4.4.14/drivers/usb/wusbcore/
DMakefile15 reservation.o \
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-devices-system-xen_memory47 memory reservation to.
62 reservation.
/linux-4.4.14/Documentation/filesystems/
Dxfs-delayed-logging-design.txt50 a special log reservation known as a permanent transaction reservation. A
53 of reservation size limitations. Hence a rolling extent removal transaction
478 The big issue for a checkpoint transaction is the log space reservation for the
486 usage of the transaction. The reservation accounts for log record headers,
502 space. From this, it should be obvious that a static log space reservation is
506 Further, if we are going to use a static reservation, which bit of the entire
507 reservation does it cover? We account for space used by the transaction
508 reservation by tracking the space currently used by the object in the CIL and
510 relogged. This allows for a checkpoint reservation to only have to account for
513 However, even using a static reservation for just the log metadata is
[all …]
/linux-4.4.14/drivers/gpu/drm/omapdrm/
DTODO13 . This can be handled by the dma-buf fence/reservation stuff when it
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smem.txt15 Definition: handle to memory reservation for main SMEM memory region.
/linux-4.4.14/arch/x86/xen/
Dsetup.c237 struct xen_memory_reservation reservation = { in xen_free_mfn() local
243 set_xen_guest_handle(reservation.extent_start, &mfn); in xen_free_mfn()
244 reservation.nr_extents = 1; in xen_free_mfn()
246 return HYPERVISOR_memory_op(XENMEM_decrease_reservation, &reservation); in xen_free_mfn()
/linux-4.4.14/arch/mips/kvm/
D00README.txt25 LL/TLBP/SC. Since the TLBP instruction causes a trap the reservation gets cleared
/linux-4.4.14/Documentation/DocBook/
D.device-drivers.xml.cmd2 …inux/fence.h include/linux/seqno-fence.h drivers/dma-buf/reservation.c include/linux/reservation.h…
/linux-4.4.14/fs/jffs2/
DTODO7 make the reservation.
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt28 to be locked, the caller would be assigned a unique reservation id/ticket,
30 associated with a execbuf, the one with the lowest reservation ticket (i.e.
31 the oldest task) wins, and the one with the higher reservation id (i.e. the
47 trying to acquire locks doesn't grab a new reservation id, but keeps the one it
/linux-4.4.14/drivers/of/
DKconfig100 Helpers to allow for reservation of memory regions
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt250 availability information will be used by the bandwidth reservation
253 The bandwidth reservation routines are in progress and are thus not
255 to initiate DRP reservation requests through interaction with sysfs. DRP
256 reservation requests from remote UWB devices will also be handled. The
259 completion. [Note: The bandwidth reservation work is in progress and
/linux-4.4.14/Documentation/vm/
Dtranshuge.txt53 - it doesn't require memory reservation and in turn it uses hugepages
54 whenever possible (the only possible reservation here is kernelcore=
65 if compared to the reservation approach of hugetlbfs by allowing all
67 entities). It doesn't require reservation to prevent hugepage
/linux-4.4.14/Documentation/target/
Dtcm_mod_builder.txt22 SPC-3 persistent reservation are automatically generated in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt395 taken as request to cancel a reservation.
400 The reservation may exceed the current size of the object, thus permitting
402 exceed the reservation, it's permitted to refuse requests to allocate
403 pages, but not required. An object may be pruned down to its reservation
Dnetfs-api.txt802 (*) Data space reservation:
810 If size is given as zero then the reservation will be cancelled.
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt519 With this, my_cpuhog_app is put to run inside a SCHED_DEADLINE reservation
521 You can also use schedtool to create a reservation for an already running
614 /* This creates a 10ms/30ms reservation */
/linux-4.4.14/Documentation/powerpc/
Dfirmware-assisted-dump.txt13 - Fadump uses the same firmware interfaces and memory reservation model
/linux-4.4.14/arch/m68k/
DKconfig.machine185 int "Memory reservation (MiB)"
/linux-4.4.14/fs/ext4/
Dextents.c4546 int reservation = allocated_clusters - in ext4_ext_map_blocks() local
4589 EXT4_C2B(sbi, reservation)); in ext4_ext_map_blocks()
4591 ei->i_reserved_data_blocks += reservation; in ext4_ext_map_blocks()
/linux-4.4.14/Documentation/scsi/
DChangeLog.megaraid192 megaraid: reservation reset failed
DChangeLog.lpfc481 reservation conflicts, etc
1386 * Free irq reservation and kill running timers when insmod or
/linux-4.4.14/Documentation/
Dpinctrl.txt1417 The above has to be done from process context. The reservation of the pins
/linux-4.4.14/
DMAINTAINERS3535 F: include/linux/reservation.h