Searched refs:unusable (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_invalid_nested_guest_state.c90 sregs.tr.unusable = 1;
H A Dvmx_exception_with_invalid_guest_state.c62 sregs.tr.unusable = !!set;
/linux-master/drivers/usb/usbip/
H A Dusbip_event.c89 /* Mark the device as unusable. */
91 ud->eh_ops.unusable(ud);
H A Dusbip_common.h282 void (*unusable)(struct usbip_device *); member in struct:usbip_device::eh_ops
H A Dstub_dev.c296 sdev->ud.eh_ops.unusable = stub_device_unusable;
H A Dvudc_dev.c580 ud->eh_ops.unusable = vudc_device_unusable;
H A Dvhci_hcd.c1118 vdev->ud.eh_ops.unusable = vhci_device_unusable;
/linux-master/fs/f2fs/
H A Dsysfs.c241 block_t unusable; local
244 unusable = sbi->unusable_block_count;
246 unusable = f2fs_get_unusable_blocks(sbi);
247 return sysfs_emit(buf, "%llu\n", (unsigned long long)unusable);
1057 F2FS_GENERAL_RO_ATTR(unusable); variable
1159 ATTR_LIST(unusable),
H A Dsuper.c362 f2fs_info(sbi, "Adjust unusable cap for checkpoint=disable = %u / %u%%",
2171 block_t unusable; local
2180 unusable = f2fs_get_unusable_blocks(sbi);
2181 if (!f2fs_disable_cp_again(sbi, unusable))
2214 unusable = f2fs_get_unusable_blocks(sbi);
2215 if (f2fs_disable_cp_again(sbi, unusable)) {
2230 sbi->unusable_block_count = unusable;
H A Dsegment.c881 block_t unusable; local
897 unusable = max(holes[DATA], holes[NODE]);
898 if (unusable > ovp_holes)
899 return unusable - ovp_holes;
903 int f2fs_disable_cp_again(struct f2fs_sb_info *sbi, block_t unusable) argument
910 if (unusable > F2FS_OPTION(sbi).unusable_cap)
H A Df2fs.h181 * unusable when disabling checkpoint
1623 unsigned int unusable_blocks_per_sec; /* unusable blocks per section */
3690 int f2fs_disable_cp_again(struct f2fs_sb_info *sbi, block_t unusable);
/linux-master/samples/seccomp/
H A Dbpf-helper.h135 #error __BITS_PER_LONG value unusable.
/linux-master/arch/x86/kvm/
H A Dsmm.c345 cs.unusable = ds.unusable = 0;
379 desc->unusable = !desc->present;
/linux-master/arch/x86/kvm/vmx/
H A Dsgx.c44 fault = (s.unusable) ||
H A Dvmx.c3047 var.unusable = 0;
3508 var->unusable = (ar >> 16) & 1;
3513 * Some userspaces do not preserve unusable property. Since usable
3515 * property to amend userspace bug by making unusable segment always
3517 * segment as unusable.
3519 var->present = !var->unusable;
3561 ar |= (var->unusable || !var->present) << 16;
3671 if (cs.unusable)
3699 if (ss.unusable)
3721 if (var.unusable)
[all...]
H A Dnested.c4621 seg.unusable = 1;
5063 /* Protected mode: #GP(0)/#SS(0) if the segment is unusable.
5065 exn = (s.unusable != 0);
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h132 __u8 unusable; member in struct:kvm_segment
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h132 __u8 unusable; member in struct:kvm_segment
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c62 "unusable: 0x%.2x padding: 0x%.2x\n",
64 segment->unusable, segment->padding);
410 * Sets the segment register pointed to by @segp to an unusable state.
415 segp->unusable = true;
/linux-master/fs/btrfs/
H A Dzoned.c1695 u64 unusable, free; local
1701 unusable = (cache->alloc_offset - cache->used) +
1708 cache->zone_unusable = unusable;
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c1449 int avail, dirty, unusable; local
1460 unusable = vptr->rx.filled & 0x0003;
1461 dirty = vptr->rx.dirty - unusable;
1468 vptr->rx.filled = unusable;
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c1738 * AMD's VMCB does not have an explicit unusable field, so emulate it
1741 var->unusable = !var->present;
1762 if (!var->unusable)
1769 * been made unusable. Clear it here to pass an Intel VMX
1772 if (var->unusable)
1950 s->attrib |= ((var->present & 1) && !var->unusable) << SVM_SELECTOR_P_SHIFT;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c4255 INIT_LIST_HEAD(&ha->pool.unusable.head);
4257 ha->pool.unusable.count = 0;
4289 &ha->pool.unusable.head);
4290 ha->pool.unusable.count++;
4310 "%s: dif dma pool (good=%u unusable=%u)\n",
4312 ha->pool.unusable.count);
4552 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head,
4560 ha->pool.unusable.count--;
4991 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head,
4999 ha->pool.unusable
[all...]
H A Dqla_attr.c2363 "cross=%llu read=%llu write=%llu kalloc=%llu dma_alloc=%llu unusable=%u\n",
2366 ha->dif_bundle_dma_allocs, ha->pool.unusable.count);
/linux-master/mm/
H A Dvmstat.c2154 * unusable for an allocation of the requested size.
2159 /* No free memory is interpreted as all free memory is unusable */
2194 * Display unusable free space index
2196 * The unusable free space index measures how much of the available free
2199 * unusable and by implication, the worse the external fragmentation is. This
2222 DEFINE_SEQ_ATTRIBUTE(unusable); variable

Completed in 374 milliseconds

12