Lines Matching refs:has_weak_ref
309 * @has_weak_ref: userspace notified of weak ref
351 u8 has_weak_ref:1;
1260 if (!node->has_weak_ref && list_empty(&node->work.entry)) {
1310 if (proc && (node->has_strong_ref || node->has_weak_ref)) {
4741 int has_weak_ref;
4752 has_weak_ref = node->has_weak_ref;
4754 if (weak && !has_weak_ref) {
4755 node->has_weak_ref = 1;
4766 if (!weak && has_weak_ref)
4767 node->has_weak_ref = 0;
4792 if (weak && !has_weak_ref)
4807 if (!ret && !weak && has_weak_ref)
5403 new_node->has_weak_ref = 1;
5464 info->has_weak_ref = node->has_weak_ref;
6206 node->has_strong_ref, node->has_weak_ref,