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:swim_priv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
swim.c
193
struct
swim_priv
*swd;
208
struct
swim_priv
{
struct
528
struct
swim_priv
*swd = fs->swd;
in swim_queue_rq()
750
struct
swim_priv
*swd = data;
in floppy_find()
760
static int swim_add_floppy(struct
swim_priv
*swd, enum drive_location location)
in swim_add_floppy()
786
static int swim_floppy_init(struct
swim_priv
*swd)
in swim_floppy_init()
875
struct
swim_priv
*swd;
in swim_probe()
906
swd = kzalloc(sizeof(struct
swim_priv
), GFP_KERNEL);
in swim_probe()
931
struct
swim_priv
*swd = platform_get_drvdata(dev);
in swim_remove()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
swim.c
195
struct
swim_priv
*swd;
210
struct
swim_priv
{
struct
530
struct
swim_priv
*swd = fs->swd;
in swim_queue_rq()
748
static int swim_add_floppy(struct
swim_priv
*swd, enum drive_location location)
in swim_add_floppy()
788
static int swim_floppy_init(struct
swim_priv
*swd)
in swim_floppy_init()
865
struct
swim_priv
*swd;
in swim_probe()
896
swd = kzalloc(sizeof(struct
swim_priv
), GFP_KERNEL);
in swim_probe()
921
struct
swim_priv
*swd = platform_get_drvdata(dev);
in swim_remove()
Completed in 3 milliseconds