Lines Matching refs:has_strong_ref
303 * @has_strong_ref: userspace notified of strong ref
349 u8 has_strong_ref:1;
1241 node->has_strong_ref)) {
1249 if (!node->has_strong_ref && target_list) {
1310 if (proc && (node->has_strong_ref || node->has_weak_ref)) {
4742 int has_strong_ref;
4751 has_strong_ref = node->has_strong_ref;
4759 if (strong && !has_strong_ref) {
4760 node->has_strong_ref = 1;
4764 if (!strong && has_strong_ref)
4765 node->has_strong_ref = 0;
4797 if (!ret && strong && !has_strong_ref)
4802 if (!ret && !strong && has_strong_ref)
5402 new_node->has_strong_ref = 1;
5463 info->has_strong_ref = node->has_strong_ref;
6206 node->has_strong_ref, node->has_weak_ref,