Home
last modified time | relevance | path

Searched refs:isolated (Results 1 – 31 of 31) sorted by relevance

/linux-4.1.27/mm/
Dcompaction.c415 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 …]
Dlist_lru.c193 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()
Dmigrate.c1664 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()
Dmemcontrol.c2388 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 …]
Dvmscan.c1410 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()
Dhuge_memory.c2437 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/
Dlist_lru.h178 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/
Dsysfs-class-net-mesh76 is used to classify clients as "isolated" by the
/linux-4.1.27/Documentation/hwmon/
Ducd920026 designed for non-isolated DC/DC power applications. The devices integrate
/linux-4.1.27/Documentation/arm/nwfpe/
DTODO66 risk of becoming isolated if and when hardware FP emulation comes out
/linux-4.1.27/fs/xfs/
DKconfig65 separated. Regular file I/Os are isolated to a separate device
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt118 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/
Dunevictable-lru.txt117 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/
Dmei.txt7 The Intel Management Engine (Intel ME) is an isolated and protected computing
/linux-4.1.27/drivers/staging/unisys/Documentation/
Doverview.txt7 splitting large-scale Intel x86 servers into multiple isolated
/linux-4.1.27/Documentation/video4linux/
DREADME.pvrusb253 implementation and interface isolated from each other. Thus while
/linux-4.1.27/Documentation/scheduler/
Dsched-design-CFS.txt105 than the previous vanilla scheduler: both types of workloads are isolated much
/linux-4.1.27/Documentation/sh/
Dnew-machine.txt89 isolated, or whether it will be part of a family of boards that can mostly
/linux-4.1.27/drivers/staging/comedi/
DKconfig634 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/
Ddata-integrity.txt23 technologies are working in their own isolated domains or at best
/linux-4.1.27/Documentation/nfc/
Dnfc-hci.txt146 protocol. Those are isolated as modules managed by the HCI layer. There are
/linux-4.1.27/Documentation/powerpc/
Deeh-pci-error-recovery.txt89 EEH-isolated, there is a firmware call it can make to determine if
Dpci_iov_resource_on_powernv.txt195 multiple PEs, which is not as well isolated as a single PE.
/linux-4.1.27/drivers/tty/
DKconfig129 If you want to have isolated PTY namespaces (eg: in containers),
/linux-4.1.27/Documentation/
Dvfio.txt46 with limited address spaces). With this, devices can now be isolated
Dkernel-parameters.txt1593 "isolated" CPU via the CPU affinity syscalls or cpuset.
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt396 marked isolated using the kernel boot time "isolcpus=" argument. However,
397 the isolated CPUs will not participate in load balancing, and will not
Dmemory.txt26 Memory-hungry applications can be isolated and limited to a smaller
/linux-4.1.27/Documentation/filesystems/
Dautofs4-mount-control.txt119 implement an isolated operation it was decided to re-implement the
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt610 problems would require completely isolated virtual time which may not track
/linux-4.1.27/Documentation/networking/
Dbonding.txt2354 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