/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fib_nexthops.sh | 359 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 D | ipoib.h | 298 struct ipoib_neigh __rcu **buckets; member
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | bcache.h | 441 __entry->sectors = GC_SECTORS_USED(&ca->buckets[bucket]);
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib.h | 298 struct ipoib_neigh __rcu **buckets; member
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 1066 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 D | test_rhashtable.c | 500 pos = rht_ptr_exclusive(tbl->buckets + i); in print_ht()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_rhashtable.c | 485 pos = rht_ptr_exclusive(tbl->buckets + i); in print_ht()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.h | 527 size_t buckets);
|
H A D | d8.cc | 2886 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 D | dm-ioctl.c | 74 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 D | amt.c | 418 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 D | abg-dwarf-reader.cc | 840 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 D | es3pBufferDataUploadTests.cpp | 1068 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 D | sysfs.c | 1064 p[i] = ca->buckets[i].prio; in SHOW()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_xdr.h | 1286 struct pnfs_commit_bucket buckets[]; member
|
H A D | netdevice.h | 325 * 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 D | trace.h | 948 struct hlist_head *buckets; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_xdr.h | 1307 struct pnfs_commit_bucket buckets[]; member
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | sysfs.c | 1087 p[i] = ca->buckets[i].prio; in SHOW()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.h | 832 struct hlist_head *buckets; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 501 * 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 D | dev.c | 542 * 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 D | anv_private.h | 792 struct anv_fixed_size_state_pool buckets[ANV_STATE_BUCKETS]; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 318 size_t buckets) { in CreateHistogram()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |