Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c295 bool has_ref; member
2548 if (sched->pm.has_ref) { in tick_work()
2550 sched->pm.has_ref = false; in tick_work()
2554 if (!sched->pm.has_ref) { in tick_work()
2556 sched->pm.has_ref = true; in tick_work()
3347 if (!sched->pm.has_ref && in queue_run_job()
3350 sched->pm.has_ref = true; in queue_run_job()
4032 if (sched->pm.has_ref) { in panthor_sched_unplug()
4034 sched->pm.has_ref = false; in panthor_sched_unplug()
/linux/kernel/bpf/
H A Dhelpers.c3907 bkey->has_ref = true; in bpf_lookup_user_key()
3945 bkey->has_ref = false; in bpf_lookup_system_key()
3959 if (bkey->has_ref) in bpf_key_put()
3987 if (trusted_keyring->has_ref) { in bpf_verify_pkcs7_signature()
/linux/include/linux/
H A Dbpf.h3795 bool has_ref; member