Searched refs:myseq (Results 1 – 1 of 1) sorted by relevance
35 seqcount_t *myseq; in nft_counter_do_eval() local39 myseq = this_cpu_ptr(&nft_counter_seq); in nft_counter_do_eval()41 write_seqcount_begin(myseq); in nft_counter_do_eval()46 write_seqcount_end(myseq); in nft_counter_do_eval()122 const seqcount_t *myseq; in nft_counter_fetch() local129 myseq = per_cpu_ptr(&nft_counter_seq, cpu); in nft_counter_fetch()132 seq = read_seqcount_begin(myseq); in nft_counter_fetch()135 } while (read_seqcount_retry(myseq, seq)); in nft_counter_fetch()265 seqcount_t *myseq; in nft_counter_offload_stats() local269 myseq = this_cpu_ptr(&nft_counter_seq); in nft_counter_offload_stats()[all …]