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_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H
A
D
vmci_host.c
784
struct vmci_set_notify_info
notify_info
;
in vmci_host_do_set_notify()
local
791
if (copy_from_user(&
notify_info
, uptr, sizeof(
notify_info
)))
in vmci_host_do_set_notify()
794
if (
notify_info
.notify_uva) {
in vmci_host_do_set_notify()
795
notify_info
.result =
in vmci_host_do_set_notify()
797
notify_info
.notify_uva);
in vmci_host_do_set_notify()
800
notify_info
.result = VMCI_SUCCESS;
in vmci_host_do_set_notify()
803
return copy_to_user(uptr, &
notify_info
, sizeof(
notify_info
)) ?
in vmci_host_do_set_notify()
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H
A
D
vmci_host.c
786
struct vmci_set_notify_info
notify_info
;
in vmci_host_do_set_notify()
local
793
if (copy_from_user(&
notify_info
, uptr, sizeof(
notify_info
)))
in vmci_host_do_set_notify()
796
if (
notify_info
.notify_uva) {
in vmci_host_do_set_notify()
797
notify_info
.result =
in vmci_host_do_set_notify()
799
notify_info
.notify_uva);
in vmci_host_do_set_notify()
802
notify_info
.result = VMCI_SUCCESS;
in vmci_host_do_set_notify()
805
return copy_to_user(uptr, &
notify_info
, sizeof(
notify_info
)) ?
in vmci_host_do_set_notify()
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
gntalloc.c
82
struct
notify_info
{
struct
96
struct
notify_info
notify; /* Unmap notification */
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
gntalloc.c
82
struct
notify_info
{
struct
96
struct
notify_info
notify; /* Unmap notification */
Completed in 5 milliseconds