Home
last modified time | relevance | path

Searched refs:buckets (Results 201 - 225 of 231) sorted by relevance

12345678910

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dfib_nexthops.sh359 local buckets=$2
368 # create a resilient group with $buckets buckets and dump them
370 run_cmd "$IP nexthop add id 1000 group 100 type resilient buckets $buckets"
372 log_test $? 0 "Dump large (x$buckets) nexthop buckets"
946 # migration of nexthop buckets - equal weights
950 run_cmd "$IP nexthop add id 102 group 62/63 type resilient buckets 2 idle_timer 0"
954 "id 102 group 62 type resilient buckets
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib.h298 struct ipoib_neigh __rcu **buckets; member
/kernel/linux/linux-5.10/include/trace/events/
H A Dbcache.h441 __entry->sectors = GC_SECTORS_USED(&ca->buckets[bucket]);
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H A Dipoib.h298 struct ipoib_neigh __rcu **buckets; member
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c1066 static int buckets[] = { 2, 4, 8, 16, 32, 64, 128, MAXNAMELEN - 1 }; in namerandpad() local
1072 bucket = (id ^ namerand) % ARRAY_SIZE(buckets); in namerandpad()
1073 padmod = buckets[bucket] + 1 - i; in namerandpad()
/kernel/linux/linux-5.10/lib/
H A Dtest_rhashtable.c500 pos = rht_ptr_exclusive(tbl->buckets + i); in print_ht()
/kernel/linux/linux-6.6/lib/
H A Dtest_rhashtable.c485 pos = rht_ptr_exclusive(tbl->buckets + i); in print_ht()
/third_party/node/deps/v8/src/d8/
H A Dd8.h527 size_t buckets);
H A Dd8.cc2886 size_t buckets) { in CreateHistogram()
2885 CreateHistogram(const char* name, int min, int max, size_t buckets) CreateHistogram() argument
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-ioctl.c74 static void init_buckets(struct list_head *buckets) in init_buckets() argument
79 INIT_LIST_HEAD(buckets + i); in init_buckets()
/kernel/linux/linux-6.6/drivers/net/
H A Damt.c418 int i, buckets; in amt_group_work() local
420 buckets = amt->hash_buckets; in amt_group_work()
430 for (i = 0; i < buckets; i++) { in amt_group_work()
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc840 Elf32_Word* buckets; member
853 buckets(0), in gnu_ht()
915 // The buckets of the hash table. in setup_gnu_ht()
916 ht.buckets = ht.bloom_filter + ht.bf_size; in setup_gnu_ht()
918 ht.chain = ht.buckets + ht.nb_buckets; in setup_gnu_ht()
981 size_t i = ht.buckets[h1 % ht.nb_buckets]; in lookup_symbol_from_gnu_hash_tab()
997 for (i = ht.buckets[h1 % ht.nb_buckets], in lookup_symbol_from_gnu_hash_tab()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp1068 static void bucketizeSamplesUniformly (const std::vector<UploadSampleResult<DurationType> >& samples, std::vector<UploadSampleResult<DurationType> >* buckets, int numBuckets, int& minBufferSize, int& maxBufferSize) in bucketizeSamplesUniformly() argument
1088 buckets[bucketNdx].push_back(samples[sampleNdx]); in bucketizeSamplesUniformly()
1701 std::vector<UploadSampleResult<SampleType> > buckets[numBuckets]; in analyzeSampleResults() local
1703 bucketizeSamplesUniformly(samples, &buckets[0], numBuckets, minBufferSize, maxBufferSize); in analyzeSampleResults()
1707 if (buckets[bucketNdx].empty()) in analyzeSampleResults()
1714 const typename SampleTypeTraits<SampleType>::StatsType stats = calculateSampleStatistics(theilSenFitting, buckets[bucketNdx]); in analyzeSampleResults()
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dsysfs.c1064 p[i] = ca->buckets[i].prio; in SHOW()
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h1286 struct pnfs_commit_bucket buckets[]; member
H A Dnetdevice.h325 * size of gro hash buckets, must less than bit number of
3216 #define FLOW_LIMIT_HISTORY (1 << 7) /* must be ^2 and !overflow buckets */
3222 u8 buckets[]; member
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.h948 struct hlist_head *buckets; member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_xdr.h1307 struct pnfs_commit_bucket buckets[]; member
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dsysfs.c1087 p[i] = ca->buckets[i].prio; in SHOW()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.h832 struct hlist_head *buckets; member
/kernel/linux/linux-5.10/net/core/
H A Ddev.c501 * MUST BE last in hash buckets and checking protocol handlers
4549 if (likely(fl->buckets[old_flow])) in skb_flow_limit()
4550 fl->buckets[old_flow]--; in skb_flow_limit()
4552 if (++fl->buckets[new_flow] > (FLOW_LIMIT_HISTORY >> 1)) { in skb_flow_limit()
/kernel/linux/linux-6.6/net/core/
H A Ddev.c542 * MUST BE last in hash buckets and checking protocol handlers
4773 if (likely(fl->buckets[old_flow])) in skb_flow_limit()
4774 fl->buckets[old_flow]--; in skb_flow_limit()
4776 if (++fl->buckets[new_flow] > (FLOW_LIMIT_HISTORY >> 1)) { in skb_flow_limit()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h792 struct anv_fixed_size_state_pool buckets[ANV_STATE_BUCKETS]; member
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc318 size_t buckets) { in CreateHistogram()
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 132 milliseconds

12345678910