Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
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/ide/
A Dide-tape.rst17 ht0 major 37, minor 0 first IDE tape, rewind on close.
18 ht1 major 37, minor 1 second IDE tape, rewind on close.
20 nht0 major 37, minor 128 first IDE tape, no rewind on close.
21 nht1 major 37, minor 129 second IDE tape, no rewind on close.
A DChangeLog.ide-tape.1995-200231 * as a rewind) before we can access the other device
199 * 3) Either solve or document the fact that `mt rewind' is
/linux/Documentation/admin-guide/
A Ddevices.txt400 3 = /dev/tpqic11 QIC-11, rewind-on-close
402 5 = /dev/tpqic24 QIC-24, rewind-on-close
404 7 = /dev/tpqic120 QIC-120, rewind-on-close
574 0 = /dev/qft0 Unit 0, rewind-on-close
575 1 = /dev/qft1 Unit 1, rewind-on-close
576 2 = /dev/qft2 Unit 2, rewind-on-close
577 3 = /dev/qft3 Unit 3, rewind-on-close
578 4 = /dev/nqft0 Unit 0, no rewind-on-close
579 5 = /dev/nqft1 Unit 1, no rewind-on-close
580 6 = /dev/nqft2 Unit 2, no rewind-on-close
[all …]
/linux/drivers/infiniband/hw/qib/
A 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/drivers/infiniband/hw/hfi1/
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/
A Dmq_open_tests.c73 rewind(stream); in __set()
121 rewind(stream); in get()
131 rewind(stream); in set()
A Dmq_perf_tests.c167 rewind(stream); in __set()
238 rewind(stream); in get()
248 rewind(stream); in set()
261 rewind(stream); in try_set()
/linux/Documentation/ABI/testing/
A Dsysfs-class-scsi_tape20 movement such as a rewind when a rewind tape device is
/linux/drivers/gpu/drm/i915/gt/
A Dintel_engine.h224 if (engine->reset.rewind) in __intel_engine_reset()
225 engine->reset.rewind(engine, stalled); in __intel_engine_reset()
A Dintel_engine_types.h395 void (*rewind)(struct intel_engine_cs *engine, bool stalled); member
A Dmock_engine.c356 engine->base.reset.rewind = mock_reset_rewind; in mock_engine()
/linux/arch/mips/boot/tools/
A Drelocs_main.c78 rewind(fp); in main()
/linux/fs/exfat/
A Ddir.c930 int i, rewind = 0, dentry = 0, end_eidx = 0, num_ext = 0, len; in exfat_find_dir_entry() local
951 rewind: in exfat_find_dir_entry()
960 if (rewind && dentry == end_eidx) in exfat_find_dir_entry()
1097 if (!rewind && end_eidx) { in exfat_find_dir_entry()
1098 rewind = 1; in exfat_find_dir_entry()
1104 goto rewind; in exfat_find_dir_entry()
/linux/arch/x86/tools/
A Drelocs_common.c74 rewind(fp); in main()
/linux/Documentation/scsi/
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
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/include/net/9p/
A Dclient.h243 int16_t *tag, int rewind);
/linux/drivers/acpi/apei/
A Dapei-base.c164 rewind: in __apei_exec_run()
187 goto rewind; in __apei_exec_run()
/linux/arch/sh/kernel/cpu/sh2a/
A Dentry.S68 add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame
/linux/arch/arm/mach-omap1/
A Dams-delta-fiq-handler.S199 moveq r10, #0 @ yes - rewind to buffer start
/linux/arch/arm/crypto/
A Daes-ce-core.S568 add r1, r1, r4 @ rewind input pointer
654 add r1, r1, r4 @ rewind input pointer
/linux/arch/s390/kernel/
A Dentry.S274 # will rewind the PSW by the ILC, which is often 4 bytes in case of SIE. There
/linux/drivers/net/ethernet/toshiba/
A Dps3_gelic_net.c457 goto rewind; in gelic_card_fill_rx_chain()
463 rewind: in gelic_card_fill_rx_chain()
/linux/arch/sh/kernel/cpu/sh2/
A Dentry.S87 add #(4+2)*4,r3 ! rewind r0 - r3 + exception frame
/linux/Documentation/sound/designs/
A Dtimestamping.rst182 measurement can help define rewind safeguards). Compensating for the

Completed in 37 milliseconds

12