Symbol: mask_array
net/openvswitch/flow_table.c
1105
struct mask_array *ma = rcu_dereference_ovsl(table->mask_array);
net/openvswitch/flow_table.c
1107
struct mask_array *new;
net/openvswitch/flow_table.c
1178
rcu_assign_pointer(table->mask_array, new);
net/openvswitch/flow_table.c
175
static void __mask_array_destroy(struct mask_array *ma)
net/openvswitch/flow_table.c
183
struct mask_array *ma = container_of(rcu, struct mask_array, rcu);
net/openvswitch/flow_table.c
188
static void tbl_mask_array_reset_counters(struct mask_array *ma)
net/openvswitch/flow_table.c
216
static struct mask_array *tbl_mask_array_alloc(int size)
net/openvswitch/flow_table.c
218
struct mask_array *new;
net/openvswitch/flow_table.c
245
struct mask_array *old;
net/openvswitch/flow_table.c
246
struct mask_array *new;
net/openvswitch/flow_table.c
252
old = ovsl_dereference(tbl->mask_array);
net/openvswitch/flow_table.c
263
rcu_assign_pointer(tbl->mask_array, new);
net/openvswitch/flow_table.c
271
struct mask_array *ma = ovsl_dereference(tbl->mask_array);
net/openvswitch/flow_table.c
280
ma = ovsl_dereference(tbl->mask_array);
net/openvswitch/flow_table.c
299
struct mask_array *ma = ovsl_dereference(tbl->mask_array);
net/openvswitch/flow_table.c
413
struct mask_array *ma;
net/openvswitch/flow_table.c
433
rcu_assign_pointer(table->mask_array, ma);
net/openvswitch/flow_table.c
516
struct mask_array *ma = rcu_dereference_raw(table->mask_array);
net/openvswitch/flow_table.c
727
struct mask_array *ma,
net/openvswitch/flow_table.c
788
struct mask_array *ma = rcu_dereference(tbl->mask_array);
net/openvswitch/flow_table.c
849
struct mask_array *ma = rcu_dereference_ovsl(tbl->mask_array);
net/openvswitch/flow_table.c
868
struct mask_array *ma = ovsl_dereference(tbl->mask_array);
net/openvswitch/flow_table.c
936
struct mask_array *ma = rcu_dereference_ovsl(table->mask_array);
net/openvswitch/flow_table.c
988
struct mask_array *ma;
net/openvswitch/flow_table.c
991
ma = ovsl_dereference(tbl->mask_array);
net/openvswitch/flow_table.h
66
struct mask_array __rcu *mask_array;