Home
last modified time | relevance | path

Searched refs:unusable (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v5.4/Documentation/devicetree/bindings/ata/
Dpata-arasan.txt21 - 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/
Dsysfs.c75 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),
Dsegment.c874 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()
Dsuper.c1508 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/
Dcx18.rst22 unusable. This is probably fixed, but if you have problems
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-fs-f2fs247 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
Dsysfs-block-aoe24 is ready for I/O and "down" if detected but unusable. The
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dbrcm,bcm2835-cprman.txt34 unusable.
/Linux-v5.4/drivers/usb/usbip/
Dusbip_event.c90 ud->eh_ops.unusable(ud); in event_handler()
Dusbip_common.h278 void (*unusable)(struct usbip_device *); member
Dstub_dev.c259 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
Dvudc_dev.c580 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
/Linux-v5.4/Documentation/driver-api/
Dedid.rst12 or the computer is unusable, because the screen remains dark after
/Linux-v5.4/Documentation/sound/cards/
Dbt87x.rst70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
/Linux-v5.4/arch/x86/include/uapi/asm/
Dkvm.h137 __u8 unusable; member
/Linux-v5.4/tools/arch/x86/include/uapi/asm/
Dkvm.h137 __u8 unusable; member
/Linux-v5.4/samples/seccomp/
Dbpf-helper.h135 #error __BITS_PER_LONG value unusable.
/Linux-v5.4/Documentation/filesystems/
Df2fs.txt236 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/
Dprocessor.c146 segment->unusable, segment->padding); in segment_dump()
438 segp->unusable = true; in kvm_seg_set_unusable()
/Linux-v5.4/block/
DKconfig18 - block device files will become unusable
/Linux-v5.4/Documentation/admin-guide/aoe/
Daoe.rst77 is ready for I/O and "down" if detected but unusable. The
/Linux-v5.4/drivers/base/
DKconfig148 unusable. You should say N here unless you are explicitly looking to
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c2729 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/
Dvia-velocity.c1431 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/
Dqla_os.c4050 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()

12