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:task_struct
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libbpf/src/
H
A
D
bpf_helper_defs.h
31
struct
task_struct
;
3328
* pointer to **struct
task_struct
**. To store the stacktrace, the
3358
static long (*bpf_get_task_stack)(struct
task_struct
*task, void *buf, __u32 size, __u64 flags) = (void *) 141;
3717
* helper enforces the key must be a
task_struct
and the map must also
3738
static void *(*bpf_task_storage_get)(void *map, struct
task_struct
*task, void *value, __u64 flags) = (void *) 156;
3750
static long (*bpf_task_storage_delete)(void *map, struct
task_struct
*task) = (void *) 157;
3757
* *ARG_PTR_TO_BTF_ID* of type *
task_struct
*.
3762
static struct
task_struct
*(*bpf_get_current_task_btf)(void) = (void *) 158;
4115
static long (*bpf_task_pt_regs)(struct
task_struct
*task) = (void *) 175;
4197
* long (\*callback_fn)(struct
task_struct
\*tas
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
workqueue.h
87
typedef struct LosTaskCB
task_struct
;
typedef
140
task_struct
*thread; /**< Workqueue handling thread. */
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_workqueue.c
180
cwq->thread = (
task_struct
*)OS_TCB_FROM_TID(cwq->wq->wq_id);
in CreateWorkqueueThread()
Completed in 7 milliseconds