Searched refs:need_seqretry (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/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 | 1428 if (need_seqretry(&rename_lock, seq)) in d_walk() 1440 if (need_seqretry(&rename_lock, seq)) in d_walk()
|
/openbmc/linux/net/rxrpc/ |
H A D | conn_service.c | 53 } while (need_seqretry(&peer->service_conn_lock, seq)); in rxrpc_find_service_conn_rcu()
|
/openbmc/linux/fs/afs/ |
H A D | callback.c | 136 } while (need_seqretry(&cell->volume_lock, seq)); in afs_lookup_volume_rcu()
|
H A D | server.c | 79 } while (need_seqretry(&net->fs_addr_lock, seq)); in afs_find_server() 125 } while (need_seqretry(&net->fs_lock, seq)); in afs_find_server_by_uuid()
|
H A D | inode.c | 653 } while (need_seqretry(&vnode->cb_lock, seq)); in afs_check_validity() 787 } while (need_seqretry(&vnode->cb_lock, seq)); in afs_getattr()
|
/openbmc/linux/include/linux/ |
H A D | seqlock.h | 1153 static inline int need_seqretry(seqlock_t *lock, int seq) in need_seqretry() function
|
/openbmc/linux/Documentation/locking/ |
H A D | seqlock.rst | 232 } while (need_seqretry(&foo_seqlock, seq));
|
/openbmc/linux/kernel/sched/ |
H A D | cputime.c | 349 } while (need_seqretry(&sig->stats_lock, seq)); in thread_group_cputime()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfssvc.c | 362 } while (need_seqretry(&nn->writeverf_lock, seq)); in nfsd_copy_write_verifier()
|