Home
last modified time | relevance | path

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

/linux/tools/vm/
A Dpage-types.c653 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()
1305 opt_list = 1; in main()
1308 opt_list = 2; in main()
1348 if (opt_list && opt_pid) in main()
1357 if (opt_list == 1) in main()
1359 if (opt_list == 2) in main()
1367 if (opt_list == 1) in main()
[all …]
/linux/security/integrity/ima/
A Dima_policy.c317 opt_list = kzalloc(struct_size(opt_list, items, count), GFP_KERNEL); in ima_alloc_rule_opt_list()
318 if (!opt_list) { in ima_alloc_rule_opt_list()
334 opt_list->items[i] = cur; in ima_alloc_rule_opt_list()
337 opt_list->count = count; in ima_alloc_rule_opt_list()
339 return opt_list; in ima_alloc_rule_opt_list()
344 if (!opt_list) in ima_free_rule_opt_list()
347 if (opt_list->count) { in ima_free_rule_opt_list()
348 kfree(opt_list->items[0]); in ima_free_rule_opt_list()
349 opt_list->count = 0; in ima_free_rule_opt_list()
352 kfree(opt_list); in ima_free_rule_opt_list()
[all …]

Completed in 9 milliseconds