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:stor_chns
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
storvsc_drv.c
465
struct vmbus_channel **
stor_chns
;
member
471
* Serializes modifications of
stor_chns
[] from storvsc_do_io()
656
* the "old" CPU to update the alloced_cpus mask and the
stor_chns
in storvsc_change_target_cpu()
675
WRITE_ONCE(stor_device->
stor_chns
[old], cur_chn);
in storvsc_change_target_cpu()
679
/* "Flush" the
stor_chns
array. */
in storvsc_change_target_cpu()
681
if (stor_device->
stor_chns
[cpu] && !cpumask_test_cpu(
in storvsc_change_target_cpu()
683
WRITE_ONCE(stor_device->
stor_chns
[cpu], NULL);
in storvsc_change_target_cpu()
686
WRITE_ONCE(stor_device->
stor_chns
[new], channel);
in storvsc_change_target_cpu()
722
stor_device->
stor_chns
[new_sc->target_cpu] = new_sc;
in handle_sc_creation()
944
stor_device->
stor_chns
in storvsc_channel_init()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
storvsc_drv.c
429
struct vmbus_channel **
stor_chns
;
member
435
* Serializes modifications of
stor_chns
[] from storvsc_do_io()
620
* the "old" CPU to update the alloced_cpus mask and the
stor_chns
in storvsc_change_target_cpu()
639
WRITE_ONCE(stor_device->
stor_chns
[old], cur_chn);
in storvsc_change_target_cpu()
643
/* "Flush" the
stor_chns
array. */
in storvsc_change_target_cpu()
645
if (stor_device->
stor_chns
[cpu] && !cpumask_test_cpu(
in storvsc_change_target_cpu()
647
WRITE_ONCE(stor_device->
stor_chns
[cpu], NULL);
in storvsc_change_target_cpu()
650
WRITE_ONCE(stor_device->
stor_chns
[new], channel);
in storvsc_change_target_cpu()
706
stor_device->
stor_chns
[new_sc->target_cpu] = new_sc;
in handle_sc_creation()
925
stor_device->
stor_chns
in storvsc_channel_init()
[all...]
Completed in 5 milliseconds