Lines Matching full:visible
72 which simply reads the counter value currently visible to the calling thread.
78 initialization by any other thread is visible yet, so the user of the
319 "1" to obj->dead will be globally visible to other cpus before the
323 implementation could legally allow the atomic counter update visible
396 update done by the obj list deletion be visible to other processors
422 counter decrement would not become globally visible until the
488 made visible globally before the atomic bit operation is made visible.
489 Likewise, the atomic bit operation must be visible globally before any
490 subsequent memory operation is made visible. For example::
498 "obj->dead = 1;" is visible to cpus before the atomic memory operation
499 done by test_and_set_bit() becomes visible. Likewise, the atomic
500 memory operation done by test_and_set_bit() must become visible before
501 "obj->killed = 1;" is visible.
521 * be globally visible before the clear_bit().
526 /* The clear_bit() will be visible before all
576 visible before any subsequent memory operation.
579 all previous memory operations are globally visible before the
595 sure the spinlock operation is globally visible before any
658 a counter dropping to zero is never made visible before the