Lines Matching refs:has_weak_ref
887 if (!node->has_weak_ref && list_empty(&node->work.entry)) {
937 if (proc && (node->has_strong_ref || node->has_weak_ref)) {
4572 int has_weak_ref;
4583 has_weak_ref = node->has_weak_ref;
4585 if (weak && !has_weak_ref) {
4586 node->has_weak_ref = 1;
4597 if (!weak && has_weak_ref)
4598 node->has_weak_ref = 0;
4623 if (weak && !has_weak_ref)
4638 if (!ret && !weak && has_weak_ref)
5242 new_node->has_weak_ref = 1;
5303 info->has_weak_ref = node->has_weak_ref;
6255 node->has_strong_ref, node->has_weak_ref,