Lines Matching full:language
187 Note that smp_wmb() might fail to provide ordering for unmarked C-language
199 Therefore, if you need to use smp_wmb() with unmarked C-language writes,
445 b. Unmarked C-language accesses.
495 Unmarked C-Language Accesses
498 Unmarked C-language accesses are normal variable accesses to normal
502 might (and sometimes does) split a plain C-language store into multiple
507 Unmarked C-language accesses are unordered, and are also subject to
509 concurrent code. It is possible to used unmarked C-language accesses for
514 C-language accesses requires careful attention to not just your code,
520 But there are some ways of using unmarked C-language accesses for shared
527 unmarked C-language access and (2) when at least one of those
553 Used properly, unmarked C-language accesses can reduce overhead on