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:notifier_event
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
habanalabs_ioctl.c
144
mutex_lock(&hpriv->
notifier_event
.lock);
in events_info()
145
events_mask = hpriv->
notifier_event
.events_mask;
in events_info()
146
hpriv->
notifier_event
.events_mask = 0;
in events_info()
147
mutex_unlock(&hpriv->
notifier_event
.lock);
in events_info()
724
mutex_lock(&hpriv->
notifier_event
.lock);
in eventfd_register()
725
if (hpriv->
notifier_event
.eventfd) {
in eventfd_register()
726
mutex_unlock(&hpriv->
notifier_event
.lock);
in eventfd_register()
730
hpriv->
notifier_event
.eventfd = eventfd_ctx_fdget(args->eventfd);
in eventfd_register()
731
if (IS_ERR(hpriv->
notifier_event
.eventfd)) {
in eventfd_register()
732
rc = PTR_ERR(hpriv->
notifier_event
in eventfd_register()
[all...]
H
A
D
device.c
470
if (hpriv->
notifier_event
.eventfd)
in hpriv_release()
471
eventfd_ctx_put(hpriv->
notifier_event
.eventfd);
in hpriv_release()
473
mutex_destroy(&hpriv->
notifier_event
.lock);
in hpriv_release()
575
if (hpriv->
notifier_event
.eventfd)
in hl_device_release_ctrl()
576
eventfd_ctx_put(hpriv->
notifier_event
.eventfd);
in hl_device_release_ctrl()
578
mutex_destroy(&hpriv->
notifier_event
.lock);
in hl_device_release_ctrl()
1922
if (!ctx || !ctx->hpriv->
notifier_event
.eventfd)
in hl_device_cond_reset()
1963
static void hl_notifier_event_send(struct hl_notifier_event *
notifier_event
, u64 event_mask)
in hl_notifier_event_send()
argument
1965
mutex_lock(&
notifier_event
->lock);
in hl_notifier_event_send()
1966
notifier_event
in hl_notifier_event_send()
[all...]
H
A
D
habanalabs_drv.c
161
mutex_init(&hpriv->
notifier_event
.lock);
in hl_device_open()
241
mutex_destroy(&hpriv->
notifier_event
.lock);
in hl_device_open()
276
mutex_init(&hpriv->
notifier_event
.lock);
in hl_device_open_ctrl()
H
A
D
habanalabs.h
2260
* @
notifier_event
: notifier eventfd towards user process
2275
struct hl_notifier_event
notifier_event
;
member
Completed in 13 milliseconds