Searched refs:opt_list (Results 1 – 5 of 5) sorted by relevance
158 static int opt_list; /* list pages (in ranges) */ variable656 if (opt_list == 1) in add_page()658 else if (opt_list == 2) in add_page()719 if (opt_list == 1) in walk_swap()722 else if (opt_list == 2) in walk_swap()1037 if (first && opt_list) { in walk_file_range()1308 opt_list = 1; in main()1311 opt_list = 2; in main()1345 if (opt_list && opt_list_mapcnt) in main()1351 if (opt_list && opt_pid) in main()[all …]
314 struct ima_rule_opt_list *opt_list; in ima_alloc_rule_opt_list() local340 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() argument367 if (!opt_list) in ima_free_rule_opt_list()370 if (opt_list->count) { in ima_free_rule_opt_list()371 kfree(opt_list->items[0]); in ima_free_rule_opt_list()[all …]
137 QemuOptsList *opt_list = qemu_find_opts("semihosting-config"); in qemu_semihosting_config_options() local138 QemuOpts *opts = qemu_opts_parse_noisily(opt_list, optstr, false); in qemu_semihosting_config_options()
191 if { $_opt_debug_ } { print_list opt_list }201 foreach opt_list_entry $opt_list {
1249 struct opt_list { struct1258 struct opt_list *opt = opaque; in save_opt_one() argument1309 struct opt_list opt = { in save_opt_list()