myseq              33 net/netfilter/nft_counter.c 	seqcount_t *myseq;
myseq              37 net/netfilter/nft_counter.c 	myseq = this_cpu_ptr(&nft_counter_seq);
myseq              39 net/netfilter/nft_counter.c 	write_seqcount_begin(myseq);
myseq              44 net/netfilter/nft_counter.c 	write_seqcount_end(myseq);
myseq             120 net/netfilter/nft_counter.c 	const seqcount_t *myseq;
myseq             127 net/netfilter/nft_counter.c 		myseq = per_cpu_ptr(&nft_counter_seq, cpu);
myseq             130 net/netfilter/nft_counter.c 			seq	= read_seqcount_begin(myseq);
myseq             133 net/netfilter/nft_counter.c 		} while (read_seqcount_retry(myseq, seq));