Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A 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/Documentation/admin-guide/
H A 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/drivers/infiniband/hw/hfi1/
H A 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/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c73 rewind(stream); in __set()
121 rewind(stream); in get()
131 rewind(stream); in set()
H A 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/Documentation/ABI/testing/
H A Dsysfs-class-scsi_tape20 movement such as a rewind when a rewind tape device is
/linux/arch/mips/boot/tools/
H A Drelocs_main.c78 rewind(fp); in main()
/linux/arch/x86/tools/
H A Drelocs_common.c74 rewind(fp); in main()
/linux/scripts/ipe/polgen/
H A Dpolgen.c34 rewind(fd); in policy_to_buffer()
/linux/fs/exfat/
H A Ddir.c994 int i, rewind = 0, dentry = 0, end_eidx = 0, num_ext = 0, len; in exfat_find_dir_entry() local
1021 rewind: in exfat_find_dir_entry()
1032 if (rewind && dentry == end_eidx) in exfat_find_dir_entry()
1154 if (!rewind && end_eidx) { in exfat_find_dir_entry()
1155 rewind = 1; in exfat_find_dir_entry()
1158 goto rewind; in exfat_find_dir_entry()
/linux/Documentation/scsi/
H A 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
162 devices rewind the tape after reset and the writes/read don't access the
166 directory corresponding to the mode 0 auto-rewind device (e.g., st0).
196 movement such as when rewind on close tape devices are used.
427 Set device off line (often rewind plus eject).
[all …]
/linux/include/net/9p/
H A Dclient.h382 int16_t *tag, int rewind);
/linux/drivers/acpi/apei/
H A Dapei-base.c161 rewind: in __apei_exec_run()
184 goto rewind; in __apei_exec_run()
/linux/arch/sh/kernel/cpu/sh2a/
H A Dentry.S68 add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame
/linux/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S200 moveq r10, #0 @ yes - rewind to buffer start
/linux/arch/s390/tools/
H A Drelocs.c381 rewind(fp); in main()
/linux/drivers/gpu/drm/i915/gt/
H A Dmock_engine.c374 engine->base.reset.rewind = mock_reset_rewind; in mock_engine()
/linux/arch/arm/crypto/
H A Daes-ce-core.S568 add r1, r1, r4 @ rewind input pointer
654 add r1, r1, r4 @ rewind input pointer
/linux/arch/sh/kernel/cpu/sh2/
H A Dentry.S87 add #(4+2)*4,r3 ! rewind r0 - r3 + exception frame
/linux/Documentation/sound/designs/
H A Dtimestamping.rst182 measurement can help define rewind safeguards). Compensating for the
/linux/net/9p/
H A Dclient.c349 int16_t *tag, int rewind) in p9_parse_header() argument
382 if (rewind) in p9_parse_header()
/linux/tools/testing/selftests/mm/
H A Dmremap_test.c165 rewind(maps_fp); in is_range_mapped()
/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c670 rewind(cpuinfo); in err_on_hypervisor()
/linux/fs/unicode/
H A Dmkutf8data.c1988 rewind(file); in age_init()
2336 rewind(file); in corrections_init()
/linux/tools/testing/selftests/net/ovpn/
H A Dovpn-cli.c355 rewind(fp); in ovpn_parse_key()

12