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:ev_mask
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/nds32/kernel/
H
A
D
perf_event_cpu.c
341
u32
ev_mask
= 0;
in nds32_pfm_write_evtsel()
local
359
ev_mask
= PFM_CTL_SEL[idx];
in nds32_pfm_write_evtsel()
360
ori_val &= ~
ev_mask
;
in nds32_pfm_write_evtsel()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_bsg.c
849
* @
ev_mask
: Mask of events.
854
lpfc_bsg_event_new(uint32_t
ev_mask
, int ev_reg_id, uint32_t ev_req_id)
in lpfc_bsg_event_new()
argument
863
evt->type_mask =
ev_mask
;
in lpfc_bsg_event_new()
1215
uint32_t
ev_mask
;
in lpfc_bsg_hba_set_event()
local
1229
ev_mask
= ((uint32_t)(unsigned long)event_req->type_mask &
in lpfc_bsg_hba_set_event()
1251
evt = lpfc_bsg_event_new(
ev_mask
, event_req->ev_reg_id,
in lpfc_bsg_hba_set_event()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_bsg.c
825
* @
ev_mask
: Mask of events.
830
lpfc_bsg_event_new(uint32_t
ev_mask
, int ev_reg_id, uint32_t ev_req_id)
in lpfc_bsg_event_new()
argument
839
evt->type_mask =
ev_mask
;
in lpfc_bsg_event_new()
1175
uint32_t
ev_mask
;
in lpfc_bsg_hba_set_event()
local
1189
ev_mask
= ((uint32_t)(unsigned long)event_req->type_mask &
in lpfc_bsg_hba_set_event()
1211
evt = lpfc_bsg_event_new(
ev_mask
, event_req->ev_reg_id,
in lpfc_bsg_hba_set_event()
Completed in 23 milliseconds