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:hl_ctx_put
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
context.c
25
hl_ctx_put
(handle->ctx);
in encaps_handle_do_release()
299
int
hl_ctx_put
(struct hl_ctx *ctx)
in hl_ctx_put()
function
H
A
D
device.c
752
hl_ctx_put
(ctx);
in device_hard_reset_pending()
1668
if (hdev->kernel_ctx &&
hl_ctx_put
(hdev->kernel_ctx) == 1)
in hl_device_reset()
1686
hl_ctx_put
(ctx);
in hl_device_reset()
1948
hl_ctx_put
(ctx);
in hl_device_cond_reset()
1958
hl_ctx_put
(ctx);
in hl_device_cond_reset()
2304
if (
hl_ctx_put
(hdev->kernel_ctx) != 1)
in hl_device_init()
2452
if ((hdev->kernel_ctx) && (
hl_ctx_put
(hdev->kernel_ctx) != 1))
in hl_device_fini()
2622
hl_ctx_put
(ctx);
in hl_capture_user_mappings()
H
A
D
command_buffer.c
177
hl_ctx_put
(cb->ctx);
in hl_cb_mmap_mem_release()
243
hl_ctx_put
(cb->ctx);
in hl_cb_mmap_mem_alloc()
H
A
D
command_submission.c
754
/* Must be called before
hl_ctx_put
because inside we use ctx to get
in cs_do_release()
785
hl_ctx_put
(cs->ctx);
in cs_do_release()
1004
hl_ctx_put
(ctx);
in allocate_cs()
1043
hl_ctx_put
(ctx);
in release_reserved_encaps_signals()
2103
hl_ctx_put
(handle->ctx);
in cs_ioctl_reserve_signals()
2168
hl_ctx_put
(encaps_sig_hdl->ctx);
in cs_ioctl_unreserve_signals()
2858
hl_ctx_put
(ctx);
in _hl_cs_wait_ioctl()
3106
hl_ctx_put
(ctx);
in hl_multi_cs_wait_ioctl()
3436
hl_ctx_put
(ctx);
in _hl_interrupt_wait_ioctl()
3445
hl_ctx_put
(ct
in _hl_interrupt_wait_ioctl()
[all...]
H
A
D
debugfs.c
347
hl_ctx_put
(ctx);
in vm_show()
477
hl_ctx_put
(ctx);
in mmu_show()
747
hl_ctx_put
(ctx);
in device_va_to_pa()
H
A
D
memory.c
1443
hl_ctx_put
(ctx);
in hw_block_vm_close()
1818
hl_ctx_put
(ctx);
in hl_release_dmabuf()
H
A
D
habanalabs.h
3671
int
hl_ctx_put
(struct hl_ctx *ctx);
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
context.c
205
int
hl_ctx_put
(struct hl_ctx *ctx)
in hl_ctx_put()
function
H
A
D
command_submission.c
341
* Must be called before
hl_ctx_put
because inside we use ctx to get
in cs_do_release()
346
hl_ctx_put
(cs->ctx);
in cs_do_release()
649
hl_ctx_put
(hpriv->ctx);
in cs_ioctl_default()
905
hl_ctx_put
(ctx);
in cs_ioctl_signal_wait()
1202
hl_ctx_put
(ctx);
in _hl_cs_wait_ioctl()
H
A
D
command_buffer.c
177
hl_ctx_put
(cb->ctx);
in cb_release()
341
hl_ctx_put
(cb->ctx);
in hl_cb_create()
H
A
D
device.c
977
if (
hl_ctx_put
(hdev->kernel_ctx) == 1)
in hl_device_reset()
1360
if (
hl_ctx_put
(hdev->kernel_ctx) != 1)
in hl_device_init()
1484
if ((hdev->kernel_ctx) && (
hl_ctx_put
(hdev->kernel_ctx) != 1))
in hl_device_fini()
H
A
D
habanalabs.h
1835
int
hl_ctx_put
(struct hl_ctx *ctx);
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/mmu/
H
A
D
mmu.c
685
hl_ctx_put
(ctx);
in hl_mmu_prefetch_work_function()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
10392
hl_ctx_put
(ctx);
in gaudi2_debugfs_read_dma()
Completed in 45 milliseconds