OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bucket_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/test/analyze/
rand.c
53
uint64_t
bucket_id
= num >> lg_bucket_width;
local
54
if (
bucket_id
>= n_bucket) {
55
bucket_id
= n_bucket - 1;
57
++buckets[
bucket_id
];
/src/sys/dev/pci/ixgbe/
ix_txrx.c
219
uint32_t
bucket_id
;
local
233
&
bucket_id
) == 0)) {
234
i =
bucket_id
% sc->num_queues;
236
if (
bucket_id
> sc->num_queues)
238
"
bucket_id
(%d) > num_queues (%d)\n",
239
bucket_id
, sc->num_queues);
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026