/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/falcon/ |
D | cmdq.c | 26 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/ |
D | ide-tape.rst | 17 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.
|
D | ChangeLog.ide-tape.1995-2002 | 31 * 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/ |
D | devices.txt | 224 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/ |
D | qib_uc.c | 358 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/ |
D | uc.c | 426 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/ |
D | mq_open_tests.c | 73 rewind(stream); in __set() 121 rewind(stream); in get() 131 rewind(stream); in set()
|
D | mq_perf_tests.c | 167 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/ |
D | relocs_main.c | 78 rewind(fp); in main()
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
D | relocs_common.c | 74 rewind(fp); in main()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-scsi_tape | 20 movement such as a rewind when a rewind tape device is
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_engine.h | 314 if (engine->reset.rewind) in __intel_engine_reset() 315 engine->reset.rewind(engine, stalled); in __intel_engine_reset()
|
D | intel_engine_types.h | 421 void (*rewind)(struct intel_engine_cs *engine, bool stalled); member
|
D | mock_engine.c | 314 engine->base.reset.rewind = mock_reset_rewind; in mock_engine()
|
/kernel/linux/linux-5.10/fs/exfat/ |
D | dir.c | 924 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/ |
D | st.rst | 72 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/ |
D | ionic_txrx.c | 802 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/ |
D | apei-base.c | 164 rewind: in __apei_exec_run() 187 goto rewind; in __apei_exec_run()
|
/kernel/liteos_m/testsuites/unittest/posix/src/fs/ |
D | posix_fs_func_test.c | 813 rewind(fp); 840 rewind(fp); 867 rewind(fp);
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 199 moveq r10, #0 @ yes - rewind to buffer start
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 68 add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | aes-ce-core.S | 568 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/ |
D | intel_guc_submission.c | 600 engine->reset.rewind = guc_reset_rewind; in guc_set_default_submission()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 87 add #(4+2)*4,r3 ! rewind r0 - r3 + exception frame
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 457 goto rewind; in gelic_card_fill_rx_chain() 463 rewind: in gelic_card_fill_rx_chain()
|