Searched defs:scan_control (Results 1 – 8 of 8) sorted by relevance
90 FT_Bool scan_control; member
40491 struct scan_control { struct40492 long unsigned int nr_to_reclaim;40493 nodemask_t *nodemask;40494 struct mem_cgroup *target_mem_cgroup;40495 long unsigned int anon_cost;40496 long unsigned int file_cost;40497 unsigned int may_deactivate: 2;40498 unsigned int force_deactivate: 1;40499 unsigned int skipped_deactivate: 1;40500 unsigned int may_writepage: 1;[all …]
69014 struct scan_control { struct69015 long unsigned int nr_to_reclaim;69016 nodemask_t *nodemask;69017 struct mem_cgroup *target_mem_cgroup;69018 long unsigned int anon_cost;69019 long unsigned int file_cost;69020 unsigned int may_deactivate: 2;69021 unsigned int force_deactivate: 1;69022 unsigned int skipped_deactivate: 1;69023 unsigned int may_writepage: 1;[all …]
35413 struct scan_control { struct35414 long unsigned int nr_to_reclaim;35415 nodemask_t *nodemask;35416 struct mem_cgroup *target_mem_cgroup;35417 long unsigned int anon_cost;35418 long unsigned int file_cost;35419 unsigned int may_deactivate: 2;35420 unsigned int force_deactivate: 1;35421 unsigned int skipped_deactivate: 1;35422 unsigned int may_writepage: 1;[all …]
41392 struct scan_control { struct41393 long unsigned int nr_to_reclaim;41394 nodemask_t *nodemask;41395 struct mem_cgroup *target_mem_cgroup;41396 unsigned int may_deactivate: 2;41397 unsigned int force_deactivate: 1;41398 unsigned int skipped_deactivate: 1;41399 unsigned int may_writepage: 1;41400 unsigned int may_unmap: 1;41401 unsigned int may_swap: 1;[all …]