Searched refs:opt_list (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/mm/
H A Dpage-types.c157 static int opt_list; /* list pages (in ranges) */ variable
655 if (opt_list == 1)
657 else if (opt_list == 2)
718 if (opt_list == 1)
721 else if (opt_list == 2)
1036 if (first && opt_list) {
1307 opt_list = 1;
1310 opt_list = 2;
1344 if (opt_list && opt_list_mapcnt)
1350 if (opt_list
[all...]
/linux-master/security/integrity/ima/
H A Dima_policy.c314 struct ima_rule_opt_list *opt_list; local
340 opt_list = kzalloc(struct_size(opt_list, items, count), GFP_KERNEL);
341 if (!opt_list) {
345 opt_list->count = count;
358 opt_list->items[i] = cur;
362 return opt_list;
365 static void ima_free_rule_opt_list(struct ima_rule_opt_list *opt_list) argument
367 if (!opt_list)
370 if (opt_list
515 const struct ima_rule_opt_list *opt_list = NULL; local
2042 ima_show_rule_opt_list(struct seq_file *m, const struct ima_rule_opt_list *opt_list) argument
[all...]

Completed in 185 milliseconds