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:bcmproc_dir
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
can.h
26
struct proc_dir_entry *
bcmproc_dir
;
member
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
can.h
27
struct proc_dir_entry *
bcmproc_dir
;
member
/kernel/linux/linux-5.10/net/can/
H
A
D
bcm.c
1427
if (sock_net(sk)->can.
bcmproc_dir
&& bo->bcm_proc_read)
in bcm_notify()
1428
remove_proc_entry(bo->procname, sock_net(sk)->can.
bcmproc_dir
);
in bcm_notify()
1530
if (net->can.
bcmproc_dir
&& bo->bcm_proc_read)
in bcm_release()
1531
remove_proc_entry(bo->procname, net->can.
bcmproc_dir
);
in bcm_release()
1627
if (net->can.
bcmproc_dir
) {
in bcm_connect()
1631
net->can.
bcmproc_dir
,
in bcm_connect()
1729
net->can.
bcmproc_dir
= proc_net_mkdir(net, "can-bcm", net->proc_net);
in canbcm_pernet_init()
1739
if (net->can.
bcmproc_dir
)
in canbcm_pernet_exit()
/kernel/linux/linux-6.6/net/can/
H
A
D
bcm.c
1531
if (net->can.
bcmproc_dir
&& bo->bcm_proc_read)
in bcm_release()
1532
remove_proc_entry(bo->procname, net->can.
bcmproc_dir
);
in bcm_release()
1628
if (net->can.
bcmproc_dir
) {
in bcm_connect()
1632
net->can.
bcmproc_dir
,
in bcm_connect()
1726
net->can.
bcmproc_dir
= proc_net_mkdir(net, "can-bcm", net->proc_net);
in canbcm_pernet_init()
1736
if (net->can.
bcmproc_dir
)
in canbcm_pernet_exit()
Completed in 5 milliseconds