/src/sys/uvm/ |
uvm_stat.c | 59 int active, inactive; local in function:uvmexp_print 62 uvm_estimatepageable(&active, &inactive); 81 (*pr)(" %d VM pages: %d active, %d inactive, %d wired, %d free\n", 82 uvmexp.npages, active, inactive, uvmexp.wired, freepg);
|
uvm_bio.c | 84 (&ubc_object.inactive[(((u_long)(offset)) >> ubc_winshift) & \ 104 TAILQ_ENTRY(ubc_map) inactive; /* inactive queue */ 117 struct ubc_inactive_head *inactive; member in struct:ubc_object 118 /* inactive queues for ubc_map's */ 176 * init inactive queues. 196 ubc_object.inactive = kmem_alloc(UBC_NQUEUES * 199 TAILQ_INIT(&ubc_object.inactive[i]); 204 TAILQ_INSERT_TAIL(&ubc_object.inactive[i & (UBC_NQUEUES - 1)], 205 umap, inactive); [all...] |
uvm_pdaemon.c | 100 * in a pass thru the inactive list when swap is full. the value should be 101 * "small"... if it's too large we'll cycle the active pages thru the inactive 292 * now recompute inactive count 638 * => we work on meeting our free target by converting inactive pages 826 * inactive queue. 909 * by converting inactive pages into free pages. then we work on 910 * meeting our inactive target by converting active pages to 911 * inactive ones. 959 int active, inactive; local in function:uvm_reclaimable 984 uvm_estimatepageable(&active, &inactive); [all...] |
uvm_meter.c | 98 int active, inactive; local in function:sysctl_vm_uvmexp2 100 uvm_estimatepageable(&active, &inactive); 111 u.inactive = inactive;
|
uvm_pdpolicy_clock.c | 127 #define PQ_INACTIVE 0x00000010 /* page is in inactive list */ 365 * our inactive target. 427 * if there's a shortage of inactive pages, deactivate. 597 uvmpdpol_estimatepageable(int *active, int *inactive) 609 if (inactive) { 610 *inactive = s->s_inactive; 878 SYSCTL_DESCR("Percentage of inactive queue of " 879 "the entire (active + inactive) queue"));
|
uvm_pdpolicy_clockpro.c | 1285 uvmpdpol_estimatepageable(int *active, int *inactive) 1297 if (inactive) { 1298 *inactive = s->s_ncold;
|
uvm_extern.h | 269 * Value representing inactive emap. 432 int64_t inactive; member in struct:uvmexp_sysctl
|
/src/sys/dist/pf/net/ |
pf_ioctl.c | 501 ruleset->rules[rs_num].inactive.ticket) 504 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr, 507 rule = TAILQ_FIRST(ruleset->rules[rs_num].inactive.ptr); 919 while ((rule = TAILQ_FIRST(rs->rules[rs_num].inactive.ptr)) != NULL) { 920 pf_rm_rule(rs->rules[rs_num].inactive.ptr, rule); 921 rs->rules[rs_num].inactive.rcount--; 923 *ticket = ++rs->rules[rs_num].inactive.ticket; 924 rs->rules[rs_num].inactive.open = 1; 937 if (rs == NULL || !rs->rules[rs_num].inactive.open || 938 rs->rules[rs_num].inactive.ticket != ticket [all...] |
pf_ruleset.c | 153 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1]; 293 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) || 294 ruleset->rules[i].inactive.open)
|
/src/sys/ufs/lfs/ |
lfs_bio.c | 812 int active, inactive; local in function:lfs_wait_pages 814 uvm_estimatepageable(&active, &inactive); 815 return LFS_WAIT_RESOURCE(active + inactive + uvm_availmem(false), 1); 821 int active, inactive; local in function:lfs_max_pages 823 uvm_estimatepageable(&active, &inactive); 824 return LFS_MAX_RESOURCE(active + inactive + uvm_availmem(false), 1);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
berlin2cd-valve-steamlink.dts | 23 inactive-delay = <10>;
|
/src/usr.bin/make/unit-tests/ |
directive-for-break.mk | 40 # lines from inactive branches are only parsed as far as necessary to see
|
directive-for.mk | 244 # When a .for without the corresponding .endfor occurs in an inactive branch
|
/src/share/examples/puffs/pgfs/ |
mount.c | 144 PUFFSOP_SET(pops, pgfs, node, inactive);
|
/src/tests/fs/puffs/h_dtfs/ |
dtfs.c | 208 PUFFSOP_SET(pops, dtfs, node, inactive);
|
/src/usr.sbin/puffs/mount_9p/ |
ninepuffs.c | 241 PUFFSOP_SET(pops, puffs9p, node, inactive);
|
/src/dist/pf/sbin/pfctl/ |
pfctl_optimize.c | 275 rs->rules[PF_RULESET_FILTER].inactive.ptr; 276 rs->rules[PF_RULESET_FILTER].inactive.ptr = old_rules; 282 while ((r = TAILQ_FIRST(rs->rules[PF_RULESET_FILTER].inactive.ptr)) 284 TAILQ_REMOVE(rs->rules[PF_RULESET_FILTER].inactive.ptr, r,
|
/src/usr.sbin/puffs/mount_psshfs/ |
psshfs.c | 260 PUFFSOP_SET(pops, psshfs, node, inactive);
|
/src/sys/rump/librump/rumpkern/ |
vm.c | 764 uvm_estimatepageable(int *active, int *inactive) 769 *inactive = 1024;
|
/src/sbin/mount_portal/ |
puffs_portal.c | 449 PUFFSOP_SET(pops, portal, node, inactive);
|
/src/lib/libperfuse/ |
perfuse.c | 516 PUFFSOP_SET(pops, perfuse, node, inactive); 563 * It would be nice to avoid useless inactive, and only 565 * CLOSE/WRITE/INACTIVE, therefore actual close must be 566 * done at INACTIVE time). Unfortunately, puffs_setback
|
/src/sys/fs/puffs/ |
puffs_vnops.c | 135 { &vop_inactive_desc, puffs_vnop_inactive }, /* REAL inactive */ 173 { &vop_inactive_desc, puffs_vnop_inactive }, /* REAL inactive */ 207 { &vop_inactive_desc, puffs_vnop_inactive }, /* REAL inactive */ 1240 if (EXISTSOP(pmp, INACTIVE)) 1255 PUFFS_MSG_VARS(vn, inactive); 1258 PUFFS_MSG_ALLOC(vn, inactive); 1262 PUFFS_MSG_RELEASE(inactive); 1274 PUFFS_MSG_VARS(vn, inactive); 1296 PUFFS_MSG_ALLOC(vn, inactive); 1301 PUFFS_MSG_RELEASE(inactive); [all...] |
/src/usr.sbin/user/ |
user.c | 766 fprintf(fp, "inactive\t%s\n", (up->u_inactive == NULL) ? 859 } else if (strncmp(s, "inactive", 8) == 0) { 1071 time_t inactive; local in function:adduser 1205 if (!scantime(&inactive, up->u_inactive)) { 1206 warnx("Warning: inactive time `%s' invalid, password expiry off", 1239 (long) inactive, 1609 warnx("Warning: inactive time `%s' invalid, " 1794 "[-e expiry-time] [-f inactive-time]\n" 1799 "\t[-f inactive-time] [-G secondary-group] " 1808 "\t[-f inactive] [-G secondary-group] [all...] |
/src/lib/libpuffs/ |
puffs.c | 97 FILLOP(inactive, INACTIVE);
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_debugfs.c | 235 u64 active, inactive; member in struct:file_stats 262 stats->inactive += vma->node.size; 280 stats->inactive += vma->node.size; 301 seq_printf(m, "%s: %lu objects, %llu bytes (%llu active, %llu inactive, %llu unbound, %llu closed)\n", \ 306 stats.inactive, \ 1674 seq_puts(m, "\nRPS Autotuning inactive\n"); 1975 "inactive", 1979 "transition to inactive, capture and display, timing re-sync",
|