Lines Matching full:provide
64 * and provide only what is strictly required for refcounts.
66 * The increments are fully relaxed; these will not provide ordering. The
68 * reference count on will provide the ordering. For locked data structures,
76 * The decrements will provide release order, such that all the prior loads and
87 * The decrements dec_and_test() and sub_and_test() also provide acquire
90 * refcount_{add|inc}_not_zero_acquire() and refcount_set_release() provide
200 * object memory to be stable (RCU, etc.). It does provide a control dependency
265 * guaranteed the object memory to be stable (RCU, etc.). It does provide a
302 * object memory to be stable (RCU, etc.). It does provide a control dependency
328 * object memory to be stable (RCU, etc.). It does provide a control dependency
354 * guaranteed the object memory to be stable (RCU, etc.). It does provide a