Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/usb/core/
Durb.c132 if (unlikely(anchor->poisoned)) in usb_anchor_urb()
792 anchor->poisoned = 1; in usb_poison_anchored_urbs()
824 anchor->poisoned = 0; in usb_unpoison_anchored_urbs()
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt4 (``MCA recovery''). This requires the OS to declare a page "poisoned",
37 a new page poison bit and various checks in the VM to handle poisoned
/linux-4.4.14/Documentation/
DBUG-HUNTING239 Oops will often show the poisoned data instead of zero which is the default.
/linux-4.4.14/include/linux/
Dusb.h1258 unsigned int poisoned:1; member