Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_fence.c646 if (flags & ~(SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER)) in scif_fence_mark()
650 if (!(flags & (SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER))) in scif_fence_mark()
654 if ((flags & SCIF_FENCE_INIT_SELF) && (flags & SCIF_FENCE_INIT_PEER)) in scif_fence_mark()
666 if (flags & SCIF_FENCE_INIT_SELF) in scif_fence_mark()
728 if (flags & ~(SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER | in scif_fence_signal()
733 if (!(flags & (SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER))) in scif_fence_signal()
737 if ((flags & SCIF_FENCE_INIT_SELF) && (flags & SCIF_FENCE_INIT_PEER)) in scif_fence_signal()
/Linux-v5.4/include/linux/
Dscif.h76 SCIF_FENCE_INIT_SELF = (1 << 0), enumerator