Searched refs:need_seqretry (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/ |
| 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()
|
| A D | dcache.c | 1304 if (need_seqretry(&rename_lock, seq)) in d_walk() 1315 if (need_seqretry(&rename_lock, seq)) in d_walk()
|
| /linux/net/rxrpc/ |
| A D | conn_service.c | 53 } while (need_seqretry(&peer->service_conn_lock, seq)); in rxrpc_find_service_conn_rcu()
|
| /linux/fs/afs/ |
| A D | callback.c | 141 if (!need_seqretry(&cell->volume_lock, seq)) in afs_lookup_volume_rcu()
|
| A D | server.c | 54 } while (need_seqretry(&net->fs_addr_lock, seq)); in afs_find_server() 100 } while (need_seqretry(&net->fs_lock, seq)); in afs_find_server_by_uuid()
|
| /linux/include/linux/ |
| A D | seqlock.h | 1073 static inline int need_seqretry(seqlock_t *lock, int seq) in need_seqretry() function
|
| /linux/Documentation/locking/ |
| A D | seqlock.rst | 232 } while (need_seqretry(&foo_seqlock, seq));
|
| /linux/fs/nfs/ |
| A D | localio.c | 421 } while (need_seqretry(&clp->cl_boot_lock, seq)); in nfs_copy_boot_verifier()
|
| /linux/fs/proc/ |
| A D | array.c | 568 } while (need_seqretry(&sig->stats_lock, seq)); in do_task_stat()
|
| A D | base.c | 3059 } while (need_seqretry(&sig->stats_lock, seq)); in do_io_accounting()
|
| /linux/kernel/sched/ |
| A D | cputime.c | 349 } while (need_seqretry(&sig->stats_lock, seq)); in thread_group_cputime()
|
| /linux/kernel/ |
| A D | sys.c | 1854 if (need_seqretry(&sig->stats_lock, seq)) { in getrusage()
|
Completed in 37 milliseconds