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:opt_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/vm/
H
A
D
page-types.c
157
static int
opt_list
; /* list pages (in ranges) */
variable
653
if (
opt_list
== 1)
in add_page()
655
else if (
opt_list
== 2)
in add_page()
716
if (
opt_list
== 1)
in walk_swap()
719
else if (
opt_list
== 2)
in walk_swap()
1037
if (first &&
opt_list
) {
in walk_file()
1294
opt_list
= 1;
in main()
1297
opt_list
= 2;
in main()
1331
if (
opt_list
&& opt_list_mapcnt)
in main()
1337
if (
opt_list
in main()
[all...]
/kernel/linux/linux-6.6/tools/mm/
H
A
D
page-types.c
157
static int
opt_list
; /* list pages (in ranges) */
variable
655
if (
opt_list
== 1)
in add_page()
657
else if (
opt_list
== 2)
in add_page()
718
if (
opt_list
== 1)
in walk_swap()
721
else if (
opt_list
== 2)
in walk_swap()
1036
if (first &&
opt_list
) {
in walk_file_range()
1307
opt_list
= 1;
in main()
1310
opt_list
= 2;
in main()
1344
if (
opt_list
&& opt_list_mapcnt)
in main()
1350
if (
opt_list
in main()
[all...]
/kernel/linux/linux-6.6/security/integrity/ima/
H
A
D
ima_policy.c
314
struct ima_rule_opt_list *
opt_list
;
in ima_alloc_rule_opt_list()
local
340
opt_list
= kzalloc(struct_size(
opt_list
, items, count), GFP_KERNEL);
in ima_alloc_rule_opt_list()
341
if (!
opt_list
) {
in ima_alloc_rule_opt_list()
345
opt_list
->count = count;
in ima_alloc_rule_opt_list()
358
opt_list
->items[i] = cur;
in ima_alloc_rule_opt_list()
362
return
opt_list
;
in ima_alloc_rule_opt_list()
365
static void ima_free_rule_opt_list(struct ima_rule_opt_list *
opt_list
)
in ima_free_rule_opt_list()
argument
367
if (!
opt_list
)
in ima_free_rule_opt_list()
370
if (
opt_list
in ima_free_rule_opt_list()
515
const struct ima_rule_
opt_list
*
opt_list
= NULL;
ima_match_rule_data()
local
2042
ima_show_rule_
opt_list
(struct seq_file *m, const struct ima_rule_
opt_list
*
opt_list
)
ima_show_rule_opt_list()
argument
[all...]
/kernel/linux/linux-5.10/security/integrity/ima/
H
A
D
ima_policy.c
262
struct ima_rule_opt_list *
opt_list
;
in ima_alloc_rule_opt_list()
local
288
opt_list
= kzalloc(struct_size(
opt_list
, items, count), GFP_KERNEL);
in ima_alloc_rule_opt_list()
289
if (!
opt_list
) {
in ima_alloc_rule_opt_list()
305
opt_list
->items[i] = cur;
in ima_alloc_rule_opt_list()
308
opt_list
->count = count;
in ima_alloc_rule_opt_list()
310
return
opt_list
;
in ima_alloc_rule_opt_list()
313
static void ima_free_rule_opt_list(struct ima_rule_opt_list *
opt_list
)
in ima_free_rule_opt_list()
argument
315
if (!
opt_list
)
in ima_free_rule_opt_list()
318
if (
opt_list
in ima_free_rule_opt_list()
1643
ima_show_rule_
opt_list
(struct seq_file *m, const struct ima_rule_
opt_list
*
opt_list
)
ima_show_rule_opt_list()
argument
[all...]
Completed in 7 milliseconds