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:rescind
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
channel_mgmt.c
151
channel->
rescind
= true;
in vmbus_rescind_cleanup()
403
BUG_ON(!channel->
rescind
);
in hv_process_channel_removal()
454
channel->
rescind
= true;
in vmbus_free_channels()
590
* we can release the potentially racing
rescind
thread.
in vmbus_process_offer()
638
* OPEN_CHANNEL message (the host may
rescind
a channel at any time,
in vmbus_process_offer()
1048
struct vmbus_channel_rescind_offer *
rescind
;
in vmbus_onoffer_rescind()
local
1053
rescind
= (struct vmbus_channel_rescind_offer *)hdr;
in vmbus_onoffer_rescind()
1055
trace_vmbus_onoffer_rescind(
rescind
);
in vmbus_onoffer_rescind()
1058
* The offer msg and the corresponding
rescind
msg
in vmbus_onoffer_rescind()
1060
* offer comes in first and then the
rescind
in vmbus_onoffer_rescind()
[all...]
H
A
D
channel.c
427
if (channel->
rescind
) {
in __vmbus_establish_gpadl()
469
if (channel->
rescind
) {
in __vmbus_establish_gpadl()
584
if (newchannel->
rescind
) {
in __vmbus_open()
603
if (newchannel->
rescind
) {
in __vmbus_open()
696
if (channel->
rescind
)
in vmbus_teardown_gpadl()
712
* we will be awakened by the
rescind
in vmbus_teardown_gpadl()
715
if (channel->
rescind
)
in vmbus_teardown_gpadl()
824
if (cur_channel->
rescind
)
in vmbus_disconnect_ring()
831
if (cur_channel->
rescind
)
in vmbus_disconnect_ring()
H
A
D
ring_buffer.c
275
if (channel->
rescind
)
in hv_ringbuffer_write()
335
if (channel->
rescind
)
in hv_ringbuffer_write()
H
A
D
vmbus_drv.c
1109
* The host can generate a
rescind
message while we
in vmbus_on_msg_dpc()
1118
* If we are handling the
rescind
message;
in vmbus_on_msg_dpc()
1141
* before sending the
rescind
message of the same
in vmbus_on_msg_dpc()
1158
* to the CPUs which will execute the offer &
rescind
in vmbus_on_msg_dpc()
1182
struct vmbus_channel_rescind_offer *
rescind
;
in vmbus_force_channel_rescinded()
local
1190
ctx = kzalloc(sizeof(*ctx) + sizeof(*
rescind
),
in vmbus_force_channel_rescinded()
1198
ctx->msg.header.payload_size = sizeof(*
rescind
);
in vmbus_force_channel_rescinded()
1201
rescind
= (struct vmbus_channel_rescind_offer *)ctx->msg.payload;
in vmbus_force_channel_rescinded()
1202
rescind
->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER;
in vmbus_force_channel_rescinded()
1203
rescind
in vmbus_force_channel_rescinded()
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
channel_mgmt.c
170
channel->
rescind
= true;
in vmbus_rescind_cleanup()
435
BUG_ON(!channel->
rescind
);
in hv_process_channel_removal()
486
channel->
rescind
= true;
in vmbus_free_channels()
633
* we can release the potentially racing
rescind
thread.
in vmbus_process_offer()
670
* OPEN_CHANNEL message (the host may
rescind
a channel at any time,
in vmbus_process_offer()
1140
struct vmbus_channel_rescind_offer *
rescind
;
in vmbus_onoffer_rescind()
local
1145
rescind
= (struct vmbus_channel_rescind_offer *)hdr;
in vmbus_onoffer_rescind()
1147
trace_vmbus_onoffer_rescind(
rescind
);
in vmbus_onoffer_rescind()
1150
* The offer msg and the corresponding
rescind
msg
in vmbus_onoffer_rescind()
1152
* offer comes in first and then the
rescind
in vmbus_onoffer_rescind()
[all...]
H
A
D
channel.c
502
if (channel->
rescind
) {
in __vmbus_establish_gpadl()
544
if (channel->
rescind
) {
in __vmbus_establish_gpadl()
742
if (newchannel->
rescind
) {
in __vmbus_open()
761
if (newchannel->
rescind
) {
in __vmbus_open()
854
if (channel->
rescind
)
in vmbus_teardown_gpadl()
872
* we will be awakened by the
rescind
in vmbus_teardown_gpadl()
875
if (channel->
rescind
)
in vmbus_teardown_gpadl()
990
if (cur_channel->
rescind
)
in vmbus_disconnect_ring()
997
if (cur_channel->
rescind
)
in vmbus_disconnect_ring()
H
A
D
vmbus_drv.c
1097
* The host can generate a
rescind
message while we
in vmbus_on_msg_dpc()
1106
* If we are handling the
rescind
message;
in vmbus_on_msg_dpc()
1131
* before sending the
rescind
message of the same
in vmbus_on_msg_dpc()
1148
* to the CPUs which will execute the offer &
rescind
in vmbus_on_msg_dpc()
1174
struct vmbus_channel_rescind_offer *
rescind
;
in vmbus_force_channel_rescinded()
local
1182
ctx = kzalloc(sizeof(*ctx) + sizeof(*
rescind
),
in vmbus_force_channel_rescinded()
1190
ctx->msg.header.payload_size = sizeof(*
rescind
);
in vmbus_force_channel_rescinded()
1193
rescind
= (struct vmbus_channel_rescind_offer *)ctx->msg.payload;
in vmbus_force_channel_rescinded()
1194
rescind
->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER;
in vmbus_force_channel_rescinded()
1195
rescind
in vmbus_force_channel_rescinded()
[all...]
H
A
D
ring_buffer.c
290
if (channel->
rescind
)
in hv_ringbuffer_write()
376
if (channel->
rescind
) {
in hv_ringbuffer_write()
/kernel/linux/linux-5.10/drivers/net/hyperv/
H
A
D
netvsc.c
173
if (device->channel->
rescind
)
in netvsc_revoke_recv_buf()
224
if (device->channel->
rescind
)
in netvsc_revoke_send_buf()
898
if (out_channel->
rescind
)
in netvsc_send_pkt()
/kernel/linux/linux-6.6/drivers/net/hyperv/
H
A
D
netvsc.c
210
if (device->channel->
rescind
)
in netvsc_revoke_recv_buf()
261
if (device->channel->
rescind
)
in netvsc_revoke_send_buf()
1082
if (out_channel->
rescind
)
in netvsc_send_pkt()
/kernel/linux/linux-5.10/include/linux/
H
A
D
hyperv.h
788
bool
rescind
; /* got
rescind
msg */
member
886
* Channel
rescind
callback. Some channels (the hvsock ones), need to
1189
* However, to facilitate the notification of new-offer/
rescind
-offer
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-hyperv.c
598
if (hdev->channel->
rescind
) {
in wait_for_response()
2950
* channel->
rescind
= true.
in hv_pci_query_relations()
3334
if (hdev->channel->
rescind
)
in hv_pci_bus_exit()
/kernel/linux/linux-6.6/include/linux/
H
A
D
hyperv.h
832
bool
rescind
; /* got
rescind
msg */
member
833
bool rescind_ref; /* got
rescind
msg, got channel reference */
931
* Channel
rescind
callback. Some channels (the hvsock ones), need to
1252
* However, to facilitate the notification of new-offer/
rescind
-offer
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-hyperv.c
989
if (hdev->channel->
rescind
) {
in wait_for_response()
3451
* channel->
rescind
= true.
in hv_pci_query_relations()
3829
if (chan->
rescind
)
in hv_pci_bus_exit()
Completed in 32 milliseconds