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:pri
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
hi_task.c
106
hi_u16
pri
;
in hi_task_get_priority()
local
112
pri
= LOS_TaskPriGet(taskid);
in hi_task_get_priority()
113
if (
pri
== (hi_u16)OS_INVALID) {
in hi_task_get_priority()
117
*priority =
pri
;
in hi_task_get_priority()
H
A
D
hi_isr.c
181
hi_u16
pri
= flags & HI_IRQ_FLAG_PRI_MASK;
in hi_irq_request()
local
187
if ((routine == HI_NULL) || (vector >= OS_HWI_MAX_NUM) || (
pri
== 0)) {
in hi_irq_request()
198
g_irq_prio_backup[vector] = (hi_u8)
pri
;
in hi_irq_request()
199
ret = LOS_HwiCreate(vector,
pri
, 0, (HWI_PROC_FUNC)routine, param);
in hi_irq_request()
H
A
D
oal_netbuf.h
226
#define oal_netbuf_unshare(nb,
pri
) skb_unshare(nb,
pri
)
/device/qemu/riscv32_virt/liteos_m/board/driver/
H
A
D
plic.c
75
VOID PlicIrqSetPrio(UINT32 vector, UINT32
pri
)
in PlicIrqSetPrio()
argument
80
WRITE_UINT32(
pri
, plicReg);
in PlicIrqSetPrio()
H
A
D
plic.h
28
extern VOID PlicIrqSetPrio(UINT32 vector, UINT32
pri
);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_tx_data.c
205
hi_u32
pri
;
in hmac_tx_classify_ipv6_data()
local
225
pri
= (oal_net2host_long(ipv6_hdr) & WLAN_IPV6_PRIORITY_MASK) >> WLAN_IPV6_PRIORITY_SHIFT;
in hmac_tx_classify_ipv6_data()
226
tid = (hi_u8)(
pri
>> WLAN_IP_PRI_SHIFT);
in hmac_tx_classify_ipv6_data()
Completed in 4 milliseconds