Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dqueue.h241 #define QSLIST_REMOVE(head, elm, type, field) do { \ macro
/openbmc/qemu/hw/9pfs/
H A D9p.c501 QSLIST_REMOVE(&reclaim_list, f, V9fsFidState, reclaim_next); in v9fs_reclaim_fd()