Searched refs:seqc (Results 1 – 4 of 4) sorted by relevance
694 write_seqcount_begin(&t->seqc[hash_key & t->seqc_mask]); in ip_vs_conn_fill_cport()708 write_seqcount_end(&t->seqc[hash_key & t->seqc_mask]); in ip_vs_conn_fill_cport()746 write_seqcount_end(&t->seqc[hash_key & t->seqc_mask]); in ip_vs_conn_fill_cport()872 write_seqcount_begin(&t->seqc[bucket & t->seqc_mask]); in conn_resize_work_handler()898 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_array(scounts, sizeof(*t->seqc), GFP_KERNEL); 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()
718 sc = &t->seqc[bucket & t->seqc_mask]; in svc_resize_work_handler()
509 seqcount_t *seqc; /* Protects moves */ member569 for (retry = 1, sc = &(t)->seqc[(bucket) & (t)->seqc_mask]; \