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:destructor
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
linux_pkt.c
312
if (skb->
destructor
|| irqs_disabled()) {
in linux_pktfree_irq()
314
*
destructor
exists
in linux_pktfree_irq()
318
/* can free immediately (even in_irq()) if
destructor
in linux_pktfree_irq()
381
if (skb->
destructor
) {
in linux_pktfree()
383
*
destructor
exists
in linux_pktfree()
387
/* can free immediately (even in_irq()) if
destructor
in linux_pktfree()
664
if (!skb->
destructor
|| skb->
destructor
== sock_wfree)
in osl_pkt_orphan_partial()
669
sprint_symbol(sym, (unsigned long)skb->
destructor
);
in osl_pkt_orphan_partial()
672
p_tcp_wfree = skb->
destructor
;
in osl_pkt_orphan_partial()
[all...]
H
A
D
dhd_linux.c
7933
/* in unregister_netdev case, the interface gets freed by net->
destructor
in dhd_allocate_if()
7993
#define IFP_NET_DESTRUCTOR ifp->net->
destructor
in dhd_allocate_if()
8168
/* in unregister_netdev case, the interface gets freed by net->
destructor
in dhd_remove_if()
12451
/* in unregister_netdev case, the interface gets freed by net->
destructor
in dhd_detach()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H
A
D
media_mem.c
139
p->
destructor
= kfree;
in hil_mmz_create()
181
p->
destructor
= kfree;
in hil_mmz_create_v2()
192
if (zone->
destructor
) {
in hil_mmz_destroy()
193
zone->
destructor
(zone);
in hil_mmz_destroy()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H
A
D
drv_media_mem.h
104
void (*
destructor
)(const void *);
member
H
A
D
drv_media_mem.c
188
p->
destructor
= hil_media_memory_zone_free;
in hil_mmz_create()
270
if (zone->
destructor
!= NULL) {
in hil_mmz_destroy()
271
zone->
destructor
(zone);
in hil_mmz_destroy()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
osal_mmz.h
46
void (*
destructor
)(const void *);
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
osal_mmz.h
43
void (*
destructor
)(const void *);
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
osal_mmz.h
44
void (*
destructor
)(const void *);
member
/device/soc/rockchip/common/sdk_linux/scripts/kconfig/
H
A
D
parser.y
111
%
destructor
{
Completed in 30 milliseconds