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:workqueues
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/workqueue/
H
A
D
wq_dump.py
13
Shows the CPUs that can be used for unbound
workqueues
and how they will be
36
Lists all
workqueues
along with their type and worker pool association. For
79
workqueues
= prog['
workqueues
']
variable
156
for wq in list_for_each_entry('struct workqueue_struct',
workqueues
.address_of_(), 'list'):
H
A
D
wq_monitor.py
7
This is a drgn script to monitor
workqueues
. For more info on drgn, visit
23
CMW/RPR For per-cpu
workqueues
, the number of concurrency-management
25
unbound
workqueues
, the number of times a worker was repatriated
61
workqueues
= prog['
workqueues
']
variable
161
for wq in list_for_each_entry('struct workqueue_struct',
workqueues
.address_of_(), 'list'):
/kernel/linux/linux-5.10/kernel/
H
A
D
workqueue.c
22
* pools for
workqueues
which are not bound to any specific CPU - the
241
struct list_head list; /* PR: list of all
workqueues
*/
272
* the
workqueues
list without grabbing wq_pool_mutex.
273
* This is used to dump all
workqueues
from sysrq.
302
static DEFINE_MUTEX(wq_pool_mutex); /* protects pools and
workqueues
list */
308
static LIST_HEAD(
workqueues
); /* PR: list of all
workqueues
*/
1124
* pool->lock as this path is taken only for unbound
workqueues
and
in put_pwq()
1556
/* No point in doing this if NUMA isn't enabled for
workqueues
*/
in workqueue_select_cpu_near()
1603
* This current implementation is specific to unbound
workqueues
in queue_work_node()
[all...]
/kernel/linux/linux-6.6/kernel/
H
A
D
workqueue.c
22
* pools for
workqueues
which are not bound to any specific CPU - the
313
struct list_head list; /* PR: list of all
workqueues
*/
349
* the
workqueues
list without grabbing wq_pool_mutex.
350
* This is used to dump all
workqueues
from sysrq.
363
* Each pod type describes how CPUs should be grouped for unbound
workqueues
.
404
static DEFINE_MUTEX(wq_pool_mutex); /* protects pools and
workqueues
list */
410
static LIST_HEAD(
workqueues
); /* PR: list of all
workqueues
*/
1219
*
workqueues
as appropriate. To avoid flooding the console, each violating work
1467
* - %NULL for per-cpu
workqueues
a
[all...]
Completed in 10 milliseconds