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:wq_obj
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/net/mana/
H
A
D
mana.h
570
mana_handle_t
wq_obj
;
member
771
mana_handle_t *
wq_obj
);
774
mana_handle_t
wq_obj
);
/kernel/linux/linux-5.10/drivers/most/
H
A
D
most_usb.c
128
static void wq_clear_halt(struct work_struct *
wq_obj
);
129
static void wq_netinfo(struct work_struct *
wq_obj
);
679
* @
wq_obj
: object that holds data for our deferred work to do
683
static void wq_netinfo(struct work_struct *
wq_obj
)
in wq_netinfo()
argument
685
struct most_dev *mdev = to_mdev_from_work(
wq_obj
);
in wq_netinfo()
724
* @
wq_obj
: work_struct object to execute
728
static void wq_clear_halt(struct work_struct *
wq_obj
)
in wq_clear_halt()
argument
730
struct clear_hold_work *clear_work = to_clear_hold_work(
wq_obj
);
in wq_clear_halt()
/kernel/linux/linux-6.6/drivers/most/
H
A
D
most_usb.c
128
static void wq_clear_halt(struct work_struct *
wq_obj
);
129
static void wq_netinfo(struct work_struct *
wq_obj
);
679
* @
wq_obj
: object that holds data for our deferred work to do
683
static void wq_netinfo(struct work_struct *
wq_obj
)
in wq_netinfo()
argument
685
struct most_dev *mdev = to_mdev_from_work(
wq_obj
);
in wq_netinfo()
724
* @
wq_obj
: work_struct object to execute
728
static void wq_clear_halt(struct work_struct *
wq_obj
)
in wq_clear_halt()
argument
730
struct clear_hold_work *clear_work = to_clear_hold_work(
wq_obj
);
in wq_clear_halt()
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H
A
D
mana_en.c
1126
mana_handle_t *
wq_obj
)
in mana_create_wq_obj()
1161
if (resp.
wq_obj
== INVALID_MANA_HANDLE) {
in mana_create_wq_obj()
1167
*
wq_obj
= resp.
wq_obj
;
in mana_create_wq_obj()
1178
mana_handle_t
wq_obj
)
in mana_destroy_wq_obj()
1188
req.wq_obj_handle =
wq_obj
;
in mana_destroy_wq_obj()
1122
mana_create_
wq_obj
(struct mana_port_context *apc, mana_handle_t vport, u32 wq_type, struct mana_obj_spec *wq_spec, struct mana_obj_spec *cq_spec, mana_handle_t *
wq_obj
)
mana_create_wq_obj()
argument
1177
mana_destroy_
wq_obj
(struct mana_port_context *apc, u32 wq_type, mana_handle_t
wq_obj
)
mana_destroy_wq_obj()
argument
Completed in 9 milliseconds