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:poll_type
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_file_ops.c
1132
else if (rcd->
poll_type
== QIB_POLL_TYPE_URGENT)
in qib_poll()
1134
else if (rcd->
poll_type
== QIB_POLL_TYPE_ANYRCV)
in qib_poll()
2105
copy = sizeof(cmd.cmd.
poll_type
);
in qib_write()
2106
dest = &cmd.cmd.
poll_type
;
in qib_write()
2107
src = &ucmd->cmd.
poll_type
;
in qib_write()
2209
rcd->
poll_type
= cmd.cmd.
poll_type
;
in qib_write()
H
A
D
qib_common.h
474
__u16
poll_type
;
member
H
A
D
qib.h
217
u16
poll_type
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_file_ops.c
1131
else if (rcd->
poll_type
== QIB_POLL_TYPE_URGENT)
in qib_poll()
1133
else if (rcd->
poll_type
== QIB_POLL_TYPE_ANYRCV)
in qib_poll()
2104
copy = sizeof(cmd.cmd.
poll_type
);
in qib_write()
2105
dest = &cmd.cmd.
poll_type
;
in qib_write()
2106
src = &ucmd->cmd.
poll_type
;
in qib_write()
2208
rcd->
poll_type
= cmd.cmd.
poll_type
;
in qib_write()
H
A
D
qib_common.h
474
__u16
poll_type
;
member
H
A
D
qib.h
217
u16
poll_type
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
file_ops.c
272
uctxt->
poll_type
= (typeof(uctxt->
poll_type
))uval;
in hfi1_file_ioctl()
627
else if (uctxt->
poll_type
== HFI1_POLL_TYPE_URGENT)
in hfi1_poll()
629
else if (uctxt->
poll_type
== HFI1_POLL_TYPE_ANYRCV)
in hfi1_poll()
H
A
D
hfi.h
338
u16
poll_type
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
file_ops.c
231
uctxt->
poll_type
= (typeof(uctxt->
poll_type
))uval;
in hfi1_file_ioctl()
617
else if (uctxt->
poll_type
== HFI1_POLL_TYPE_URGENT)
in hfi1_poll()
619
else if (uctxt->
poll_type
== HFI1_POLL_TYPE_ANYRCV)
in hfi1_poll()
H
A
D
hfi.h
297
u16
poll_type
;
member
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_core.h
580
int
poll_type
);
H
A
D
vchiq_core.c
531
int
poll_type
)
in request_poll()
539
value | BIT(
poll_type
)) != value);
in request_poll()
530
request_poll(struct vchiq_state *state, struct vchiq_service *service, int
poll_type
)
request_poll()
argument
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_core.h
525
int
poll_type
);
H
A
D
vchiq_core.c
643
int
poll_type
)
in request_poll()
654
value | BIT(
poll_type
)) != value);
in request_poll()
642
request_poll(struct vchiq_state *state, struct vchiq_service *service, int
poll_type
)
request_poll()
argument
Completed in 38 milliseconds