Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_fence.c642 if (flags & ~(SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER)) in scif_fence_mark()
646 if (!(flags & (SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER))) in scif_fence_mark()
650 if ((flags & SCIF_FENCE_INIT_SELF) && (flags & SCIF_FENCE_INIT_PEER)) in scif_fence_mark()
662 if (flags & SCIF_FENCE_INIT_SELF) in scif_fence_mark()
724 if (flags & ~(SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER | in scif_fence_signal()
729 if (!(flags & (SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER))) in scif_fence_signal()
733 if ((flags & SCIF_FENCE_INIT_SELF) && (flags & SCIF_FENCE_INIT_PEER)) in scif_fence_signal()
/linux-4.4.14/include/linux/
Dscif.h76 SCIF_FENCE_INIT_SELF = (1 << 0), enumerator