Searched refs:ti (Results 1 – 5 of 5) sorted by relevance
175 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy() argument177 free_buckets(ti->buckets); in __table_instance_destroy()178 kfree(ti); in __table_instance_destroy()183 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); in table_instance_alloc() local185 if (!ti) in table_instance_alloc()188 ti->buckets = alloc_buckets(new_size); in table_instance_alloc()190 if (!ti->buckets) { in table_instance_alloc()191 kfree(ti); in table_instance_alloc()194 ti->n_buckets = new_size; in table_instance_alloc()195 ti->node_ver = 0; in table_instance_alloc()[all …]
49 struct table_instance __rcu *ti; member
1177 struct table_instance *ti; in ovs_flow_cmd_dump() local1187 ti = rcu_dereference(dp->table.ti); in ovs_flow_cmd_dump()1194 flow = ovs_flow_tbl_dump_next(ti, &bucket, &obj); in ovs_flow_cmd_dump()
377 int ti = cb->args[0]; in l2tp_nl_cmd_tunnel_dump() local382 tunnel = l2tp_tunnel_find_nth(net, ti); in l2tp_nl_cmd_tunnel_dump()391 ti++; in l2tp_nl_cmd_tunnel_dump()395 cb->args[0] = ti; in l2tp_nl_cmd_tunnel_dump()720 int ti = cb->args[0]; in l2tp_nl_cmd_session_dump() local725 tunnel = l2tp_tunnel_find_nth(net, ti); in l2tp_nl_cmd_session_dump()732 ti++; in l2tp_nl_cmd_session_dump()747 cb->args[0] = ti; in l2tp_nl_cmd_session_dump()
2491 int ti = 0; in __xfrm_policy_check() local2503 if (ti + pols[pi]->xfrm_nr >= XFRM_MAX_DEPTH) { in __xfrm_policy_check()2508 tpp[ti++] = &pols[pi]->xfrm_vec[i]; in __xfrm_policy_check()2510 xfrm_nr = ti; in __xfrm_policy_check()