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:efdctx
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
vfio_ccw_ops.c
459
struct eventfd_ctx *
efdctx
;
in vfio_ccw_mdev_set_irqs()
local
461
efdctx
= eventfd_ctx_fdget(fd);
in vfio_ccw_mdev_set_irqs()
462
if (IS_ERR(
efdctx
))
in vfio_ccw_mdev_set_irqs()
463
return PTR_ERR(
efdctx
);
in vfio_ccw_mdev_set_irqs()
468
*ctx =
efdctx
;
in vfio_ccw_mdev_set_irqs()
/kernel/linux/linux-5.10/drivers/vfio/pci/
H
A
D
vfio_pci_intrs.c
599
struct eventfd_ctx *
efdctx
;
in vfio_pci_set_ctx_trigger_single()
local
601
efdctx
= eventfd_ctx_fdget(fd);
in vfio_pci_set_ctx_trigger_single()
602
if (IS_ERR(
efdctx
))
in vfio_pci_set_ctx_trigger_single()
603
return PTR_ERR(
efdctx
);
in vfio_pci_set_ctx_trigger_single()
608
*ctx =
efdctx
;
in vfio_pci_set_ctx_trigger_single()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H
A
D
vfio_pci_intrs.c
776
struct eventfd_ctx *
efdctx
;
in vfio_pci_set_ctx_trigger_single()
local
778
efdctx
= eventfd_ctx_fdget(fd);
in vfio_pci_set_ctx_trigger_single()
779
if (IS_ERR(
efdctx
))
in vfio_pci_set_ctx_trigger_single()
780
return PTR_ERR(
efdctx
);
in vfio_pci_set_ctx_trigger_single()
785
*ctx =
efdctx
;
in vfio_pci_set_ctx_trigger_single()
H
A
D
vfio_pci_core.c
287
struct eventfd_ctx *
efdctx
)
in vfio_pci_runtime_pm_entry()
300
vdev->pm_wake_eventfd_ctx =
efdctx
;
in vfio_pci_runtime_pm_entry()
335
struct eventfd_ctx *
efdctx
;
in vfio_pci_core_pm_entry_with_wakeup()
local
349
efdctx
= eventfd_ctx_fdget(entry.wakeup_eventfd);
in vfio_pci_core_pm_entry_with_wakeup()
350
if (IS_ERR(
efdctx
))
in vfio_pci_core_pm_entry_with_wakeup()
351
return PTR_ERR(
efdctx
);
in vfio_pci_core_pm_entry_with_wakeup()
353
ret = vfio_pci_runtime_pm_entry(vdev,
efdctx
);
in vfio_pci_core_pm_entry_with_wakeup()
355
eventfd_ctx_put(
efdctx
);
in vfio_pci_core_pm_entry_with_wakeup()
286
vfio_pci_runtime_pm_entry(struct vfio_pci_core_device *vdev, struct eventfd_ctx *
efdctx
)
vfio_pci_runtime_pm_entry()
argument
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
vfio_ccw_ops.c
450
struct eventfd_ctx *
efdctx
;
in vfio_ccw_mdev_set_irqs()
local
452
efdctx
= eventfd_ctx_fdget(fd);
in vfio_ccw_mdev_set_irqs()
453
if (IS_ERR(
efdctx
))
in vfio_ccw_mdev_set_irqs()
454
return PTR_ERR(
efdctx
);
in vfio_ccw_mdev_set_irqs()
459
*ctx =
efdctx
;
in vfio_ccw_mdev_set_irqs()
Completed in 8 milliseconds