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:compute_ctx
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
context.c
40
if ((hdev->in_debug) && (hdev->
compute_ctx
== ctx))
in hl_ctx_fini()
107
hdev->
compute_ctx
= ctx;
in hl_ctx_create()
H
A
D
device.c
58
hdev->
compute_ctx
= NULL;
in hpriv_release()
403
if (!hdev->
compute_ctx
)
in set_freq_to_low_job()
1000
if (hdev->
compute_ctx
) {
in hl_device_reset()
1001
atomic_set(&hdev->
compute_ctx
->thread_ctx_switch_token, 1);
in hl_device_reset()
1002
hdev->
compute_ctx
->thread_ctx_switch_wait_token = 0;
in hl_device_reset()
1036
hdev->
compute_ctx
= NULL;
in hl_device_reset()
1251
hdev->
compute_ctx
= NULL;
in hl_device_init()
H
A
D
habanalabs_drv.c
138
if (hdev->
compute_ctx
) {
in hl_device_open()
H
A
D
debugfs.c
397
ctx = hdev->
compute_ctx
;
in mmu_show()
618
struct hl_ctx *ctx = hdev->
compute_ctx
;
in device_va_to_pa()
H
A
D
habanalabs.h
1538
* @
compute_ctx
: current compute context executing.
1648
struct hl_ctx *
compute_ctx
;
member
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H
A
D
goya_hwmgr.c
290
if (hdev->
compute_ctx
) {
in pm_mng_profile_store()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H
A
D
gaudi_coresight.c
628
hdev->
compute_ctx
->asid);
in gaudi_config_etr()
630
hdev->
compute_ctx
->asid);
in gaudi_config_etr()
Completed in 16 milliseconds