Home
last modified time | relevance | path

Searched refs:need_push (Results 1 – 1 of 1) sorted by relevance

/drivers/android/binder/
Dnode.rs387 let need_push = should_drop_weak || should_drop_strong; in inc_ref_done_locked() localVariable
389 if need_push && inner.delivery_state.should_normal_push() { in inc_ref_done_locked()
419 let need_push = if inc { in update_refcount_locked() localVariable
432 if need_push && inner.delivery_state.should_normal_push() { in update_refcount_locked()