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:urf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
vmur.c
94
* (
urf
->urd)
394
struct urfile *
urf
;
in urfile_alloc()
local
396
urf
= kzalloc(sizeof(struct urfile), GFP_KERNEL);
in urfile_alloc()
397
if (!
urf
)
in urfile_alloc()
399
urf
->urd = urd;
in urfile_alloc()
401
TRACE("urfile_alloc: urd=%p
urf
=%p rl=%zu\n", urd,
urf
,
in urfile_alloc()
402
urf
->dev_reclen);
in urfile_alloc()
404
return
urf
;
in urfile_alloc()
407
static void urfile_free(struct urfile *
urf
)
in urfile_free()
argument
445
struct
urf
ile *
urf
= file->private_data;
ur_write()
local
696
struct
urf
ile *
urf
;
ur_open()
local
773
struct
urf
ile *
urf
= file->private_data;
ur_release()
local
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
vmur.c
96
* (
urf
->urd)
396
struct urfile *
urf
;
in urfile_alloc()
local
398
urf
= kzalloc(sizeof(struct urfile), GFP_KERNEL);
in urfile_alloc()
399
if (!
urf
)
in urfile_alloc()
401
urf
->urd = urd;
in urfile_alloc()
403
TRACE("urfile_alloc: urd=%p
urf
=%p rl=%zu\n", urd,
urf
,
in urfile_alloc()
404
urf
->dev_reclen);
in urfile_alloc()
406
return
urf
;
in urfile_alloc()
409
static void urfile_free(struct urfile *
urf
)
in urfile_free()
argument
447
struct
urf
ile *
urf
= file->private_data;
ur_write()
local
698
struct
urf
ile *
urf
;
ur_open()
local
775
struct
urf
ile *
urf
= file->private_data;
ur_release()
local
[all...]
Completed in 3 milliseconds