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:ndev_work
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
roce_gid_mgmt.c
641
struct netdev_event_work *
ndev_work
=
in netdevice_queue_work()
local
642
kmalloc(sizeof(*
ndev_work
), GFP_KERNEL);
in netdevice_queue_work()
644
if (!
ndev_work
)
in netdevice_queue_work()
647
memcpy(
ndev_work
->cmds, cmds, sizeof(
ndev_work
->cmds));
in netdevice_queue_work()
648
for (i = 0; i < ARRAY_SIZE(
ndev_work
->cmds) &&
ndev_work
->cmds[i].cb; i++) {
in netdevice_queue_work()
649
if (!
ndev_work
->cmds[i].ndev)
in netdevice_queue_work()
650
ndev_work
->cmds[i].ndev = ndev;
in netdevice_queue_work()
651
if (!
ndev_work
in netdevice_queue_work()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
roce_gid_mgmt.c
642
struct netdev_event_work *
ndev_work
=
in netdevice_queue_work()
local
643
kmalloc(sizeof(*
ndev_work
), GFP_KERNEL);
in netdevice_queue_work()
645
if (!
ndev_work
)
in netdevice_queue_work()
648
memcpy(
ndev_work
->cmds, cmds, sizeof(
ndev_work
->cmds));
in netdevice_queue_work()
649
for (i = 0; i < ARRAY_SIZE(
ndev_work
->cmds) &&
ndev_work
->cmds[i].cb; i++) {
in netdevice_queue_work()
650
if (!
ndev_work
->cmds[i].ndev)
in netdevice_queue_work()
651
ndev_work
->cmds[i].ndev = ndev;
in netdevice_queue_work()
652
if (!
ndev_work
in netdevice_queue_work()
[all...]
Completed in 3 milliseconds