Searched refs:raw_seqcount_begin (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dseqlock.h337 * raw_seqcount_begin() - begin a seqcount_t read critical section w/o
341 * raw_seqcount_begin opens a read critical section of the given
353 #define raw_seqcount_begin(s) \ macro
/linux-master/fs/
H A Ddcache.c892 seq = raw_seqcount_begin(&dentry->d_seq);
2117 seq = raw_seqcount_begin(&dentry->d_seq);
2218 * Note that raw_seqcount_begin still *does* smp_rmb(), so
2221 seq = raw_seqcount_begin(&dentry->d_seq);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c2327 seq = raw_seqcount_begin(

Completed in 106 milliseconds