Searched refs:need_seqretry (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/fs/ |
| H A D | d_path.c | 175 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 D | dcache.c | 1349 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 D | conn_service.c | 53 } while (need_seqretry(&peer->service_conn_lock, seq)); in rxrpc_find_service_conn_rcu()
|
| /linux-6.15/fs/afs/ |
| H A D | callback.c | 141 if (!need_seqretry(&cell->volume_lock, seq)) in afs_lookup_volume_rcu()
|
| /linux-6.15/include/linux/ |
| H A D | seqlock.h | 1142 static inline int need_seqretry(seqlock_t *lock, int seq) in need_seqretry() function
|
| /linux-6.15/Documentation/locking/ |
| H A D | seqlock.rst | 232 } while (need_seqretry(&foo_seqlock, seq));
|
| /linux-6.15/kernel/sched/ |
| H A D | cputime.c | 347 } while (need_seqretry(&sig->stats_lock, seq)); in thread_group_cputime()
|
| /linux-6.15/fs/proc/ |
| H A D | array.c | 568 } while (need_seqretry(&sig->stats_lock, seq)); in do_task_stat()
|
| H A D | base.c | 3051 } while (need_seqretry(&sig->stats_lock, seq)); in do_io_accounting()
|
| /linux-6.15/fs/nfs/ |
| H A D | localio.c | 524 } while (need_seqretry(&clp->cl_boot_lock, seq)); in nfs_copy_boot_verifier()
|
| /linux-6.15/kernel/ |
| H A D | sys.c | 1860 if (need_seqretry(&sig->stats_lock, seq)) { in getrusage()
|