Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/mic/scif/
Dscif_fence.c643 if (flags & ~(SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER)) in scif_fence_mark()
647 if (!(flags & (SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER))) in scif_fence_mark()
651 if ((flags & SCIF_FENCE_INIT_SELF) && (flags & SCIF_FENCE_INIT_PEER)) in scif_fence_mark()
663 if (flags & SCIF_FENCE_INIT_SELF) in scif_fence_mark()
725 if (flags & ~(SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER | in scif_fence_signal()
730 if (!(flags & (SCIF_FENCE_INIT_SELF | SCIF_FENCE_INIT_PEER))) in scif_fence_signal()
734 if ((flags & SCIF_FENCE_INIT_SELF) && (flags & SCIF_FENCE_INIT_PEER)) in scif_fence_signal()
/Linux-v4.19/include/linux/
Dscif.h76 SCIF_FENCE_INIT_SELF = (1 << 0), enumerator