/kernel/linux/linux-5.10/include/trace/events/ |
D | eas_sched.h | 6 int isolated, int idle, unsigned long task_util, 9 TP_ARGS(task, cpu, target_cpu, isolated, idle, task_util, cpu_util, cpu_cap), 17 __field(int, isolated) 30 __entry->isolated = isolated; 39 __entry->cpu, __entry->target_cpu, __entry->isolated,
|
D | huge_memory.h | 90 TP_PROTO(struct mm_struct *mm, int isolated, int status), 92 TP_ARGS(mm, isolated, status), 96 __field(int, isolated) 102 __entry->isolated = isolated; 108 __entry->isolated,
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
D | bridge_port_isolation.sh | 47 ip link set dev $swp1 type bridge_slave isolated on 49 ip link set dev $swp2 type bridge_slave isolated on 51 ip link set dev $swp3 type bridge_slave isolated off
|
/kernel/linux/linux-5.10/drivers/base/ |
D | cpu.c | 190 unsigned int isolated = cpu_isolated(cpuid); in isolate_show() local 192 rc = sysfs_emit(buf, "%d\n", isolated); in isolate_show() 307 cpumask_var_t isolated; in print_cpus_isolated() local 309 if (!alloc_cpumask_var(&isolated, GFP_KERNEL)) in print_cpus_isolated() 312 cpumask_andnot(isolated, cpu_possible_mask, in print_cpus_isolated() 314 len = sysfs_emit(buf, "%*pbl\n", cpumask_pr_args(isolated)); in print_cpus_isolated() 316 free_cpumask_var(isolated); in print_cpus_isolated() 320 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
|
/kernel/linux/linux-5.10/include/linux/ |
D | list_lru.h | 211 long isolated = 0; in list_lru_walk() local 215 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk() 220 return isolated; in list_lru_walk()
|
D | cpumask.h | 881 set_cpu_isolated(unsigned int cpu, bool isolated) in set_cpu_isolated() argument 883 if (isolated) in set_cpu_isolated()
|
/kernel/linux/linux-5.10/mm/ |
D | list_lru.c | 207 unsigned long isolated = 0; in __list_lru_walk_one() local 228 isolated++; in __list_lru_walk_one() 254 return isolated; in __list_lru_walk_one() 292 long isolated = 0; in list_lru_walk_node() local 295 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node() 302 isolated += __list_lru_walk_one(nlru, memcg_idx, in list_lru_walk_node() 311 return isolated; in list_lru_walk_node()
|
D | compaction.c | 575 int isolated; in isolate_freepages_block() local 629 isolated = __isolate_free_page(page, order); in isolate_freepages_block() 630 if (!isolated) in isolate_freepages_block() 634 total_isolated += isolated; in isolate_freepages_block() 635 cc->nr_freepages += isolated; in isolate_freepages_block() 639 blockpfn += isolated; in isolate_freepages_block() 643 blockpfn += isolated - 1; in isolate_freepages_block() 644 cursor += isolated - 1; in isolate_freepages_block() 703 unsigned long isolated, pfn, block_start_pfn, block_end_pfn; in isolate_freepages_range() local 712 for (; pfn < end_pfn; pfn += isolated, in isolate_freepages_range() [all …]
|
D | memory-failure.c | 1772 bool isolated = false; in isolate_page() local 1776 isolated = isolate_huge_page(page, pagelist); in isolate_page() 1779 isolated = !isolate_lru_page(page); in isolate_page() 1781 isolated = !isolate_movable_page(page, ISOLATE_UNEVICTABLE); in isolate_page() 1783 if (isolated) in isolate_page() 1787 if (isolated && lru) in isolate_page() 1799 return isolated; in isolate_page()
|
D | migrate.c | 2094 int isolated; in migrate_misplaced_page() local 2113 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page() 2114 if (!isolated) in migrate_misplaced_page() 2128 isolated = 0; in migrate_misplaced_page() 2132 return isolated; in migrate_misplaced_page() 2153 int isolated = 0; in migrate_misplaced_transhuge_page() local 2165 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_transhuge_page() 2166 if (!isolated) { in migrate_misplaced_transhuge_page() 2255 return isolated; in migrate_misplaced_transhuge_page()
|
D | zsmalloc.c | 283 unsigned int isolated:ISOLATED_BITS; member 462 return zspage->isolated; in is_zspage_isolated() 1506 bool isolated; in zs_free() local 1529 isolated = is_zspage_isolated(zspage); in zs_free() 1532 if (likely(!isolated)) in zs_free() 1845 zspage->isolated++; in inc_zspage_isolation() 1850 zspage->isolated--; in dec_zspage_isolation()
|
D | khugepaged.c | 1068 int isolated = 0, result = 0; in collapse_huge_page() local 1160 isolated = __collapse_huge_page_isolate(vma, address, pte, in collapse_huge_page() 1164 if (unlikely(!isolated)) { in collapse_huge_page() 1220 trace_mm_collapse_huge_page(mm, isolated, result); in collapse_huge_page()
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | page_migration.rst | 181 Once page is successfully isolated, VM uses page.lru fields so driver 187 After isolation, VM calls migratepage() of driver with the isolated page. 203 If migration fails on the isolated page, VM should return the isolated page 204 to the driver so VM calls the driver's putback_page() with the isolated page. 205 In this function, the driver should put the isolated page back into its own data 236 page is LRU or non-LRU movable once the page has been isolated because LRU 251 To prevent concurrent isolation among several CPUs, VM marks isolated page 255 driver sees a PG_isolated page, it means the page has been isolated by the
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
D | hisilicon,hip07-sec.txt | 11 Regions 2-18 have registers for the 16 individual queues which are isolated
|
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
D | zram_group.c | 426 bool isolated = false; in zgrp_ext_delete() local 440 isolated = zlist_is_isolated_nolock(eid, zgrp->wbgrp.ext_tab); in zgrp_ext_delete() 442 if (isolated) { in zgrp_ext_delete()
|
/kernel/linux/linux-5.10/Documentation/s390/ |
D | pci.rst | 97 The more the segments are different, the more the functions are isolated.
|
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/ |
D | sysfs-class-net-mesh | 78 is used to classify clients as "isolated" by the
|
/kernel/linux/linux-5.10/drivers/net/can/sja1000/ |
D | Kconfig | 86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | ucd9200.rst | 31 designed for non-isolated DC/DC power applications. The devices integrate
|
/kernel/linux/linux-5.10/Documentation/arm/nwfpe/ |
D | todo.rst | 70 risk of becoming isolated if and when hardware FP emulation comes out
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_sysfs_if.c | 235 BRPORT_ATTR_FLAG(isolated, BR_ISOLATED);
|
/kernel/linux/linux-5.10/Documentation/driver-api/mei/ |
D | mei.rst | 6 The Intel Management Engine (Intel ME) is an isolated and protected computing
|
/kernel/linux/linux-5.10/Documentation/virt/ |
D | ne_overview.rst | 11 that allows customers to carve out isolated compute environments within EC2
|
/kernel/linux/linux-5.10/Documentation/PCI/ |
D | pci-error-recovery.rst | 121 is isolated, in that all I/O is blocked: all reads return 0xffffffff, 131 the platform (the slot will be isolated on powerpc). The driver may 380 device is dead or has been isolated, there is a problem :)
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/dsa/ |
D | mt7530.txt | 52 1. Port 5 is disabled and isolated: An external phy can interface to the 2nd
|