/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/falcon/ |
A 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()
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | devices.txt | 400 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-6.3-rc2/drivers/infiniband/hw/qib/ |
A D | qib_uc.c | 359 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.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | uc.c | 380 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.3-rc2/tools/testing/selftests/mqueue/ |
A D | mq_open_tests.c | 73 rewind(stream); in __set() 121 rewind(stream); in get() 131 rewind(stream); in set()
|
A D | mq_perf_tests.c | 167 rewind(stream); in __set() 241 rewind(stream); in get() 251 rewind(stream); in set() 264 rewind(stream); in try_set()
|
/linux-6.3-rc2/arch/mips/boot/tools/ |
A D | relocs_main.c | 78 rewind(fp); in main()
|
/linux-6.3-rc2/arch/x86/tools/ |
A D | relocs_common.c | 74 rewind(fp); in main()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-scsi_tape | 20 movement such as a rewind when a rewind tape device is
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_engine.h | 224 if (engine->reset.rewind) in __intel_engine_reset() 225 engine->reset.rewind(engine, stalled); in __intel_engine_reset()
|
A D | intel_engine_types.h | 480 void (*rewind)(struct intel_engine_cs *engine, bool stalled); member
|
A D | mock_engine.c | 374 engine->base.reset.rewind = mock_reset_rewind; in mock_engine()
|
/linux-6.3-rc2/fs/exfat/ |
A D | dir.c | 984 int i, rewind = 0, dentry = 0, end_eidx = 0, num_ext = 0, len; in exfat_find_dir_entry() local 1010 rewind: in exfat_find_dir_entry() 1021 if (rewind && dentry == end_eidx) in exfat_find_dir_entry() 1138 if (!rewind && end_eidx) { in exfat_find_dir_entry() 1139 rewind = 1; in exfat_find_dir_entry() 1142 goto rewind; in exfat_find_dir_entry()
|
/linux-6.3-rc2/Documentation/scsi/ |
A 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)
|
/linux-6.3-rc2/include/net/9p/ |
A D | client.h | 284 int16_t *tag, int rewind);
|
/linux-6.3-rc2/drivers/acpi/apei/ |
A D | apei-base.c | 161 rewind: in __apei_exec_run() 184 goto rewind; in __apei_exec_run()
|
/linux-6.3-rc2/drivers/md/ |
A D | Makefile | 8 dm-rq.o dm-io-rewind.o
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2a/ |
A D | entry.S | 68 add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame
|
/linux-6.3-rc2/arch/arm/mach-omap1/ |
A D | ams-delta-fiq-handler.S | 200 moveq r10, #0 @ yes - rewind to buffer start
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | mremap_test.c | 131 rewind(maps_fp); in is_range_mapped()
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | aes-ce-core.S | 568 add r1, r1, r4 @ rewind input pointer 654 add r1, r1, r4 @ rewind input pointer
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | entry.S | 245 # will rewind the PSW by the ILC, which is often 4 bytes in case of SIE. There
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2/ |
A D | entry.S | 87 add #(4+2)*4,r3 ! rewind r0 - r3 + exception frame
|
/linux-6.3-rc2/drivers/net/ethernet/toshiba/ |
A D | ps3_gelic_net.c | 457 goto rewind; in gelic_card_fill_rx_chain() 463 rewind: in gelic_card_fill_rx_chain()
|
/linux-6.3-rc2/Documentation/sound/designs/ |
A D | timestamping.rst | 182 measurement can help define rewind safeguards). Compensating for the
|