Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/kvm/x86/
H A Dvmx_invalid_nested_guest_state.c90 sregs.tr.unusable = 1; in main()
H A Dvmx_exception_with_invalid_guest_state.c62 sregs.tr.unusable = !!set; in set_or_clear_invalid_guest_state()
/linux/Documentation/admin-guide/
H A Dedid.rst12 or the computer is unusable, because the screen remains dark after
H A Dbinderfs.rst73 instance unusable. The ``binder-control`` device will be deleted when the
H A Dsvga.rst85 well (some of these might be missing or unusable on your machine as different
/linux/Documentation/ABI/testing/
H A Dsysfs-block-aoe24 is ready for I/O and "down" if detected but unusable. The
/linux/drivers/usb/usbip/
H A Dusbip_event.c91 ud->eh_ops.unusable(ud); in event_handler()
H A Dvudc_dev.c578 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
/linux/Documentation/sound/cards/
H A Dbt87x.rst70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
/linux/drivers/leds/
H A DTODO18 No two LEDs have same name, so the names are probably unusable for the
/linux/Documentation/gpu/nova/core/
H A Ddevinit.rst35 considered unusable until this initialization process completes.
/linux/samples/seccomp/
H A Dbpf-helper.h135 #error __BITS_PER_LONG value unusable.
/linux/Documentation/admin-guide/aoe/
H A Daoe.rst77 is ready for I/O and "down" if detected but unusable. The
/linux/Documentation/arch/x86/
H A Dsgx.rst236 "EREMOVE returned ... and an EPC page was leaked. SGX may become unusable..."
244 SGX will likely become unusable because the memory available to SGX is
/linux/drivers/net/ethernet/via/
H A Dvia-velocity.c1449 int avail, dirty, unusable; in velocity_give_many_rx_descs() local
1460 unusable = vptr->rx.filled & 0x0003; in velocity_give_many_rx_descs()
1461 dirty = vptr->rx.dirty - unusable; in velocity_give_many_rx_descs()
1468 vptr->rx.filled = unusable; in velocity_give_many_rx_descs()
/linux/fs/f2fs/
H A Dsuper.c2626 block_t unusable; in f2fs_disable_checkpoint() local
2635 unusable = f2fs_get_unusable_blocks(sbi); in f2fs_disable_checkpoint()
2637 f2fs_info(sbi, "%s starts, unusable: %u", __func__, unusable); in f2fs_disable_checkpoint()
2639 if (!f2fs_disable_cp_again(sbi, unusable)) in f2fs_disable_checkpoint()
2680 unusable = f2fs_get_unusable_blocks(sbi); in f2fs_disable_checkpoint()
2681 if (f2fs_disable_cp_again(sbi, unusable)) { in f2fs_disable_checkpoint()
2702 sbi->unusable_block_count = unusable; in f2fs_disable_checkpoint()
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h138 __u8 unusable; member
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c100 "unusable: 0x%.2x padding: 0x%.2x\n", in segment_dump()
102 segment->unusable, segment->padding); in segment_dump()
559 * Sets the segment register pointed to by @segp to an unusable state.
564 segp->unusable = true; in kvm_seg_set_unusable()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_submit.c575 if (to_msm_vm(ctx->vm)->unusable) in msm_ioctl_gem_submit()
/linux/fs/btrfs/
H A Dzoned.c2025 u64 unusable, free; in btrfs_calc_zone_unusable() local
2031 unusable = (cache->alloc_offset - cache->used) + in btrfs_calc_zone_unusable()
2038 cache->zone_unusable = unusable; in btrfs_calc_zone_unusable()
/linux/Documentation/userspace-api/media/mediactl/
H A Drequest-api.rst120 that file descriptor unusable and the request will be freed once it is no
/linux/net/wireless/
H A Dscan.c1620 bool expired = false, unusable = false; in __cfg80211_get_bss() local
1659 unusable = true; in __cfg80211_get_bss()
1670 if (expired && unusable) in __cfg80211_get_bss()
1673 else if (unusable) in __cfg80211_get_bss()
/linux/Documentation/driver-api/usb/
H A DURB.rst183 has finished. It also marks the URB as temporarily unusable, so
/linux/Documentation/virt/kvm/
H A Dvcpu-requests.rst119 This request informs all VCPUs that the VM is dead and unusable, e.g. due to
/linux/arch/x86/kvm/svm/
H A Dsvm.c1667 var->unusable = !var->present; in svm_get_segment()
1688 if (!var->unusable) in svm_get_segment()
1698 if (var->unusable) in svm_get_segment()
1873 s->attrib |= ((var->present & 1) && !var->unusable) << SVM_SELECTOR_P_SHIFT; in svm_set_segment()

12