/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_mincore.c | 85 size_t i, resident; in check_residency() local 93 for (i = resident = 0; i < npgs; i++) { in check_residency() 96 resident++; in check_residency() 106 return resident; in check_residency() 150 size_t npgs = 0, resident; in ATF_TC_BODY() local 237 resident = check_residency(addr, npgs); in ATF_TC_BODY() 238 if (resident < npgs) in ATF_TC_BODY() 241 resident, npgs); in ATF_TC_BODY()
|
/freebsd/contrib/jemalloc/src/ |
H A D | base.c | 217 base->resident += PAGE_CEILING((uintptr_t)addr + size) - in base_extent_bump_alloc_post() 219 assert(base->allocated <= base->resident); in base_extent_bump_alloc_post() 220 assert(base->resident <= base->mapped); in base_extent_bump_alloc_post() 328 base->resident += PAGE_CEILING(sizeof(base_block_t)); in base_extent_alloc() 337 assert(base->allocated <= base->resident); in base_extent_alloc() 338 assert(base->resident <= base->mapped); in base_extent_alloc() 380 base->resident = PAGE_CEILING(sizeof(base_block_t)); in base_new() 385 assert(base->allocated <= base->resident); in base_new() 386 assert(base->resident <= base->mapped); in base_new() 481 base_stats_get(tsdn_t *tsdn, base_t *base, size_t *allocated, size_t *resident, in base_stats_get() argument [all …]
|
H A D | stats.c | 667 size_t base, internal, resident, metadata_thp, extent_avail; in stats_arena_print() local 965 GET_AND_EMIT_MEM_STAT(resident) in stats_arena_print() 1239 size_t allocated, active, metadata, metadata_thp, resident, mapped, in stats_print_helper() local 1248 CTL_GET("stats.resident", &resident, size_t); in stats_print_helper() 1272 emitter_json_kv(emitter, "resident", emitter_type_size, &resident); in stats_print_helper() 1279 resident, mapped, retained); in stats_print_helper()
|
H A D | ctl.c | 885 accum_atomic_zu(&sdstats->astats.resident, in ctl_arena_stats_sdmerge() 886 &astats->astats.resident); in ctl_arena_stats_sdmerge() 1081 ctl_stats->resident = atomic_load_zu( in ctl_refresh() 1082 &ctl_sarena->astats->astats.resident, ATOMIC_RELAXED); in ctl_refresh() 2810 CTL_RO_CGEN(config_stats, stats_resident, ctl_stats->resident, size_t) 2876 atomic_load_zu(&arenas_i(mib[2])->astats->astats.resident, ATOMIC_RELAXED),
|
H A D | arena.c | 131 arena_stats_accum_zu(&astats->resident, base_resident + in arena_stats_merge()
|
/freebsd/sys/fs/procfs/ |
H A D | procfs_map.c | 85 int error, flags, kvme, privateresident, ref_count, resident; in procfs_doprocmap() local 128 resident = 0; in procfs_doprocmap() 144 kern_proc_vmmap_resident(map, entry, &resident, &super); in procfs_doprocmap() 208 resident, privateresident, in procfs_doprocmap()
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | coreboot.txt | 3 The device tree node to communicate the location of coreboot's memory-resident 18 coreboot to dynamically allocate data structures that remain resident.
|
/freebsd/contrib/libfido2/ |
H A D | NEWS | 104 ** fido2-token: new -Sc option to update a resident credential. 196 ** fido2-cred: fix creation of resident keys. 231 ** fido2-assert: support for multiple resident keys with the same RP. 237 ** fido2-assert: print the user id for resident credentials.
|
/freebsd/contrib/tcp_wrappers/ |
H A D | hosts_access.c | 83 int resident = (-1); /* -1, 0: unknown; +1: yes */ variable 130 if (resident <= 0) in hosts_access() 131 resident++; in hosts_access()
|
H A D | tcpd.h | 103 extern int resident; /* > 0 if resident process */
|
H A D | tcpdchk.c | 62 int resident = 0; variable
|
H A D | options.c | 358 if (resident > 0) in twist_option()
|
H A D | CHANGES | 69 such as `twist' when they are called from within a resident process.
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | base_structs.h | 53 size_t resident; member
|
H A D | base_externs.h | 16 size_t *resident, size_t *mapped, size_t *n_thp);
|
H A D | ctl.h | 55 size_t resident; member
|
H A D | arena_stats.h | 105 atomic_zu_t resident; /* Derived. */ member
|
/freebsd/contrib/libfido2/examples/ |
H A D | README.adoc | 61 will involve a resident key. User verification may be requested 73 which may be omitted for resident keys. The obtained assertion
|
/freebsd/libexec/bootpd/ |
H A D | ToDo | 7 the program ends up core-resident all the time just to follow all the
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | ste,mcde.txt | 4 and displaying several channels memory resident graphics data on DSI or
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 91 1) ACPICA kernel-resident subsystem: 97 1) ACPICA kernel-resident subsystem: 129 1) ACPICA kernel-resident subsystem: 167 1) ACPICA kernel-resident subsystem: 224 1) ACPICA kernel-resident subsystem: 296 1) ACPICA kernel-resident subsystem: 346 1) ACPICA kernel-resident subsystem: 396 1) ACPICA kernel-resident subsystem: 436 1) ACPICA kernel-resident subsystem: 481 1) ACPICA kernel-resident subsystem: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | iommu.txt | 99 to inspect the fault and, for example, make physical pages resident
|
/freebsd/tools/debugscripts/ |
H A D | gdbinit.i386 | 270 … address specified. This can be used to get a backtrace from any stack resident in memory. It's …
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 360 + stats.arenas.<i>.{pmuzzy,base,internal,resident} 878 - Add the "stats.resident" mallctl, which reports the upper limit of 879 physically resident memory mapped by the allocator.
|
/freebsd/usr.bin/fortune/datfiles/ |
H A D | freebsd-tips | 814 It is possible to measure the resident memory set:
|