Home
last modified time | relevance | path

Searched refs:rewind (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/falcon/
Dcmdq.c26 nvkm_falcon_cmdq_has_room(struct nvkm_falcon_cmdq *cmdq, u32 size, bool *rewind) in nvkm_falcon_cmdq_has_room() argument
39 *rewind = true; in nvkm_falcon_cmdq_has_room()
74 bool rewind = false; in nvkm_falcon_cmdq_open() local
78 if (!nvkm_falcon_cmdq_has_room(cmdq, size, &rewind)) { in nvkm_falcon_cmdq_open()
86 if (rewind) in nvkm_falcon_cmdq_open()
/linux-6.6.21/Documentation/admin-guide/
Ddevices.txt224 128 = /dev/nst0 First SCSI tape, mode 0, no rewind
225 129 = /dev/nst1 Second SCSI tape, mode 0, no rewind
227 160 = /dev/nst0l First SCSI tape, mode 1, no rewind
228 161 = /dev/nst1l Second SCSI tape, mode 1, no rewind
230 192 = /dev/nst0m First SCSI tape, mode 2, no rewind
231 193 = /dev/nst1m Second SCSI tape, mode 2, no rewind
233 224 = /dev/nst0a First SCSI tape, mode 3, no rewind
234 225 = /dev/nst1a Second SCSI tape, mode 3, no rewind
237 "No rewind" refers to the omission of the default
238 automatic rewind on device close. The MTREW or MTOFFL
[all …]
/linux-6.6.21/drivers/infiniband/hw/qib/
Dqib_uc.c359 goto rewind; in qib_uc_rcv()
362 goto rewind; in qib_uc_rcv()
382 goto rewind; in qib_uc_rcv()
387 goto rewind; in qib_uc_rcv()
510 rewind: in qib_uc_rcv()
/linux-6.6.21/drivers/infiniband/hw/hfi1/
Duc.c380 goto rewind; in hfi1_uc_rcv()
383 goto rewind; in hfi1_uc_rcv()
400 goto rewind; in hfi1_uc_rcv()
405 goto rewind; in hfi1_uc_rcv()
533 rewind: in hfi1_uc_rcv()
/linux-6.6.21/tools/testing/selftests/mqueue/
Dmq_open_tests.c73 rewind(stream); in __set()
121 rewind(stream); in get()
131 rewind(stream); in set()
Dmq_perf_tests.c167 rewind(stream); in __set()
241 rewind(stream); in get()
251 rewind(stream); in set()
264 rewind(stream); in try_set()
/linux-6.6.21/arch/mips/boot/tools/
Drelocs_main.c78 rewind(fp); in main()
/linux-6.6.21/arch/x86/tools/
Drelocs_common.c74 rewind(fp); in main()
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-class-scsi_tape20 movement such as a rewind when a rewind tape device is
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_engine.h224 if (engine->reset.rewind) in __intel_engine_reset()
225 engine->reset.rewind(engine, stalled); in __intel_engine_reset()
Dintel_engine_types.h498 void (*rewind)(struct intel_engine_cs *engine, bool stalled); member
Dmock_engine.c374 engine->base.reset.rewind = mock_reset_rewind; in mock_engine()
/linux-6.6.21/fs/exfat/
Ddir.c986 int i, rewind = 0, dentry = 0, end_eidx = 0, num_ext = 0, len; in exfat_find_dir_entry() local
1012 rewind: in exfat_find_dir_entry()
1023 if (rewind && dentry == end_eidx) in exfat_find_dir_entry()
1141 if (!rewind && end_eidx) { in exfat_find_dir_entry()
1142 rewind = 1; in exfat_find_dir_entry()
1145 goto rewind; in exfat_find_dir_entry()
/linux-6.6.21/Documentation/scsi/
Dst.rst72 limits). Both the auto-rewind (minor equals device number) and
73 non-rewind devices (minor is 128 + device number) are implemented.
106 If rewind, offline, bsf, or seek is done and previous tape operation was
131 The non-rewind bit is always bit 7 (the uppermost bit in the lowermost
132 byte). The bits defining the mode are below the non-rewind bit. The
143 and non-rewind entries for each mode. The names are stxy and nstxy, where x
161 directory corresponding to the mode 0 auto-rewind device (e.g., st0).
191 movement such as when rewind on close tape devices are used.
422 Set device off line (often rewind plus eject).
527 the command to finish) for some commands (e.g., rewind)
/linux-6.6.21/include/net/9p/
Dclient.h284 int16_t *tag, int rewind);
/linux-6.6.21/drivers/acpi/apei/
Dapei-base.c161 rewind: in __apei_exec_run()
184 goto rewind; in __apei_exec_run()
/linux-6.6.21/drivers/md/
DMakefile8 dm-rq.o dm-io-rewind.o
/linux-6.6.21/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S200 moveq r10, #0 @ yes - rewind to buffer start
/linux-6.6.21/arch/sh/kernel/cpu/sh2a/
Dentry.S68 add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame
/linux-6.6.21/tools/testing/selftests/mm/
Dmremap_test.c131 rewind(maps_fp); in is_range_mapped()
/linux-6.6.21/arch/arm/crypto/
Daes-ce-core.S568 add r1, r1, r4 @ rewind input pointer
654 add r1, r1, r4 @ rewind input pointer
/linux-6.6.21/arch/s390/kernel/
Dentry.S241 # will rewind the PSW by the ILC, which is often 4 bytes in case of SIE. There
/linux-6.6.21/arch/sh/kernel/cpu/sh2/
Dentry.S87 add #(4+2)*4,r3 ! rewind r0 - r3 + exception frame
/linux-6.6.21/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c460 goto rewind; in gelic_card_fill_rx_chain()
466 rewind: in gelic_card_fill_rx_chain()
/linux-6.6.21/Documentation/sound/designs/
Dtimestamping.rst182 measurement can help define rewind safeguards). Compensating for the

12