Searched refs:myseq (Results 1 – 1 of 1) sorted by relevance
36 seqcount_t *myseq; in nft_counter_do_eval() local40 myseq = this_cpu_ptr(&nft_counter_seq); in nft_counter_do_eval()42 write_seqcount_begin(myseq); in nft_counter_do_eval()47 write_seqcount_end(myseq); in nft_counter_do_eval()123 const seqcount_t *myseq; in nft_counter_fetch() local130 myseq = per_cpu_ptr(&nft_counter_seq, cpu); in nft_counter_fetch()133 seq = read_seqcount_begin(myseq); in nft_counter_fetch()136 } while (read_seqcount_retry(myseq, seq)); in nft_counter_fetch()