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:thread_list
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
binfmt_elf_fdpic.c
1488
struct elf_thread_status *
thread_list
= NULL;
in elf_fdpic_core_dump()
local
1513
tmp->next =
thread_list
;
in elf_fdpic_core_dump()
1514
thread_list
= tmp;
in elf_fdpic_core_dump()
1522
tmp->next =
thread_list
;
in elf_fdpic_core_dump()
1523
thread_list
= tmp;
in elf_fdpic_core_dump()
1621
if (!writenote(
thread_list
->notes, cprm))
in elf_fdpic_core_dump()
1627
for (i = 1; i <
thread_list
->num_notes; i++)
in elf_fdpic_core_dump()
1628
if (!writenote(
thread_list
->notes + i, cprm))
in elf_fdpic_core_dump()
1632
for (tmp =
thread_list
->next; tmp; tmp = tmp->next) {
in elf_fdpic_core_dump()
1660
while (
thread_list
) {
in elf_fdpic_core_dump()
[all...]
H
A
D
binfmt_elf.c
2024
struct list_head
thread_list
;
member
2034
INIT_LIST_HEAD(&info->
thread_list
);
in elf_note_info_init()
2069
list_add(&ets->list, &info->
thread_list
);
in fill_note_info()
2072
list_for_each_entry(ets, &info->
thread_list
, list) {
in fill_note_info()
2139
list_for_each_entry(ets, &info->
thread_list
, list) {
in write_note_info()
2150
while (!list_empty(&info->
thread_list
)) {
in free_note_info()
2151
struct list_head *tmp = info->
thread_list
.next;
in free_note_info()
/kernel/linux/linux-6.6/fs/
H
A
D
binfmt_elf_fdpic.c
1470
struct elf_thread_status *
thread_list
= NULL;
in elf_fdpic_core_dump()
local
1495
tmp->next =
thread_list
;
in elf_fdpic_core_dump()
1496
thread_list
= tmp;
in elf_fdpic_core_dump()
1504
tmp->next =
thread_list
;
in elf_fdpic_core_dump()
1505
thread_list
= tmp;
in elf_fdpic_core_dump()
1603
if (!writenote(
thread_list
->notes, cprm))
in elf_fdpic_core_dump()
1609
for (i = 1; i <
thread_list
->num_notes; i++)
in elf_fdpic_core_dump()
1610
if (!writenote(
thread_list
->notes + i, cprm))
in elf_fdpic_core_dump()
1614
for (tmp =
thread_list
->next; tmp; tmp = tmp->next) {
in elf_fdpic_core_dump()
1641
while (
thread_list
) {
in elf_fdpic_core_dump()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
smp.c
107
unsigned int
thread_list
[MAX_THREAD_LIST_SIZE];
member
793
u32 *
thread_list
;
in parse_thread_groups()
local
818
thread_list
= &thread_group_array[3];
in parse_thread_groups()
821
tg->
thread_list
[i] =
thread_list
[i];
in parse_thread_groups()
827
* get_cpu_thread_group_start : Searches the thread group in tg->
thread_list
834
* Returns the index to tg->
thread_list
that points to the the start
838
* tg->
thread_list
.
851
if (tg->
thread_list
[idx] == hw_cpu_id)
in get_cpu_thread_group_start()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
smp.c
112
unsigned int
thread_list
[MAX_THREAD_LIST_SIZE];
member
828
u32 *
thread_list
;
in parse_thread_groups()
local
847
thread_list
= &thread_group_array[i + 3];
in parse_thread_groups()
850
tg->
thread_list
[j] =
thread_list
[j];
in parse_thread_groups()
862
* get_cpu_thread_group_start : Searches the thread group in tg->
thread_list
869
* Returns the index to tg->
thread_list
that points to the start
873
* tg->
thread_list
.
886
if (tg->
thread_list
[idx] == hw_cpu_id)
in get_cpu_thread_group_start()
Completed in 10 milliseconds