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:phead
(Results
1 - 2
of
2
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/
H
A
D
virtnet.c
206
struct pbuf *
phead
= NULL;
in FreeTxEntry()
local
210
phead
= nic->tbufRec[idx].head;
in FreeTxEntry()
223
pbuf_free_callback(
phead
);
in FreeTxEntry()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_pno.c
802
dhd_pno_best_header_t *
phead
, *pprev;
in _dhd_pno_convert_format()
local
822
phead
= siter->bestnetheader;
in _dhd_pno_convert_format()
823
while (
phead
!= NULL) {
in _dhd_pno_convert_format()
826
(
phead
->tot_size +
phead
->tot_cnt * ENTRY_OVERHEAD))
in _dhd_pno_convert_format()
831
DHD_PNO(("\n<loop : %d, apcount %d>\n", cnt - 1,
phead
->tot_cnt));
in _dhd_pno_convert_format()
833
if (
phead
->reason & PNO_STATUS_ABORT_MASK) {
in _dhd_pno_convert_format()
839
&
phead
->entry_list, list) {
in _dhd_pno_convert_format()
887
pprev =
phead
;
in _dhd_pno_convert_format()
889
siter->bestnetheader =
phead
in _dhd_pno_convert_format()
927
dhd_pno_best_header_t *
phead
, *pprev;
_dhd_pno_clear_all_batch_results()
local
[all...]
Completed in 4 milliseconds