Home
last modified time | relevance | path

Searched refs:VHOST_BACKEND_F_SUSPEND (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dvhost_types.h165 #define VHOST_BACKEND_F_SUSPEND 0x4 macro
/linux-6.1.9/drivers/vhost/
Dvdpa.c609 BIT_ULL(VHOST_BACKEND_F_SUSPEND))) in vhost_vdpa_unlocked_ioctl()
611 if ((features & BIT_ULL(VHOST_BACKEND_F_SUSPEND)) && in vhost_vdpa_unlocked_ioctl()
664 features |= BIT_ULL(VHOST_BACKEND_F_SUSPEND); in vhost_vdpa_unlocked_ioctl()