Searched refs:local_strong_refs (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/android/
H A Dbinder.c839 node->local_strong_refs++;
890 node->local_strong_refs--;
891 if (node->local_strong_refs || node->internal_strong_refs)
907 if (hlist_empty(&node->refs) && !node->local_strong_refs &&
3968 node->debug_id, node->local_strong_refs,
4522 node->local_strong_refs;
4537 node->local_strong_refs++;
5157 new_node->local_strong_refs++;
5195 info->strong_count = node->local_strong_refs +
5788 node->local_strong_refs
[all...]
H A Dbinder_internal.h192 * @local_strong_refs: strong user refs from local process
242 int local_strong_refs; member in struct:binder_node

Completed in 158 milliseconds