Lines Matching refs:above
158 by transforming the above code into the following:
204 Unlike the above routines, it is required that these primitives
214 memory barrier semantics which satisfy the above requirements, that is
303 operation. In the above example, it guarantees that the assignment of
312 atomic_t implementation above can have disastrous results. Here is
378 Given the above scheme, it must be the case that the obj->active
403 which return values, the above sequence of memory visibility can never
404 happen. Specifically, in the above case the atomic_dec_and_test()
423 to the atomic_t ops above.
444 Like the above, except that these routines return a boolean which
450 declaring the above to return "long" and just returning something like
526 They have names similar to the above bitmask operation interfaces,