Searched refs:seqc (Results 1 – 4 of 4) sorted by relevance
735 write_seqcount_begin(&t->seqc[hash_key & t->seqc_mask]); in ip_vs_conn_fill_cport()749 write_seqcount_end(&t->seqc[hash_key & t->seqc_mask]); in ip_vs_conn_fill_cport()787 write_seqcount_end(&t->seqc[hash_key & t->seqc_mask]); in ip_vs_conn_fill_cport()968 write_seqcount_begin(&t->seqc[bucket & t->seqc_mask]); in conn_resize_work_handler()994 write_seqcount_end(&t->seqc[bucket & t->seqc_mask]); in conn_resize_work_handler()
164 kvfree(t->seqc); in ip_vs_rht_free()189 t->seqc = kvmalloc_objs(*t->seqc, scounts); in ip_vs_rht_alloc()190 if (!t->seqc) in ip_vs_rht_alloc()193 seqcount_init(&t->seqc[i]); in ip_vs_rht_alloc()
743 sc = &t->seqc[bucket & t->seqc_mask]; in svc_resize_work_handler()
523 seqcount_t *seqc; /* Protects moves */ member583 for (retry = 1, sc = &(t)->seqc[(bucket) & (t)->seqc_mask]; \