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:auth_struct
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/common_modules/qos_auth/auth_ctl/
H
A
D
auth_ctrl.c
59
static void change_to_super(struct
auth_struct
*auth)
in change_to_super()
70
static void init_authority_record(struct
auth_struct
*auth)
in init_authority_record()
93
void get_auth_struct(struct
auth_struct
*auth)
in get_auth_struct()
98
static void __put_auth_struct(struct
auth_struct
*auth)
in __put_auth_struct()
111
void put_auth_struct(struct
auth_struct
*auth)
in put_auth_struct()
133
struct
auth_struct
*auth_super;
in init_super_authority()
155
struct
auth_struct
*auth = (struct
auth_struct
*)p;
in authority_remove_handler()
191
static inline void set_auth_flag(struct auth_ctrl_data *data, struct
auth_struct
*auth_to_enable)
in set_auth_flag()
203
struct
auth_struct
*auth_to_enabl
in auth_enable()
[all...]
H
A
D
auth_qos_debug.c
42
const struct
auth_struct
*auth)
in print_auth_info()
54
const struct
auth_struct
*auth)
in print_qos_count()
63
const struct
auth_struct
*auth)
in print_qos_thread()
80
static inline void print_auth_struct(struct seq_file *file, struct
auth_struct
*auth)
in print_auth_struct()
95
struct
auth_struct
*auth = (struct
auth_struct
*)p;
in authority_printf_handler()
H
A
D
qos_ctrl.c
36
void remove_qos_tasks(struct
auth_struct
*auth)
in remove_qos_tasks()
116
void qos_switch(struct
auth_struct
*auth, int target_status)
in qos_switch()
191
struct
auth_struct
*auth;
in can_change_qos()
205
struct
auth_struct
*auth;
in qos_apply()
298
struct
auth_struct
*auth;
in qos_leave()
421
struct
auth_struct
*auth;
in sched_exit_qos_list()
H
A
D
auth_ctrl.h
20
struct
auth_struct
{
struct
/kernel/linux/common_modules/qos_auth/include/
H
A
D
auth_ctrl.h
108
/* reserved for destorying
auth_struct
*/
114
struct
auth_struct
;
116
void get_auth_struct(struct
auth_struct
*auth);
117
void put_auth_struct(struct
auth_struct
*auth);
118
struct
auth_struct
*get_authority(struct task_struct *p);
H
A
D
qos_ctrl.h
114
struct
auth_struct
;
120
void qos_switch(struct
auth_struct
*auth, int target_status);
124
void remove_qos_tasks(struct
auth_struct
*auth);
Completed in 5 milliseconds