Home
last modified time | relevance | path

Searched refs:poisoned (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-memory-page-offline17 The page must be still accessible, not poisoned. The
35 to access this page assuming it's poisoned by the
Dsysfs-kernel-slab381 The poison file specifies whether objects should be poisoned
/Linux-v4.19/drivers/usb/core/
Durb.c135 if (unlikely(anchor->poisoned)) in usb_anchor_urb()
821 anchor->poisoned = 1; in usb_poison_anchored_urbs()
853 anchor->poisoned = 0; in usb_unpoison_anchored_urbs()
/Linux-v4.19/Documentation/vm/
Dhwpoison.rst11 (``MCA recovery``). This requires the OS to declare a page "poisoned",
44 a new page poison bit and various checks in the VM to handle poisoned
/Linux-v4.19/include/linux/
Dusb.h1349 unsigned int poisoned:1; member
/Linux-v4.19/Documentation/driver-api/
Dlibata.rst519 2. ``ap->active_tag`` and ``qc->tag`` are poisoned.