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_pod_types
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/workqueue/
H
A
D
wq_dump.py
81
wq_pod_types
= prog['
wq_pod_types
']
variable
121
print_pod_type(
wq_pod_types
[affn])
/kernel/linux/linux-6.6/kernel/
H
A
D
workqueue.c
373
static struct wq_pod_type
wq_pod_types
[WQ_AFFN_NR_TYPES];
variable
4220
pt = &
wq_pod_types
[scope];
in wqattrs_pod_type()
4230
pt = &
wq_pod_types
[WQ_AFFN_SYSTEM];
in wqattrs_pod_type()
4490
struct wq_pod_type *pt = &
wq_pod_types
[WQ_AFFN_NUMA];
in get_unbound_pool()
7033
struct wq_pod_type *pt = &
wq_pod_types
[WQ_AFFN_SYSTEM];
in workqueue_init_early()
7286
init_pod_type(&
wq_pod_types
[WQ_AFFN_CPU], cpus_dont_share);
in workqueue_init_topology()
7287
init_pod_type(&
wq_pod_types
[WQ_AFFN_SMT], cpus_share_smt);
in workqueue_init_topology()
7288
init_pod_type(&
wq_pod_types
[WQ_AFFN_CACHE], cpus_share_cache);
in workqueue_init_topology()
7289
init_pod_type(&
wq_pod_types
[WQ_AFFN_NUMA], cpus_share_numa);
in workqueue_init_topology()
Completed in 10 milliseconds