Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/Documentation/ide/
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.
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
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
Dqib_uc.c358 goto rewind; in qib_uc_rcv()
361 goto rewind; in qib_uc_rcv()
381 goto rewind; in qib_uc_rcv()
386 goto rewind; in qib_uc_rcv()
509 rewind: in qib_uc_rcv()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Duc.c426 goto rewind; in hfi1_uc_rcv()
429 goto rewind; in hfi1_uc_rcv()
446 goto rewind; in hfi1_uc_rcv()
451 goto rewind; in hfi1_uc_rcv()
579 rewind: in hfi1_uc_rcv()
/kernel/linux/linux-5.10/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()
238 rewind(stream); in get()
248 rewind(stream); in set()
261 rewind(stream); in try_set()
/kernel/linux/linux-5.10/arch/mips/boot/tools/
Drelocs_main.c78 rewind(fp); in main()
/kernel/linux/linux-5.10/arch/x86/tools/
Drelocs_common.c74 rewind(fp); in main()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-scsi_tape20 movement such as a rewind when a rewind tape device is
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_engine.h314 if (engine->reset.rewind) in __intel_engine_reset()
315 engine->reset.rewind(engine, stalled); in __intel_engine_reset()
Dintel_engine_types.h421 void (*rewind)(struct intel_engine_cs *engine, bool stalled); member
Dmock_engine.c314 engine->base.reset.rewind = mock_reset_rewind; in mock_engine()
/kernel/linux/linux-5.10/fs/exfat/
Ddir.c924 int i, rewind = 0, dentry = 0, end_eidx = 0, num_ext = 0, len; in exfat_find_dir_entry() local
945 rewind: in exfat_find_dir_entry()
954 if (rewind && dentry == end_eidx) in exfat_find_dir_entry()
1090 if (!rewind && end_eidx) { in exfat_find_dir_entry()
1091 rewind = 1; in exfat_find_dir_entry()
1097 goto rewind; in exfat_find_dir_entry()
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.c802 u16 rewind = abort; in ionic_tx_tso() local
947 while (rewind != q->head_idx) { in ionic_tx_tso()
948 rewind_desc_info = &q->info[rewind]; in ionic_tx_tso()
950 rewind = (rewind + 1) & (q->num_descs - 1); in ionic_tx_tso()
/kernel/linux/linux-5.10/drivers/acpi/apei/
Dapei-base.c164 rewind: in __apei_exec_run()
187 goto rewind; in __apei_exec_run()
/kernel/liteos_m/testsuites/unittest/posix/src/fs/
Dposix_fs_func_test.c813 rewind(fp);
840 rewind(fp);
867 rewind(fp);
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S199 moveq r10, #0 @ yes - rewind to buffer start
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
Dentry.S68 add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame
/kernel/linux/linux-5.10/arch/arm/crypto/
Daes-ce-core.S568 add r1, r1, r4 @ rewind input pointer
654 add r1, r1, r4 @ rewind input pointer
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c600 engine->reset.rewind = guc_reset_rewind; in guc_set_default_submission()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2/
Dentry.S87 add #(4+2)*4,r3 ! rewind r0 - r3 + exception frame
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c457 goto rewind; in gelic_card_fill_rx_chain()
463 rewind: in gelic_card_fill_rx_chain()

12