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
306 "1" to obj->dead will be globally visible to other cpus before the
310 implementation could legally allow the atomic counter update visible
381 update done by the obj list deletion be visible to other processors
407 counter decrement would not become globally visible until the
467 made visible globally before the atomic bit operation is made visible.
468 Likewise, the atomic bit operation must be visible globally before any
469 subsequent memory operation is made visible. For example:
477 "obj->dead = 1;" is visible to cpus before the atomic memory operation
478 done by test_and_set_bit() becomes visible. Likewise, the atomic
479 memory operation done by test_and_set_bit() must become visible before
480 "obj->killed = 1;" is visible.
500 * be globally visible before the clear_bit().
505 /* The clear_bit() will be visible before all
553 visible before any subsequent memory operation.
556 all previous memory operations are globally visible before the
572 sure the spinlock operation is globally visible before any
635 a counter dropping to zero is never made visible before the