| /linux/tools/testing/selftests/livepatch/ |
| H A D | test-livepatch.sh | 63 grep 'live patched' /proc/meminfo > /dev/kmsg 68 grep 'live patched' /proc/meminfo > /dev/kmsg 74 grep 'live patched' /proc/meminfo > /dev/kmsg 80 grep 'live patched' /proc/meminfo > /dev/kmsg 127 grep 'live patched' /proc/meminfo > /dev/kmsg 142 grep 'live patched' /proc/meminfo > /dev/kmsg 153 grep 'live patched' /proc/meminfo > /dev/kmsg 159 grep 'live patched' /proc/meminfo > /dev/kmsg
|
| /linux/tools/testing/selftests/memfd/ |
| H A D | run_hugetlbfs_test.sh | 20 done < /proc/meminfo 40 done < /proc/meminfo
|
| /linux/tools/testing/selftests/mm/ |
| H A D | va_high_addr_switch.sh | 55 local hugepages_total=$(awk '/HugePages_Total/ {print $2}' /proc/meminfo)
|
| H A D | hugetlb_reparenting_test.sh | 44 hpz=$(grep -i hugepagesize /proc/meminfo)
|
| H A D | run_vmtests.sh | 189 mem_kb=$(awk '/MemAvailable/ {print $2}' /proc/meminfo)
|
| H A D | charge_reserved_hugetlb.sh | 90 hpz=$(grep -i hugepagesize /proc/meminfo)
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_debugfs.c | 3470 struct cudbg_meminfo meminfo; in meminfo_show() local 3473 memset(&meminfo, 0, sizeof(struct cudbg_meminfo)); in meminfo_show() 3474 rc = cudbg_fill_meminfo(adap, &meminfo); in meminfo_show() 3478 for (i = 0; i < meminfo.avail_c; i++) in meminfo_show() 3479 mem_region_show(seq, memory[meminfo.avail[i].idx], in meminfo_show() 3480 meminfo.avail[i].base, in meminfo_show() 3481 meminfo.avail[i].limit - 1); in meminfo_show() 3484 for (i = 0; i < meminfo.mem_c; i++) { in meminfo_show() 3485 if (meminfo.mem[i].idx >= ARRAY_SIZE(cudbg_region)) in meminfo_show() 3487 if (!meminfo.mem[i].limit) in meminfo_show() [all …]
|
| H A D | cudbg_lib.c | 1182 struct cudbg_meminfo *meminfo, in cudbg_get_mem_region() argument 1190 rc = cudbg_meminfo_get_mem_index(padap, meminfo, mem_type, &mc); in cudbg_get_mem_region() 1199 for (i = 0; i < meminfo->mem_c; i++) { in cudbg_get_mem_region() 1200 if (meminfo->mem[i].idx >= ARRAY_SIZE(cudbg_region)) in cudbg_get_mem_region() 1203 if (!(meminfo->mem[i].limit)) in cudbg_get_mem_region() 1204 meminfo->mem[i].limit = in cudbg_get_mem_region() 1205 i < meminfo->mem_c - 1 ? in cudbg_get_mem_region() 1206 meminfo->mem[i + 1].base - 1 : ~0; in cudbg_get_mem_region() 1208 if (meminfo->mem[i].idx == idx) { in cudbg_get_mem_region() 1210 if (meminfo->mem[i].base < meminfo->avail[mc].base && in cudbg_get_mem_region() [all …]
|
| /linux/fs/proc/ |
| H A D | Makefile | 23 proc-y += meminfo.o
|
| /linux/sound/soc/intel/catpt/ |
| H A D | loader.c | 150 info = &cdev->dx_ctx.meminfo[i]; in catpt_store_memdumps() 245 info = &cdev->dx_ctx.meminfo[i]; in catpt_restore_fwimage() 291 info = &cdev->dx_ctx.meminfo[i]; in catpt_load_block()
|
| H A D | messages.h | 271 struct catpt_save_meminfo meminfo[SAVE_MEMINFO_MAX]; 268 struct catpt_save_meminfo meminfo[SAVE_MEMINFO_MAX]; global() member
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | tmpfs.rst | 25 由于tmpfs完全保存于页面缓存和swap中,因此所有tmpfs页面将在/proc/meminfo
|
| /linux/Documentation/translations/zh_TW/filesystems/ |
| H A D | tmpfs.rst | 25 由於tmpfs完全保存於頁面緩存和swap中,因此所有tmpfs頁面將在/proc/meminfo
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91x.c | 1222 ({ int meminfo; SMC_SELECT_BANK(lp, 0); in smc_interrupt() 1223 meminfo = SMC_GET_MIR(lp); in smc_interrupt() 1224 SMC_SELECT_BANK(lp, 2); meminfo; }), in smc_interrupt() 1321 int status, mask, eph_st, meminfo, fifo; in smc_timeout() local 1331 meminfo = SMC_GET_MIR(lp); in smc_timeout() 1335 status, mask, meminfo, fifo, eph_st); in smc_timeout()
|
| /linux/Documentation/mm/ |
| H A D | overcommit-accounting.rst | 38 ``/proc/meminfo`` as CommitLimit and Committed_AS respectively.
|
| H A D | unevictable-lru.rst | 248 no use for that linked list anyway - though its size is maintained for meminfo. 454 /proc/meminfo's Unevictable and Mlocked amounts do not include those parts
|
| /linux/Documentation/livepatch/ |
| H A D | module-elf-format.rst | 73 % modinfo livepatch-meminfo.ko 74 filename: livepatch-meminfo.ko 159 …[37] .klp.rela.vmlinux.text.meminfo.proc.show RELA 0000000000000000 003218 0000f0 18 AIo 6…
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad.c | 525 struct bfa_meminfo_s *hal_meminfo = &bfad->meminfo; in bfad_hal_mem_release() 587 struct bfa_meminfo_s *hal_meminfo = &bfad->meminfo; in bfad_hal_mem_alloc() 831 bfa_attach(&bfad->bfa, bfad, &bfad->ioc_cfg, &bfad->meminfo, in bfad_drv_init() 1470 &bfad->meminfo, &bfad->hal_pcidev); in restart_bfa()
|
| /linux/Documentation/sound/designs/ |
| H A D | procfile.rst | 34 meminfo
|
| /linux/net/core/ |
| H A D | sock.c | 2093 u32 meminfo[SK_MEMINFO_VARS]; in sk_getsockopt() local 2095 sk_get_meminfo(sk, meminfo); in sk_getsockopt() 2097 len = min_t(unsigned int, len, sizeof(meminfo)); in sk_getsockopt() 2098 if (copy_to_sockptr(optval, &meminfo, len)) in sk_getsockopt()
|
| /linux/ |
| H A D | MAINTAINERS | 17128 F: fs/proc/meminfo.c
|