/linux-4.4.14/Documentation/block/ |
D | pr.txt | 27 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/ |
D | balloon.c | 417 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/ |
D | sysfs-fs-xfs | 24 represents the total log reservation of all currently 35 represents the total log reservation of all currently
|
/linux-4.4.14/drivers/dma-buf/ |
D | Makefile | 1 obj-y := dma-buf.o fence.o reservation.o seqno-fence.o
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | Makefile | 15 reservation.o \
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-devices-system-xen_memory | 47 memory reservation to. 62 reservation.
|
/linux-4.4.14/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 50 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/ |
D | TODO | 13 . This can be handled by the dma-buf fence/reservation stuff when it
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smem.txt | 15 Definition: handle to memory reservation for main SMEM memory region.
|
/linux-4.4.14/arch/x86/xen/ |
D | setup.c | 237 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/ |
D | 00README.txt | 25 LL/TLBP/SC. Since the TLBP instruction causes a trap the reservation gets cleared
|
/linux-4.4.14/Documentation/DocBook/ |
D | .device-drivers.xml.cmd | 2 …inux/fence.h include/linux/seqno-fence.h drivers/dma-buf/reservation.c include/linux/reservation.h…
|
/linux-4.4.14/fs/jffs2/ |
D | TODO | 7 make the reservation.
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 28 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/ |
D | Kconfig | 100 Helpers to allow for reservation of memory regions
|
/linux-4.4.14/Documentation/usb/ |
D | WUSB-Design-overview.txt | 250 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/ |
D | transhuge.txt | 53 - 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/ |
D | tcm_mod_builder.txt | 22 SPC-3 persistent reservation are automatically generated in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 395 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
|
D | netfs-api.txt | 802 (*) Data space reservation: 810 If size is given as zero then the reservation will be cancelled.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 519 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/ |
D | firmware-assisted-dump.txt | 13 - Fadump uses the same firmware interfaces and memory reservation model
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.machine | 185 int "Memory reservation (MiB)"
|
/linux-4.4.14/fs/ext4/ |
D | extents.c | 4546 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/ |
D | ChangeLog.megaraid | 192 megaraid: reservation reset failed
|
D | ChangeLog.lpfc | 481 reservation conflicts, etc 1386 * Free irq reservation and kill running timers when insmod or
|
/linux-4.4.14/Documentation/ |
D | pinctrl.txt | 1417 The above has to be done from process context. The reservation of the pins
|
/linux-4.4.14/ |
D | MAINTAINERS | 3535 F: include/linux/reservation.h
|