Lines Matching refs:visible
66 which simply reads the counter value currently visible to the calling thread.
72 initialization by any other thread is visible yet, so the user of the
304 "1" to obj->dead will be globally visible to other cpus before the
308 implementation could legally allow the atomic counter update visible
379 update done by the obj list deletion be visible to other processors
405 counter decrement would not become globally visible until the
465 made visible globally before the atomic bit operation is made visible.
466 Likewise, the atomic bit operation must be visible globally before any
467 subsequent memory operation is made visible. For example:
475 "obj->dead = 1;" is visible to cpus before the atomic memory operation
476 done by test_and_set_bit() becomes visible. Likewise, the atomic
477 memory operation done by test_and_set_bit() must become visible before
478 "obj->killed = 1;" is visible.
498 * be globally visible before the clear_bit().
503 /* The clear_bit() will be visible before all
547 visible before any subsequent memory operation.
550 all previous memory operations are globally visible before the
566 sure the spinlock operation is globally visible before any
629 a counter dropping to zero is never made visible before the