Home
last modified time | relevance | path

Searched refs:hregion (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h87 struct ip_set_region *hregion; /* Region locks and ext sizes */ member
406 spin_lock_bh(&t->hregion[r].lock); in mtype_flush()
418 t->hregion[r].ext_size = 0; in mtype_flush()
419 t->hregion[r].elements = 0; in mtype_flush()
420 spin_unlock_bh(&t->hregion[r].lock); in mtype_flush()
444 ip_set_free(t->hregion); in mtype_ahash_destroy()
495 spin_lock_bh(&t->hregion[r].lock); in mtype_gc_do()
518 t->hregion[r].elements--; in mtype_gc_do()
524 t->hregion[r].ext_size -= in mtype_gc_do()
547 t->hregion[r].ext_size -= in mtype_gc_do()
[all …]
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1256 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1263 self.hregion = hregion
1277 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1283 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))
1316 hregion = self.HRegion(db, thread_id, comm_id, time)
1317 self.AddPoint(time, 1000, None, None, hregion)
1339 hregion = self.HRegion(db, query.value(1), query.value(3), start_time)
1340 self.AddPoint(start_time, 1000, None, None, hregion)
1344 hregion = self.HRegion(db, thread_id, comm_id, time)
1345 self.AddPoint(time, 1000, None, None, hregion)
[all …]