/linux-4.4.14/mm/ |
D | compaction.c | 410 int isolated, i; in isolate_freepages_block() local 477 isolated = split_free_page(page); in isolate_freepages_block() 478 total_isolated += isolated; in isolate_freepages_block() 479 for (i = 0; i < isolated; i++) { in isolate_freepages_block() 485 if (isolated) { in isolate_freepages_block() 486 cc->nr_freepages += isolated; in isolate_freepages_block() 489 blockpfn += isolated; in isolate_freepages_block() 493 blockpfn += isolated - 1; in isolate_freepages_block() 494 cursor += isolated - 1; in isolate_freepages_block() 557 unsigned long isolated, pfn, block_end_pfn; in isolate_freepages_range() local [all …]
|
D | list_lru.c | 207 unsigned long isolated = 0; in __list_lru_walk_one() local 228 isolated++; in __list_lru_walk_one() 255 return isolated; in __list_lru_walk_one() 272 long isolated = 0; in list_lru_walk_node() local 275 isolated += __list_lru_walk_one(lru, nid, -1, isolate, cb_arg, in list_lru_walk_node() 279 isolated += __list_lru_walk_one(lru, nid, memcg_idx, in list_lru_walk_node() 285 return isolated; in list_lru_walk_node()
|
D | migrate.c | 1685 int isolated; in migrate_misplaced_page() local 1705 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page() 1706 if (!isolated) in migrate_misplaced_page() 1720 isolated = 0; in migrate_misplaced_page() 1724 return isolated; in migrate_misplaced_page() 1745 int isolated = 0; in migrate_misplaced_transhuge_page() local 1766 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_transhuge_page() 1767 if (!isolated) { in migrate_misplaced_transhuge_page() 1862 return isolated; in migrate_misplaced_transhuge_page()
|
D | memcontrol.c | 2178 static void lock_page_lru(struct page *page, int *isolated) in lock_page_lru() argument 2189 *isolated = 1; in lock_page_lru() 2191 *isolated = 0; in lock_page_lru() 2194 static void unlock_page_lru(struct page *page, int isolated) in unlock_page_lru() argument 2198 if (isolated) { in unlock_page_lru() 2212 int isolated; in commit_charge() local 2221 lock_page_lru(page, &isolated); in commit_charge() 2240 unlock_page_lru(page, isolated); in commit_charge() 5597 int isolated; in mem_cgroup_replace_page() local 5617 lock_page_lru(oldpage, &isolated); in mem_cgroup_replace_page() [all …]
|
D | vmscan.c | 1458 unsigned long inactive, isolated; in too_many_isolated() local 1468 isolated = zone_page_state(zone, NR_ISOLATED_FILE); in too_many_isolated() 1471 isolated = zone_page_state(zone, NR_ISOLATED_ANON); in too_many_isolated() 1482 return isolated > inactive; in too_many_isolated()
|
D | huge_memory.c | 2514 int isolated; in collapse_huge_page() local 2578 isolated = __collapse_huge_page_isolate(vma, address, pte); in collapse_huge_page() 2581 if (unlikely(!isolated)) { in collapse_huge_page()
|
/linux-4.4.14/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.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-mesh | 76 is used to classify clients as "isolated" by the
|
/linux-4.4.14/Documentation/hwmon/ |
D | ucd9200 | 26 designed for non-isolated DC/DC power applications. The devices integrate
|
/linux-4.4.14/fs/xfs/ |
D | Kconfig | 65 separated. Regular file I/Os are isolated to a separate device
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | TODO | 66 risk of becoming isolated if and when hardware FP emulation comes out
|
/linux-4.4.14/drivers/base/ |
D | cpu.c | 278 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
|
/linux-4.4.14/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.4.14/Documentation/vm/ |
D | idle_page_tracking.txt | 95 ignored. That means it will ignore a user memory page if it is isolated, but
|
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 533 migration, with the argument page locked and isolated from the LRU. Separate 596 (3) mlocked pages that could not be isolated from the LRU and moved to the
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei.txt | 7 The Intel Management Engine (Intel ME) is an isolated and protected computing
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 105 than the previous vanilla scheduler: both types of workloads are isolated much
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.pvrusb2 | 53 implementation and interface isolated from each other. Thus while
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 89 isolated, or whether it will be part of a family of boards that can mostly
|
/linux-4.4.14/drivers/staging/comedi/ |
D | Kconfig | 627 These are 16 channel, optically isolated, digital I/O boards. The 1516 702 tristate "ADLink PCI-723X/743X isolated digital i/o board support" 704 Enable support for ADlink PCI-723X/743X isolated digital i/o boards.
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 23 technologies are working in their own isolated domains or at best
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 146 protocol. Those are isolated as modules managed by the HCI layer. There are
|
/linux-4.4.14/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.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 8 splitting large-scale Intel x86 servers into multiple isolated
|
/linux-4.4.14/drivers/tty/ |
D | Kconfig | 129 If you want to have isolated PTY namespaces (eg: in containers),
|
/linux-4.4.14/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.4.14/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 119 implement an isolated operation it was decided to re-implement the
|
/linux-4.4.14/Documentation/ |
D | vfio.txt | 46 with limited address spaces). With this, devices can now be isolated
|
D | kernel-parameters.txt | 1658 "isolated" CPU via the CPU affinity syscalls or cpuset.
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 387 is, they should be isolated by the switch hardware itself, typically by creating
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 610 problems would require completely isolated virtual time which may not track
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 2438 when they are configured in parallel as part of an isolated network 2457 In this configuration, the switches are isolated from one 2459 isolated network with many hosts (a cluster configured for high
|