Searched refs:hregion (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 111 struct ip_set_region *hregion; /* Region locks and ext sizes */ member 432 spin_lock_bh(&t->hregion[r].lock); in mtype_flush() 444 t->hregion[r].ext_size = 0; in mtype_flush() 445 t->hregion[r].elements = 0; in mtype_flush() 446 spin_unlock_bh(&t->hregion[r].lock); in mtype_flush() 470 ip_set_free(t->hregion); in mtype_ahash_destroy() 524 spin_lock_bh(&t->hregion[r].lock); in mtype_gc_do() 547 t->hregion[r].elements--; in mtype_gc_do() 553 t->hregion[r].ext_size -= in mtype_gc_do() 576 t->hregion[r].ext_size -= in mtype_gc_do() [all …]
|
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1249 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument 1256 self.hregion = hregion 1270 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument 1276 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion)) 1309 hregion = self.HRegion(db, thread_id, comm_id, time) 1310 self.AddPoint(time, 1000, None, None, hregion) 1332 hregion = self.HRegion(db, query.value(1), query.value(3), start_time) 1333 self.AddPoint(start_time, 1000, None, None, hregion) 1337 hregion = self.HRegion(db, thread_id, comm_id, time) 1338 self.AddPoint(time, 1000, None, None, hregion) [all …]
|