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:rqstor
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
channel.c
615
* vmbus_alloc_requestor - Initializes @
rqstor
's fields.
619
static int vmbus_alloc_requestor(struct vmbus_requestor *
rqstor
, u32 size)
in vmbus_alloc_requestor()
argument
634
rqstor
->req_arr = rqst_arr;
in vmbus_alloc_requestor()
635
rqstor
->req_bitmap = bitmap;
in vmbus_alloc_requestor()
636
rqstor
->size = size;
in vmbus_alloc_requestor()
637
rqstor
->next_request_id = 0;
in vmbus_alloc_requestor()
638
spin_lock_init(&
rqstor
->req_lock);
in vmbus_alloc_requestor()
644
* vmbus_free_requestor - Frees memory allocated for @
rqstor
645
* @
rqstor
: Pointer to the requestor struct
647
static void vmbus_free_requestor(struct vmbus_requestor *
rqstor
)
in vmbus_free_requestor()
argument
1247
struct vmbus_requestor *
rqstor
= &channel->requestor;
vmbus_next_request_id()
local
1286
struct vmbus_requestor *
rqstor
= &channel->requestor;
__vmbus_request_addr_match()
local
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
hyperv.h
1051
struct vmbus_requestor *
rqstor
= &(channel)->requestor; \
1053
spin_lock_irqsave(&
rqstor
->req_lock, flags); \
1059
struct vmbus_requestor *
rqstor
= &channel->requestor;
in unlock_requestor()
local
1061
spin_unlock_irqrestore(&
rqstor
->req_lock, flags);
in unlock_requestor()
Completed in 6 milliseconds