Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c294 bool has_ref; member
2424 if (sched->pm.has_ref) { in tick_work()
2426 sched->pm.has_ref = false; in tick_work()
2430 if (!sched->pm.has_ref) { in tick_work()
2432 sched->pm.has_ref = true; in tick_work()
3190 if (!sched->pm.has_ref && in queue_run_job()
3193 sched->pm.has_ref = true; in queue_run_job()
3830 if (sched->pm.has_ref) { in panthor_sched_unplug()
3832 sched->pm.has_ref = false; in panthor_sched_unplug()
/linux-6.15/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-6.15/kernel/trace/
H A Dbpf_trace.c1296 bkey->has_ref = true; in bpf_lookup_user_key()
1334 bkey->has_ref = false; in bpf_lookup_system_key()
1348 if (bkey->has_ref) in bpf_key_put()
1376 if (trusted_keyring->has_ref) { in bpf_verify_pkcs7_signature()
/linux-6.15/include/linux/
H A Dbpf.h3550 bool has_ref; member