Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dnode.rs132 has_count: bool, field
139 has_count: false, in new()
268 inner.strong.has_count, in full_debug_print()
269 inner.weak.has_count, in full_debug_print()
355 let has_strong = inner.strong.has_count; in inc_ref_done_locked()
357 let has_weak = inner.weak.has_count; in inc_ref_done_locked()
399 !is_dead && !state.has_count in update_refcount_locked()
406 !is_dead && state.count == 0 && state.has_count in update_refcount_locked()
435 if is_dead || state.has_count { in incr_refcount_allow_zero2one()
504 if inner.strong.has_count { in populate_debug_info()
[all …]
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py2082 has_count = False
2085 has_count |= arg.presence_type() == 'count'
2088 if has_count: