Searched refs:myseq (Results 1 – 1 of 1) sorted by relevance
33 seqcount_t *myseq; in nft_counter_do_eval() local37 myseq = this_cpu_ptr(&nft_counter_seq); in nft_counter_do_eval()39 write_seqcount_begin(myseq); in nft_counter_do_eval()44 write_seqcount_end(myseq); in nft_counter_do_eval()120 const seqcount_t *myseq; in nft_counter_fetch() local127 myseq = per_cpu_ptr(&nft_counter_seq, cpu); in nft_counter_fetch()130 seq = read_seqcount_begin(myseq); in nft_counter_fetch()133 } while (read_seqcount_retry(myseq, seq)); in nft_counter_fetch()