/Linux-v5.4/Documentation/devicetree/bindings/ata/ |
D | pata-arasan.txt | 21 - arasan,broken-udma: if present, UDMA mode is unusable 22 - arasan,broken-mwdma: if present, MWDMA mode is unusable 23 - arasan,broken-pio: if present, PIO mode is unusable
|
/Linux-v5.4/fs/f2fs/ |
D | sysfs.c | 75 block_t unusable; in unusable_show() local 78 unusable = sbi->unusable_block_count; in unusable_show() 80 unusable = f2fs_get_unusable_blocks(sbi); in unusable_show() 82 (unsigned long long)unusable); in unusable_show() 481 F2FS_GENERAL_RO_ATTR(unusable); 542 ATTR_LIST(unusable),
|
D | segment.c | 874 block_t unusable; in f2fs_get_unusable_blocks() local 888 unusable = holes[DATA] > holes[NODE] ? holes[DATA] : holes[NODE]; in f2fs_get_unusable_blocks() 889 if (unusable > ovp_holes) in f2fs_get_unusable_blocks() 890 return unusable - ovp_holes; in f2fs_get_unusable_blocks() 894 int f2fs_disable_cp_again(struct f2fs_sb_info *sbi, block_t unusable) in f2fs_disable_cp_again() argument 898 if (unusable > F2FS_OPTION(sbi).unusable_cap) in f2fs_disable_cp_again()
|
D | super.c | 1508 block_t unusable; in f2fs_disable_checkpoint() local 1535 unusable = f2fs_get_unusable_blocks(sbi); in f2fs_disable_checkpoint() 1536 if (f2fs_disable_cp_again(sbi, unusable)) { in f2fs_disable_checkpoint() 1549 sbi->unusable_block_count = unusable; in f2fs_disable_checkpoint()
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | cx18.rst | 22 unusable. This is probably fixed, but if you have problems
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 247 What: /sys/fs/f2fs/<disk>/unusable 251 If checkpoint=disable, it displays the number of blocks that are unusable. 252 If checkpoint=enable it displays the enumber of blocks that would be unusable
|
D | sysfs-block-aoe | 24 is ready for I/O and "down" if detected but unusable. The
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm2835-cprman.txt | 34 unusable.
|
/Linux-v5.4/drivers/usb/usbip/ |
D | usbip_event.c | 90 ud->eh_ops.unusable(ud); in event_handler()
|
D | usbip_common.h | 278 void (*unusable)(struct usbip_device *); member
|
D | stub_dev.c | 259 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
|
D | vudc_dev.c | 580 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
|
/Linux-v5.4/Documentation/driver-api/ |
D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
/Linux-v5.4/Documentation/sound/cards/ |
D | bt87x.rst | 70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
|
/Linux-v5.4/arch/x86/include/uapi/asm/ |
D | kvm.h | 137 __u8 unusable; member
|
/Linux-v5.4/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 137 __u8 unusable; member
|
/Linux-v5.4/samples/seccomp/ |
D | bpf-helper.h | 135 #error __BITS_PER_LONG value unusable.
|
/Linux-v5.4/Documentation/filesystems/ |
D | f2fs.txt | 236 would be unusable can be viewed at /sys/fs/f2fs/<disk>/unusable 415 unusable If checkpoint=disable, this shows the number of 416 blocks that are unusable. 418 that would be unusable if checkpoint=disable were
|
/Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 146 segment->unusable, segment->padding); in segment_dump() 438 segp->unusable = true; in kvm_seg_set_unusable()
|
/Linux-v5.4/block/ |
D | Kconfig | 18 - block device files will become unusable
|
/Linux-v5.4/Documentation/admin-guide/aoe/ |
D | aoe.rst | 77 is ready for I/O and "down" if detected but unusable. The
|
/Linux-v5.4/drivers/base/ |
D | Kconfig | 148 unusable. You should say N here unless you are explicitly looking to
|
/Linux-v5.4/arch/x86/kvm/vmx/ |
D | vmx.c | 2729 var.unusable = 0; in fix_rmode_seg() 3118 var->unusable = (ar >> 16) & 1; in vmx_get_segment() 3129 var->present = !var->unusable; in vmx_get_segment() 3163 if (var->unusable || !var->present) in vmx_segment_access_rights() 3280 if (cs.unusable) in code_segment_valid() 3308 if (ss.unusable) in stack_segment_valid() 3330 if (var.unusable) in data_segment_valid() 3353 if (tr.unusable) in tr_valid() 3371 if (ldtr.unusable) in ldtr_valid()
|
/Linux-v5.4/drivers/net/ethernet/via/ |
D | via-velocity.c | 1431 int avail, dirty, unusable; in velocity_give_many_rx_descs() local 1442 unusable = vptr->rx.filled & 0x0003; in velocity_give_many_rx_descs() 1443 dirty = vptr->rx.dirty - unusable; in velocity_give_many_rx_descs() 1450 vptr->rx.filled = unusable; in velocity_give_many_rx_descs()
|
/Linux-v5.4/drivers/scsi/qla2xxx/ |
D | qla_os.c | 4050 INIT_LIST_HEAD(&ha->pool.unusable.head); in qla2x00_mem_alloc() 4052 ha->pool.unusable.count = 0; in qla2x00_mem_alloc() 4084 &ha->pool.unusable.head); in qla2x00_mem_alloc() 4085 ha->pool.unusable.count++; in qla2x00_mem_alloc() 4107 ha->pool.unusable.count); in qla2x00_mem_alloc() 4294 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head, in qla2x00_mem_alloc() 4302 ha->pool.unusable.count--; in qla2x00_mem_alloc() 4726 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head, in qla2x00_mem_free() 4734 ha->pool.unusable.count--; in qla2x00_mem_free()
|