Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bucket_id
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
bpf_sk_storage.c
654
unsigned int
bucket_id
;
member
667
u32
bucket_id
= info->
bucket_id
;
in __acquires()
local
673
if (
bucket_id
>= n_buckets)
in __acquires()
684
b = &smap->buckets[
bucket_id
++];
in __acquires()
697
for (i =
bucket_id
; i < (1U << smap->bucket_log); i++) {
in __acquires()
704
info->
bucket_id
= i;
in __acquires()
714
info->
bucket_id
= i;
in __acquires()
H
A
D
sock_map.c
1337
u32
bucket_id
;
member
1356
info->
bucket_id
++;
in sock_hash_seq_find_next()
1359
for (; info->
bucket_id
< htab->buckets_num; info->
bucket_id
++) {
in sock_hash_seq_find_next()
1360
bucket = &htab->buckets[info->
bucket_id
];
in sock_hash_seq_find_next()
/kernel/linux/linux-6.6/net/core/
H
A
D
bpf_sk_storage.c
703
unsigned int
bucket_id
;
member
716
u32
bucket_id
= info->
bucket_id
;
in __acquires()
local
722
if (
bucket_id
>= n_buckets)
in __acquires()
733
b = &smap->buckets[
bucket_id
++];
in __acquires()
746
for (i =
bucket_id
; i < (1U << smap->bucket_log); i++) {
in __acquires()
753
info->
bucket_id
= i;
in __acquires()
763
info->
bucket_id
= i;
in __acquires()
H
A
D
sock_map.c
1295
u32
bucket_id
;
member
1314
info->
bucket_id
++;
in sock_hash_seq_find_next()
1317
for (; info->
bucket_id
< htab->buckets_num; info->
bucket_id
++) {
in sock_hash_seq_find_next()
1318
bucket = &htab->buckets[info->
bucket_id
];
in sock_hash_seq_find_next()
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
hashtab.c
1655
u32
bucket_id
;
member
1665
u32
bucket_id
= info->
bucket_id
;
in bpf_hash_map_seq_find_next()
local
1672
if (
bucket_id
>= htab->n_buckets)
in bpf_hash_map_seq_find_next()
1686
b = &htab->buckets[
bucket_id
++];
in bpf_hash_map_seq_find_next()
1691
for (i =
bucket_id
; i < htab->n_buckets; i++) {
in bpf_hash_map_seq_find_next()
1699
info->
bucket_id
= i;
in bpf_hash_map_seq_find_next()
1710
info->
bucket_id
= i;
in bpf_hash_map_seq_find_next()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
hashtab.c
1979
u32
bucket_id
;
member
1989
u32
bucket_id
= info->
bucket_id
;
in bpf_hash_map_seq_find_next()
local
1996
if (
bucket_id
>= htab->n_buckets)
in bpf_hash_map_seq_find_next()
2010
b = &htab->buckets[
bucket_id
++];
in bpf_hash_map_seq_find_next()
2015
for (i =
bucket_id
; i < htab->n_buckets; i++) {
in bpf_hash_map_seq_find_next()
2023
info->
bucket_id
= i;
in bpf_hash_map_seq_find_next()
2034
info->
bucket_id
= i;
in bpf_hash_map_seq_find_next()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
core.c
1006
uc_se->
bucket_id
= uclamp_bucket_id(value);
in uclamp_se_set()
1042
int
bucket_id
= UCLAMP_BUCKETS - 1;
in uclamp_rq_max_value()
local
1048
for ( ;
bucket_id
>= 0;
bucket_id
--) {
in uclamp_rq_max_value()
1049
if (!bucket[
bucket_id
].tasks)
in uclamp_rq_max_value()
1051
return bucket[
bucket_id
].value;
in uclamp_rq_max_value()
1179
* task's uclamp::
bucket_id
is refcounted on that rq. This also immediately
1199
bucket = &uc_rq->bucket[uc_se->
bucket_id
];
in uclamp_rq_inc_id()
1255
* bucket[uc_se->
bucket_id
].
in uclamp_rq_dec_id()
1262
bucket = &uc_rq->bucket[uc_se->
bucket_id
];
in uclamp_rq_dec_id()
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
core.c
1461
uc_se->
bucket_id
= uclamp_bucket_id(value);
in uclamp_se_set()
1497
int
bucket_id
= UCLAMP_BUCKETS - 1;
in uclamp_rq_max_value()
local
1503
for ( ;
bucket_id
>= 0;
bucket_id
--) {
in uclamp_rq_max_value()
1504
if (!bucket[
bucket_id
].tasks)
in uclamp_rq_max_value()
1506
return bucket[
bucket_id
].value;
in uclamp_rq_max_value()
1607
* task's uclamp::
bucket_id
is refcounted on that rq. This also immediately
1627
bucket = &uc_rq->bucket[uc_se->
bucket_id
];
in uclamp_rq_inc_id()
1683
* bucket[uc_se->
bucket_id
].
in uclamp_rq_dec_id()
1690
bucket = &uc_rq->bucket[uc_se->
bucket_id
];
in uclamp_rq_dec_id()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
sched.h
701
* @
bucket_id
: bucket index corresponding to the "assigned" value
705
* The
bucket_id
is the index of the clamp bucket matching the clamp value
712
* to the "effective"
bucket_id
.
723
unsigned int
bucket_id
: bits_per(UCLAMP_BUCKETS);
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
sched.h
787
* @
bucket_id
: bucket index corresponding to the "assigned" value
791
* The
bucket_id
is the index of the clamp bucket matching the clamp value
798
* to the "effective"
bucket_id
.
809
unsigned int
bucket_id
: bits_per(UCLAMP_BUCKETS);
member
Completed in 39 milliseconds