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_task
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
max3420_udc.c
173
struct task_struct *
thread_task
;
member
512
if (udc->
thread_task
&&
in max3420_vbus_handler()
513
udc->
thread_task
->state != TASK_RUNNING)
in max3420_vbus_handler()
514
wake_up_process(udc->
thread_task
);
in max3420_vbus_handler()
532
if (udc->
thread_task
&&
in max3420_irq_handler()
533
udc->
thread_task
->state != TASK_RUNNING)
in max3420_irq_handler()
534
wake_up_process(udc->
thread_task
);
in max3420_irq_handler()
923
wake_up_process(udc->
thread_task
);
in max3420_ep_set_halt()
954
wake_up_process(udc->
thread_task
);
in max3420_ep_enable()
1003
wake_up_process(udc->
thread_task
);
in max3420_ep_disable()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
max3420_udc.c
171
struct task_struct *
thread_task
;
member
510
if (udc->
thread_task
)
in max3420_vbus_handler()
511
wake_up_process(udc->
thread_task
);
in max3420_vbus_handler()
529
if (udc->
thread_task
)
in max3420_irq_handler()
530
wake_up_process(udc->
thread_task
);
in max3420_irq_handler()
919
wake_up_process(udc->
thread_task
);
in max3420_ep_set_halt()
950
wake_up_process(udc->
thread_task
);
in max3420_ep_enable()
999
wake_up_process(udc->
thread_task
);
in max3420_ep_disable()
1039
wake_up_process(udc->
thread_task
);
in max3420_ep_queue()
1096
if (udc->
thread_task
)
in max3420_wakeup()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_mass_storage.c
272
/* lock protects: state and
thread_task
*/
312
struct task_struct *
thread_task
;
member
411
if (common->
thread_task
)
in __raise_exception()
413
common->
thread_task
);
in __raise_exception()
2500
common->
thread_task
= NULL;
in fsg_main_thread()
2937
if (!common->
thread_task
) {
in fsg_bind()
2939
common->
thread_task
=
in fsg_bind()
2941
if (IS_ERR(common->
thread_task
)) {
in fsg_bind()
2942
ret = PTR_ERR(common->
thread_task
);
in fsg_bind()
2943
common->
thread_task
in fsg_bind()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_mass_storage.c
244
/* lock protects: state and
thread_task
*/
284
struct task_struct *
thread_task
;
member
381
if (common->
thread_task
)
in __raise_exception()
383
common->
thread_task
);
in __raise_exception()
2600
common->
thread_task
= NULL;
in fsg_main_thread()
3050
if (!common->
thread_task
) {
in fsg_bind()
3052
common->
thread_task
=
in fsg_bind()
3054
if (IS_ERR(common->
thread_task
)) {
in fsg_bind()
3055
ret = PTR_ERR(common->
thread_task
);
in fsg_bind()
3056
common->
thread_task
in fsg_bind()
[all...]
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
thread_info.h
84
static inline struct task_struct *
thread_task
(struct thread_info* ti)
in thread_task()
function
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
context.c
112
pid = task_pid_nr(
thread_task
(thread)) << ASID_BITS;
in contextidr_notifier()
Completed in 12 milliseconds