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:notify_flag
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-context.c
35
if (!mp->
notify_flag
) {
in pvr2_context_set_notify()
45
mp->
notify_flag
= !0;
in pvr2_context_set_notify()
48
if (mp->
notify_flag
) {
in pvr2_context_set_notify()
49
mp->
notify_flag
= 0;
in pvr2_context_set_notify()
H
A
D
pvrusb2-context.h
36
int
notify_flag
;
member
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-context.c
35
if (!mp->
notify_flag
) {
in pvr2_context_set_notify()
45
mp->
notify_flag
= !0;
in pvr2_context_set_notify()
48
if (mp->
notify_flag
) {
in pvr2_context_set_notify()
49
mp->
notify_flag
= 0;
in pvr2_context_set_notify()
H
A
D
pvrusb2-context.h
36
int
notify_flag
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
3592
u32
notify_flag
;
in hns_roce_v2_req_notify_cq()
local
3595
* flags = 0, then
notify_flag
: next
in hns_roce_v2_req_notify_cq()
3598
notify_flag
= (flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED ?
in hns_roce_v2_req_notify_cq()
3605
hr_reg_write(&cq_db, DB_CQ_NOTIFY,
notify_flag
);
in hns_roce_v2_req_notify_cq()
Completed in 10 milliseconds