Home
last modified time | relevance | path

Searched refs:opt_list (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/vm/
H A Dpage-types.c157 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 && opt_pid) in main()
[all …]
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_policy.c262 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->count) { in ima_free_rule_opt_list()
319 kfree(opt_list->items[0]); in ima_free_rule_opt_list()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/beep/files/
H A Dlinux-input.patch57 - struct option opt_list[4] = {{"help", 0, NULL, 'h'},
58 + struct option opt_list[] = {{"help", 0, NULL, 'h'},
63 - while((c = getopt_long(argc, argv, "f:l:r:d:D:schvVn", opt_list, NULL))
64 + while((c = getopt_long(argc, argv, "f:l:r:d:D:schvVne:", opt_list, NULL))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit/
H A D0001-server-Fix-build-when-printf-is-a-macro.patch29 + char const *opt_list =
33 + printf ("%s\n", opt_list);