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:get_bucket
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
net-procfs.c
9
#define
get_bucket
(x) ((x) >> BUCKET_SPACE)
macro
23
h = &net->dev_index_head[
get_bucket
(*pos)];
in dev_from_same_bucket()
42
bucket =
get_bucket
(*pos) + 1;
in dev_from_bucket()
60
if (
get_bucket
(*pos) >= NETDEV_HASHENTRIES)
in __acquires()
/kernel/linux/linux-5.10/lib/
H
A
D
debugobjects.c
491
static struct debug_bucket *
get_bucket
(unsigned long addr)
in get_bucket()
function
621
db =
get_bucket
((unsigned long) addr);
in __debug_object_init()
698
db =
get_bucket
((unsigned long) addr);
in debug_object_activate()
753
db =
get_bucket
((unsigned long) addr);
in debug_object_deactivate()
795
db =
get_bucket
((unsigned long) addr);
in debug_object_destroy()
842
db =
get_bucket
((unsigned long) addr);
in debug_object_free()
887
db =
get_bucket
((unsigned long) addr);
in debug_object_assert_init()
926
db =
get_bucket
((unsigned long) addr);
in debug_object_active_state()
966
db =
get_bucket
(paddr);
in __debug_check_no_obj_freed()
1161
db =
get_bucket
((unsigne
in check_results()
[all...]
/kernel/linux/linux-6.6/lib/
H
A
D
debugobjects.c
488
static struct debug_bucket *
get_bucket
(unsigned long addr)
in get_bucket()
function
629
db =
get_bucket
((unsigned long) addr);
in __debug_object_init()
706
db =
get_bucket
((unsigned long) addr);
in debug_object_activate()
761
db =
get_bucket
((unsigned long) addr);
in debug_object_deactivate()
803
db =
get_bucket
((unsigned long) addr);
in debug_object_destroy()
850
db =
get_bucket
((unsigned long) addr);
in debug_object_free()
895
db =
get_bucket
((unsigned long) addr);
in debug_object_assert_init()
934
db =
get_bucket
((unsigned long) addr);
in debug_object_active_state()
974
db =
get_bucket
(paddr);
in __debug_check_no_obj_freed()
1169
db =
get_bucket
((unsigne
in check_results()
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
net-procfs.c
11
#define
get_bucket
(x) ((x) >> BUCKET_SPACE)
macro
22
h = &net->dev_index_head[
get_bucket
(*pos)];
in dev_from_same_bucket()
41
bucket =
get_bucket
(*pos) + 1;
in dev_from_bucket()
59
if (
get_bucket
(*pos) >= NETDEV_HASHENTRIES)
in __acquires()
/kernel/linux/linux-5.10/net/unix/
H
A
D
af_unix.c
2814
#define
get_bucket
(x) ((x) >> BUCKET_SPACE)
macro
2821
unsigned long bucket =
get_bucket
(*pos);
in unix_from_bucket()
2855
bucket =
get_bucket
(*pos) + 1;
in unix_next_socket()
2870
if (
get_bucket
(*pos) >= ARRAY_SIZE(unix_socket_table))
in __acquires()
/kernel/linux/linux-6.6/net/unix/
H
A
D
af_unix.c
3174
#define
get_bucket
(x) ((x) >> BUCKET_SPACE)
macro
3181
unsigned long bucket =
get_bucket
(*pos);
in unix_from_bucket()
3196
unsigned long bucket =
get_bucket
(*pos);
in unix_get_first()
3218
unsigned long bucket =
get_bucket
(*pos);
in unix_get_next()
3396
*pos = set_bucket_offset(
get_bucket
(*pos) + 1, 1);
in bpf_iter_unix_batch()
Completed in 12 milliseconds