Searched refs:need_seqretry (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/
H A Dd_path.c175 if (need_seqretry(&rename_lock, seq)) {
183 if (need_seqretry(&mount_lock, m_seq)) {
352 if (need_seqretry(&rename_lock, seq)) {
H A Ddcache.c1292 if (need_seqretry(&rename_lock, seq))
1303 if (need_seqretry(&rename_lock, seq))
/linux-master/net/rxrpc/
H A Dconn_service.c53 } while (need_seqretry(&peer->service_conn_lock, seq));
/linux-master/fs/afs/
H A Dcallback.c141 if (!need_seqretry(&cell->volume_lock, seq))
H A Dserver.c54 } while (need_seqretry(&net->fs_addr_lock, seq));
100 } while (need_seqretry(&net->fs_lock, seq));
/linux-master/include/linux/
H A Dseqlock.h1069 * value must be checked with need_seqretry(). If the read section need to
1082 * need_seqretry() - validate seqlock_t "locking or lockless" read section
1088 static inline int need_seqretry(seqlock_t *lock, int seq) function
1099 * with read_seqbegin_or_lock() and validated by need_seqretry().
1150 * by need_seqretry().
/linux-master/kernel/sched/
H A Dcputime.c349 } while (need_seqretry(&sig->stats_lock, seq));
/linux-master/fs/proc/
H A Darray.c568 } while (need_seqretry(&sig->stats_lock, seq));
H A Dbase.c3001 } while (need_seqretry(&sig->stats_lock, seq));
/linux-master/kernel/
H A Dsys.c1845 if (need_seqretry(&sig->stats_lock, seq)) {

Completed in 201 milliseconds