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.c287 bool has_ref; member
2545 if (sched->pm.has_ref) { in tick_work()
2547 sched->pm.has_ref = false; in tick_work()
2551 if (!sched->pm.has_ref) { in tick_work()
2553 sched->pm.has_ref = true; in tick_work()
3374 if (!sched->pm.has_ref && in queue_run_job()
3377 sched->pm.has_ref = true; in queue_run_job()
4059 if (sched->pm.has_ref) { in panthor_sched_unplug()
4061 sched->pm.has_ref = false; in panthor_sched_unplug()
/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c866 bool has_ref = !cp->timeout && __ip_vs_conn_get(ct); in ip_vs_conn_expire() local
870 if (has_ref && !atomic_read(&ct->n_control) && in ip_vs_conn_expire()
875 } else if (has_ref) { in ip_vs_conn_expire()
/linux/kernel/bpf/
H A Dhelpers.c4003 bkey->has_ref = true; in bpf_lookup_user_key()
4041 bkey->has_ref = false; in bpf_lookup_system_key()
4055 if (bkey->has_ref) in bpf_key_put()
4083 if (trusted_keyring->has_ref) { in bpf_verify_pkcs7_signature()
/linux/include/linux/
H A Dbpf.h3928 bool has_ref; member