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:to_return
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/atm/
H
A
D
lec.c
1535
struct lec_arp_table *
to_return
;
in make_entry()
local
1537
to_return
= kzalloc(sizeof(struct lec_arp_table), GFP_ATOMIC);
in make_entry()
1538
if (!
to_return
)
in make_entry()
1540
ether_addr_copy(
to_return
->mac_addr, mac_addr);
in make_entry()
1541
INIT_HLIST_NODE(&
to_return
->next);
in make_entry()
1542
timer_setup(&
to_return
->timer, lec_arp_expire_arp, 0);
in make_entry()
1543
to_return
->last_used = jiffies;
in make_entry()
1544
to_return
->priv = priv;
in make_entry()
1545
skb_queue_head_init(&
to_return
->tx_wait);
in make_entry()
1546
refcount_set(&
to_return
in make_entry()
[all...]
/kernel/linux/linux-6.6/net/atm/
H
A
D
lec.c
1533
struct lec_arp_table *
to_return
;
in make_entry()
local
1535
to_return
= kzalloc(sizeof(struct lec_arp_table), GFP_ATOMIC);
in make_entry()
1536
if (!
to_return
)
in make_entry()
1538
ether_addr_copy(
to_return
->mac_addr, mac_addr);
in make_entry()
1539
INIT_HLIST_NODE(&
to_return
->next);
in make_entry()
1540
timer_setup(&
to_return
->timer, lec_arp_expire_arp, 0);
in make_entry()
1541
to_return
->last_used = jiffies;
in make_entry()
1542
to_return
->priv = priv;
in make_entry()
1543
skb_queue_head_init(&
to_return
->tx_wait);
in make_entry()
1544
refcount_set(&
to_return
in make_entry()
[all...]
Completed in 5 milliseconds