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:vcc_hash
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/atm/
H
A
D
common.c
35
struct hlist_head
vcc_hash
[VCC_HTABLE_SIZE];
variable
36
EXPORT_SYMBOL(
vcc_hash
);
variable
46
struct hlist_head *head = &
vcc_hash
[vcc->vci & (VCC_HTABLE_SIZE - 1)];
in __vcc_insert_socket()
268
struct hlist_head *head = &
vcc_hash
[i];
in atm_dev_release_vccs()
315
struct hlist_head *head = &
vcc_hash
[vci & (VCC_HTABLE_SIZE - 1)];
in check_ci()
H
A
D
proc.c
84
struct hlist_head *head = &
vcc_hash
[*bucket];
in __vcc_walk()
99
sk = sk_head(&
vcc_hash
[*bucket]);
in __vcc_walk()
H
A
D
signaling.c
210
struct hlist_head *head = &
vcc_hash
[i];
in sigd_close()
/kernel/linux/linux-6.6/net/atm/
H
A
D
common.c
35
struct hlist_head
vcc_hash
[VCC_HTABLE_SIZE];
variable
36
EXPORT_SYMBOL(
vcc_hash
);
variable
46
struct hlist_head *head = &
vcc_hash
[vcc->vci & (VCC_HTABLE_SIZE - 1)];
in __vcc_insert_socket()
268
struct hlist_head *head = &
vcc_hash
[i];
in atm_dev_release_vccs()
315
struct hlist_head *head = &
vcc_hash
[vci & (VCC_HTABLE_SIZE - 1)];
in check_ci()
H
A
D
proc.c
84
struct hlist_head *head = &
vcc_hash
[*bucket];
in __vcc_walk()
99
sk = sk_head(&
vcc_hash
[*bucket]);
in __vcc_walk()
H
A
D
signaling.c
210
struct hlist_head *head = &
vcc_hash
[i];
in sigd_close()
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
atmtcp.c
172
struct hlist_head *head = &
vcc_hash
[i];
in atmtcp_v_ioctl()
269
head = &
vcc_hash
[vci & (VCC_HTABLE_SIZE -1)];
in find_vcc()
H
A
D
solos-pci.c
904
head = &
vcc_hash
[vci & (VCC_HTABLE_SIZE -1)];
in find_vcc()
H
A
D
he.c
338
head = &
vcc_hash
[vci & (VCC_HTABLE_SIZE -1)];
in __find_vcc()
H
A
D
eni.c
2160
struct hlist_head *head = &
vcc_hash
[i];
in eni_proc_read()
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
atmtcp.c
172
struct hlist_head *head = &
vcc_hash
[i];
in atmtcp_v_ioctl()
269
head = &
vcc_hash
[vci & (VCC_HTABLE_SIZE -1)];
in find_vcc()
H
A
D
solos-pci.c
904
head = &
vcc_hash
[vci & (VCC_HTABLE_SIZE -1)];
in find_vcc()
H
A
D
eni.c
2160
struct hlist_head *head = &
vcc_hash
[i];
in eni_proc_read()
H
A
D
he.c
338
head = &
vcc_hash
[vci & (VCC_HTABLE_SIZE -1)];
in __find_vcc()
/kernel/linux/linux-5.10/include/linux/
H
A
D
atmdev.h
213
extern struct hlist_head
vcc_hash
[VCC_HTABLE_SIZE];
/kernel/linux/linux-6.6/include/linux/
H
A
D
atmdev.h
214
extern struct hlist_head
vcc_hash
[VCC_HTABLE_SIZE];
Completed in 23 milliseconds