Home
last modified time | relevance | path

Searched refs:has_ref (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c294 bool has_ref; member
2445 if (sched->pm.has_ref) { in tick_work()
2447 sched->pm.has_ref = false; in tick_work()
2451 if (!sched->pm.has_ref) { in tick_work()
2453 sched->pm.has_ref = true; in tick_work()
3211 if (!sched->pm.has_ref && in queue_run_job()
3214 sched->pm.has_ref = true; in queue_run_job()
3861 if (sched->pm.has_ref) { in panthor_sched_unplug()
3863 sched->pm.has_ref = false; in panthor_sched_unplug()
/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c867 bool has_ref = !cp->timeout && __ip_vs_conn_get(ct); in ip_vs_conn_expire() local
871 if (has_ref && !atomic_read(&ct->n_control) && in ip_vs_conn_expire()
876 } else if (has_ref) { in ip_vs_conn_expire()
/linux/kernel/bpf/
H A Dhelpers.c3801 bkey->has_ref = true; in bpf_lookup_user_key()
3839 bkey->has_ref = false; in bpf_lookup_system_key()
3853 if (bkey->has_ref) in bpf_key_put()
3881 if (trusted_keyring->has_ref) { in bpf_verify_pkcs7_signature()
/linux/include/linux/
H A Dbpf.h3750 bool has_ref; member