/linux-4.1.27/mm/ |
D | compaction.c | 415 int isolated, i; in isolate_freepages_block() local 464 isolated = split_free_page(page); in isolate_freepages_block() 465 total_isolated += isolated; in isolate_freepages_block() 466 for (i = 0; i < isolated; i++) { in isolate_freepages_block() 472 if (isolated) { in isolate_freepages_block() 473 cc->nr_freepages += isolated; in isolate_freepages_block() 476 blockpfn += isolated; in isolate_freepages_block() 480 blockpfn += isolated - 1; in isolate_freepages_block() 481 cursor += isolated - 1; in isolate_freepages_block() 537 unsigned long isolated, pfn, block_end_pfn; in isolate_freepages_range() local [all …]
|
D | list_lru.c | 193 unsigned long isolated = 0; in __list_lru_walk_one() local 214 isolated++; in __list_lru_walk_one() 241 return isolated; in __list_lru_walk_one() 258 long isolated = 0; in list_lru_walk_node() local 261 isolated += __list_lru_walk_one(lru, nid, -1, isolate, cb_arg, in list_lru_walk_node() 265 isolated += __list_lru_walk_one(lru, nid, memcg_idx, in list_lru_walk_node() 271 return isolated; in list_lru_walk_node()
|
D | migrate.c | 1664 int isolated; in migrate_misplaced_page() local 1684 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page() 1685 if (!isolated) in migrate_misplaced_page() 1699 isolated = 0; in migrate_misplaced_page() 1703 return isolated; in migrate_misplaced_page() 1724 int isolated = 0; in migrate_misplaced_transhuge_page() local 1745 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_transhuge_page() 1746 if (!isolated) { in migrate_misplaced_transhuge_page() 1841 return isolated; in migrate_misplaced_transhuge_page()
|
D | memcontrol.c | 2388 static void lock_page_lru(struct page *page, int *isolated) in lock_page_lru() argument 2399 *isolated = 1; in lock_page_lru() 2401 *isolated = 0; in lock_page_lru() 2404 static void unlock_page_lru(struct page *page, int isolated) in unlock_page_lru() argument 2408 if (isolated) { in unlock_page_lru() 2422 int isolated; in commit_charge() local 2431 lock_page_lru(page, &isolated); in commit_charge() 2450 unlock_page_lru(page, isolated); in commit_charge() 5735 int isolated; in mem_cgroup_migrate() local 5763 lock_page_lru(oldpage, &isolated); in mem_cgroup_migrate() [all …]
|
D | vmscan.c | 1410 unsigned long inactive, isolated; in too_many_isolated() local 1420 isolated = zone_page_state(zone, NR_ISOLATED_FILE); in too_many_isolated() 1423 isolated = zone_page_state(zone, NR_ISOLATED_ANON); in too_many_isolated() 1434 return isolated > inactive; in too_many_isolated()
|
D | huge_memory.c | 2437 int isolated; in collapse_huge_page() local 2501 isolated = __collapse_huge_page_isolate(vma, address, pte); in collapse_huge_page() 2504 if (unlikely(!isolated)) { in collapse_huge_page()
|
/linux-4.1.27/include/linux/ |
D | list_lru.h | 178 long isolated = 0; in list_lru_walk() local 182 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk() 187 return isolated; in list_lru_walk()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-mesh | 76 is used to classify clients as "isolated" by the
|
/linux-4.1.27/Documentation/hwmon/ |
D | ucd9200 | 26 designed for non-isolated DC/DC power applications. The devices integrate
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | TODO | 66 risk of becoming isolated if and when hardware FP emulation comes out
|
/linux-4.1.27/fs/xfs/ |
D | Kconfig | 65 separated. Regular file I/Os are isolated to a separate device
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 118 is isolated, in that all I/O is blocked: all reads return 0xffffffff, 128 the platform (the slot will be isolated on powerpc). The driver may 386 device is dead or has been isolated, there is a problem :)
|
/linux-4.1.27/Documentation/vm/ |
D | unevictable-lru.txt | 117 the unevictable list when one task has the page isolated from the LRU and other 432 A page that is being migrated has been isolated from the LRU lists and is held 527 migration, with the argument page locked and isolated from the LRU. Separate 667 (3) mlocked pages that could not be isolated from the LRU and moved to the
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei.txt | 7 The Intel Management Engine (Intel ME) is an isolated and protected computing
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | overview.txt | 7 splitting large-scale Intel x86 servers into multiple isolated
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.pvrusb2 | 53 implementation and interface isolated from each other. Thus while
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-design-CFS.txt | 105 than the previous vanilla scheduler: both types of workloads are isolated much
|
/linux-4.1.27/Documentation/sh/ |
D | new-machine.txt | 89 isolated, or whether it will be part of a family of boards that can mostly
|
/linux-4.1.27/drivers/staging/comedi/ |
D | Kconfig | 634 These are 16 channel, optically isolated, digital I/O boards. The 1516 709 tristate "ADLink PCI-723X/743X isolated digital i/o board support" 711 Enable support for ADlink PCI-723X/743X isolated digital i/o boards.
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 23 technologies are working in their own isolated domains or at best
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 146 protocol. Those are isolated as modules managed by the HCI layer. There are
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 89 EEH-isolated, there is a firmware call it can make to determine if
|
D | pci_iov_resource_on_powernv.txt | 195 multiple PEs, which is not as well isolated as a single PE.
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 129 If you want to have isolated PTY namespaces (eg: in containers),
|
/linux-4.1.27/Documentation/ |
D | vfio.txt | 46 with limited address spaces). With this, devices can now be isolated
|
D | kernel-parameters.txt | 1593 "isolated" CPU via the CPU affinity syscalls or cpuset.
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 396 marked isolated using the kernel boot time "isolcpus=" argument. However, 397 the isolated CPUs will not participate in load balancing, and will not
|
D | memory.txt | 26 Memory-hungry applications can be isolated and limited to a smaller
|
/linux-4.1.27/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 119 implement an isolated operation it was decided to re-implement the
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 610 problems would require completely isolated virtual time which may not track
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 2354 when they are configured in parallel as part of an isolated network 2373 In this configuration, the switches are isolated from one 2375 isolated network with many hosts (a cluster configured for high
|