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:i_ctx
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H
A
D
file.c
160
struct spu_context *ctx = i->
i_ctx
;
in spufs_mem_open()
174
struct spu_context *ctx = i->
i_ctx
;
in spufs_mem_release()
425
struct spu_context *ctx = i->
i_ctx
;
in spufs_cntl_open()
440
struct spu_context *ctx = i->
i_ctx
;
in spufs_cntl_release()
464
file->private_data = i->
i_ctx
;
in spufs_regs_open()
581
file->private_data = i->
i_ctx
;
in spufs_pipe_open()
938
struct spu_context *ctx = i->
i_ctx
;
in spufs_signal1_open()
952
struct spu_context *ctx = i->
i_ctx
;
in spufs_signal1_release()
1073
struct spu_context *ctx = i->
i_ctx
;
in spufs_signal2_open()
1087
struct spu_context *ctx = i->
i_ctx
;
in spufs_signal2_release()
[all...]
H
A
D
inode.c
56
ei->
i_ctx
= NULL;
in spufs_alloc_inode()
127
inode->i_private = SPUFS_I(inode)->
i_ctx
= get_spu_context(ctx);
in spufs_new_file()
138
if (ei->
i_ctx
)
in spufs_evict_inode()
139
put_spu_context(ei->
i_ctx
);
in spufs_evict_inode()
177
spu_forget(SPUFS_I(d_inode(dir))->
i_ctx
);
in spufs_rmdir()
243
SPUFS_I(inode)->
i_ctx
= ctx;
in spufs_mkdir()
330
SPUFS_I(file_inode(filp))->
i_ctx
);
in spufs_assert_affinity()
443
spufs_set_affinity(flags, SPUFS_I(d_inode(dentry))->
i_ctx
,
in spufs_create_context()
477
SPUFS_I(inode)->
i_ctx
= NULL;
in spufs_mkgang()
697
SPUFS_I(inode)->
i_ctx
in spufs_create_root()
[all...]
H
A
D
coredump.c
49
ctx = SPUFS_I(file_inode(file))->
i_ctx
;
in match_context()
78
ctx = SPUFS_I(file_inode(file))->
i_ctx
;
in coredump_next_context()
H
A
D
syscalls.c
52
ret = spufs_run_spu(i->
i_ctx
, &npc, &status);
in do_spu_run()
H
A
D
spufs.h
212
struct spu_context *
i_ctx
;
member
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H
A
D
file.c
160
struct spu_context *ctx = i->
i_ctx
;
in spufs_mem_open()
174
struct spu_context *ctx = i->
i_ctx
;
in spufs_mem_release()
425
struct spu_context *ctx = i->
i_ctx
;
in spufs_cntl_open()
440
struct spu_context *ctx = i->
i_ctx
;
in spufs_cntl_release()
464
file->private_data = i->
i_ctx
;
in spufs_regs_open()
581
file->private_data = i->
i_ctx
;
in spufs_pipe_open()
938
struct spu_context *ctx = i->
i_ctx
;
in spufs_signal1_open()
952
struct spu_context *ctx = i->
i_ctx
;
in spufs_signal1_release()
1073
struct spu_context *ctx = i->
i_ctx
;
in spufs_signal2_open()
1087
struct spu_context *ctx = i->
i_ctx
;
in spufs_signal2_release()
[all...]
H
A
D
inode.c
57
ei->
i_ctx
= NULL;
in spufs_alloc_inode()
129
inode->i_private = SPUFS_I(inode)->
i_ctx
= get_spu_context(ctx);
in spufs_new_file()
140
if (ei->
i_ctx
)
in spufs_evict_inode()
141
put_spu_context(ei->
i_ctx
);
in spufs_evict_inode()
179
spu_forget(SPUFS_I(d_inode(dir))->
i_ctx
);
in spufs_rmdir()
242
SPUFS_I(inode)->
i_ctx
= ctx;
in spufs_mkdir()
329
SPUFS_I(file_inode(filp))->
i_ctx
);
in spufs_assert_affinity()
442
spufs_set_affinity(flags, SPUFS_I(d_inode(dentry))->
i_ctx
,
in spufs_create_context()
473
SPUFS_I(inode)->
i_ctx
= NULL;
in spufs_mkgang()
693
SPUFS_I(inode)->
i_ctx
in spufs_create_root()
[all...]
H
A
D
coredump.c
49
ctx = SPUFS_I(file_inode(file))->
i_ctx
;
in match_context()
78
ctx = SPUFS_I(file_inode(file))->
i_ctx
;
in coredump_next_context()
H
A
D
syscalls.c
52
ret = spufs_run_spu(i->
i_ctx
, &npc, &status);
in do_spu_run()
H
A
D
spufs.h
212
struct spu_context *
i_ctx
;
member
Completed in 15 milliseconds