Re: [PATCH v9 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
From: Ankur Arora <hidden>
Date: 2026-02-10 05:53:24
Also in:
bpf, linux-arch, linux-pm, lkml
From: Ankur Arora <hidden>
Date: 2026-02-10 05:53:24
Also in:
bpf, linux-arch, linux-pm, lkml
Randy Dunlap [off-list ref] writes:
quoted
+/** + * smp_cond_load_relaxed_timeout() - (Spin) wait for cond with no ordering + * guarantees until a timeout expires. + * @ptr: pointer to the variable to wait on. + * @cond: boolean expression to wait for.s/cond/cond_expr/
Thanks! Well spotted. -- ankur