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:applicants
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/802/
H
A
D
garp.c
359
struct garp_applicant *app = rtnl_dereference(port->
applicants
[appl->type]);
in garp_request_join()
379
struct garp_applicant *app = rtnl_dereference(port->
applicants
[appl->type]);
in garp_request_leave()
522
app = rcu_dereference(port->
applicants
[appl->type]);
in garp_pdu_rcv()
562
if (rtnl_dereference(port->
applicants
[i]))
in garp_release_port()
596
rcu_assign_pointer(dev->garp_port->
applicants
[appl->type], app);
in garp_init_applicant()
613
struct garp_applicant *app = rtnl_dereference(port->
applicants
[appl->type]);
in garp_uninit_applicant()
617
RCU_INIT_POINTER(port->
applicants
[appl->type], NULL);
in garp_uninit_applicant()
H
A
D
mrp.c
535
port->
applicants
[appl->type]);
in mrp_request_join()
560
port->
applicants
[appl->type]);
in mrp_request_leave()
805
app = rcu_dereference(port->
applicants
[appl->type]);
in mrp_rcv()
847
if (rtnl_dereference(port->
applicants
[i]))
in mrp_release_port()
882
rcu_assign_pointer(dev->mrp_port->
applicants
[appl->type], app);
in mrp_init_applicant()
902
port->
applicants
[appl->type]);
in mrp_uninit_applicant()
906
RCU_INIT_POINTER(port->
applicants
[appl->type], NULL);
in mrp_uninit_applicant()
/kernel/linux/linux-6.6/net/802/
H
A
D
garp.c
359
struct garp_applicant *app = rtnl_dereference(port->
applicants
[appl->type]);
in garp_request_join()
379
struct garp_applicant *app = rtnl_dereference(port->
applicants
[appl->type]);
in garp_request_leave()
522
app = rcu_dereference(port->
applicants
[appl->type]);
in garp_pdu_rcv()
562
if (rtnl_dereference(port->
applicants
[i]))
in garp_release_port()
596
rcu_assign_pointer(dev->garp_port->
applicants
[appl->type], app);
in garp_init_applicant()
613
struct garp_applicant *app = rtnl_dereference(port->
applicants
[appl->type]);
in garp_uninit_applicant()
617
RCU_INIT_POINTER(port->
applicants
[appl->type], NULL);
in garp_uninit_applicant()
H
A
D
mrp.c
535
port->
applicants
[appl->type]);
in mrp_request_join()
560
port->
applicants
[appl->type]);
in mrp_request_leave()
805
app = rcu_dereference(port->
applicants
[appl->type]);
in mrp_rcv()
847
if (rtnl_dereference(port->
applicants
[i]))
in mrp_release_port()
882
rcu_assign_pointer(dev->mrp_port->
applicants
[appl->type], app);
in mrp_init_applicant()
902
port->
applicants
[appl->type]);
in mrp_uninit_applicant()
906
RCU_INIT_POINTER(port->
applicants
[appl->type], NULL);
in mrp_uninit_applicant()
/kernel/linux/linux-5.10/include/net/
H
A
D
garp.h
112
struct garp_applicant __rcu *
applicants
[GARP_APPLICATION_MAX + 1];
member
H
A
D
mrp.h
127
struct mrp_applicant __rcu *
applicants
[MRP_APPLICATION_MAX + 1];
member
/kernel/linux/linux-6.6/include/net/
H
A
D
garp.h
114
struct garp_applicant __rcu *
applicants
[GARP_APPLICATION_MAX + 1];
member
H
A
D
mrp.h
131
struct mrp_applicant __rcu *
applicants
[MRP_APPLICATION_MAX + 1];
member
Completed in 7 milliseconds