Home
last modified time | relevance | path

Searched refs:need_seqretry (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/
H A Dd_path.c175 if (need_seqretry(&rename_lock, seq)) { in prepend_path()
183 if (need_seqretry(&mount_lock, m_seq)) { in prepend_path()
352 if (need_seqretry(&rename_lock, seq)) { in __dentry_path()
H A Ddcache.c1349 if (need_seqretry(&rename_lock, seq)) in d_walk()
1360 if (need_seqretry(&rename_lock, seq)) in d_walk()
/linux-6.15/net/rxrpc/
H A Dconn_service.c53 } while (need_seqretry(&peer->service_conn_lock, seq)); in rxrpc_find_service_conn_rcu()
/linux-6.15/fs/afs/
H A Dcallback.c141 if (!need_seqretry(&cell->volume_lock, seq)) in afs_lookup_volume_rcu()
/linux-6.15/include/linux/
H A Dseqlock.h1142 static inline int need_seqretry(seqlock_t *lock, int seq) in need_seqretry() function
/linux-6.15/Documentation/locking/
H A Dseqlock.rst232 } while (need_seqretry(&foo_seqlock, seq));
/linux-6.15/kernel/sched/
H A Dcputime.c347 } while (need_seqretry(&sig->stats_lock, seq)); in thread_group_cputime()
/linux-6.15/fs/proc/
H A Darray.c568 } while (need_seqretry(&sig->stats_lock, seq)); in do_task_stat()
H A Dbase.c3051 } while (need_seqretry(&sig->stats_lock, seq)); in do_io_accounting()
/linux-6.15/fs/nfs/
H A Dlocalio.c524 } while (need_seqretry(&clp->cl_boot_lock, seq)); in nfs_copy_boot_verifier()
/linux-6.15/kernel/
H A Dsys.c1860 if (need_seqretry(&sig->stats_lock, seq)) { in getrusage()