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:pdeo
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/
H
A
D
inode.c
218
static void close_pdeo(struct proc_dir_entry *pde, struct pde_opener *
pdeo
)
231
if (
pdeo
->closing) {
234
pdeo
->c = &c;
241
pdeo
->closing = true;
243
file =
pdeo
->file;
247
list_del(&
pdeo
->lh);
248
c =
pdeo
->c;
252
kmem_cache_free(pde_opener_cache,
pdeo
);
268
struct pde_opener *
pdeo
;
in proc_entry_rundown()
local
269
pdeo
in proc_entry_rundown()
501
struct pde_opener *
pdeo
;
proc_reg_open()
local
561
struct pde_opener *
pdeo
;
proc_reg_release()
local
[all...]
/kernel/linux/linux-6.6/fs/proc/
H
A
D
inode.c
224
static void close_pdeo(struct proc_dir_entry *pde, struct pde_opener *
pdeo
)
234
if (
pdeo
->closing) {
237
pdeo
->c = &c;
244
pdeo
->closing = true;
247
file =
pdeo
->file;
252
list_del(&
pdeo
->lh);
253
c =
pdeo
->c;
257
kmem_cache_free(pde_opener_cache,
pdeo
);
273
struct pde_opener *
pdeo
;
in proc_entry_rundown()
local
274
pdeo
in proc_entry_rundown()
495
struct pde_opener *
pdeo
;
proc_reg_open()
local
555
struct pde_opener *
pdeo
;
proc_reg_release()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H
A
D
vmmnv50.c
148
u32
pdeo
= vmm->mmu->func->vmm.pd_offset + (pdei * 8);
in nv50_vmm_pgd_pde()
local
156
nvkm_wo64(join->inst,
pdeo
, data);
in nv50_vmm_pgd_pde()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H
A
D
vmmnv50.c
148
u32
pdeo
= vmm->mmu->func->vmm.pd_offset + (pdei * 8);
in nv50_vmm_pgd_pde()
local
156
nvkm_wo64(join->inst,
pdeo
, data);
in nv50_vmm_pgd_pde()
Completed in 3 milliseconds